summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/adc
Commit message (Expand)AuthorAgeFilesLines
* staging: iio: adc: simplify getting .drvdataWolfram Sang2018-04-281-4/+2Star
* iio: adc: ad7780: remove IIO_CHAN_INFO_SAMP_FREQ supportAlexandru Ardelean2018-03-171-1/+1
* Merge tag 'iio-for-4.17b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2018-03-141-1/+1
|\
| * staging: iio: Remove unnecessary cast on void pointerArushi Singhal2018-03-071-1/+1
* | Merge 4.16-rc3 into staging-nextGreg Kroah-Hartman2018-02-261-8/+19
|\ \ | |/ |/|
| * staging: iio: adc: ad7192: fix external frequency settingAlexandru Ardelean2018-01-281-8/+19
* | staging: iio: adc: ad7192: disable burnout currents on misconfigAlexandru Ardelean2018-01-301-1/+5
|/
* staging: iio: remove unnecessary parenthesesJi-Hun Kim2018-01-081-1/+1
* Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-145-11/+7Star
|\
| * staging: iio: adc: ad7192: use driver private lock to protect hardware state ...Aastha Gupta2017-10-091-2/+7
| * Merge 4.14-rc4 into staging-nextGreg Kroah-Hartman2017-10-091-3/+1Star
| |\
| * | staging:iio:adc: drop assign iio_info.driver_moduleJonathan Cameron2017-08-225-9/+0Star
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
| |/ |/|
* | staging: iio: ad7192: Fix - use the dedicated reset function avoiding dma fro...Stefan Popa2017-09-241-3/+1Star
|/
* staging: iio: adc: fix error return code in ad7606_par_probe()Gustavo A. R. Silva2017-08-121-2/+2
* Staging: iio: adc: ad7280a.c: Fixed Macro argument reuseJaya Durga2017-07-221-8/+13
* staging: iio: adc: ad7280a: fix permission coding style issueOlivier Leveque2017-03-251-6/+6
* staging: ad7606: Replace mlock with driver private lockArushi Singhal2017-03-232-4/+8
* staging: iio: ad7280: Replace mlock with driver private lockGargi Sharma2017-03-191-10/+12
* staging: iio: ad7780: Remove exceptional & on function namesimran singhal2017-03-131-1/+1
* staging: iio: ad7192: Remove exceptional & on function namesimran singhal2017-03-131-6/+6
* staging:iio:adc:lpc32xx Move out of staging.Jonathan Cameron2017-02-113-232/+0Star
* staging:iio:adc:lpc32xx rename local state structure to _stateJonathan Cameron2017-02-111-23/+23
* staging:iio:adc:lpc32xx Apply consistent prefix to local definesJonathan Cameron2017-02-111-25/+29
* staging:iio:adc:spear Move out of staging.Jonathan Cameron2017-02-113-406/+0Star
* iio: adc: ad7192: fixed symbolic permission references 'S_IRUGO | S_IWUSR'Artur Lorincz2017-02-051-4/+4
* Staging: iio: adc: ad7816: fix symbolic permissions coding style issueJulián de Gortari2017-01-281-5/+5
* staging: iio: ad7606: replace range/range_available with corresponding scaleEva Rachel Retuya2017-01-071-40/+39Star
* staging: iio: ad7192: rename regulator 'reg' to 'avdd'Eva Rachel Retuya2016-11-051-11/+11
* staging: iio: ad7192: add DVdd regulatorEva Rachel Retuya2016-11-051-1/+18
* staging: iio: rework regulator handlingEva Rachel Retuya2016-11-052-18/+18
* staging: iio: set proper supply name to devm_regulator_get()Eva Rachel Retuya2016-11-052-2/+2
* staging:iio:ad7606: fix ptr_ret.cocci warningskbuild test robot2016-10-231-4/+1Star
* staging: iio: ad7606: rework regulator handlingEva Rachel Retuya2016-10-231-8/+9
* staging: iio: ad7606: set proper supply name to devm_regulator_get()Eva Rachel Retuya2016-10-231-1/+1
* staging:iio:ad7606: Move buffer code to main source fileLars-Peter Clausen2016-10-234-80/+44Star
* staging:iio:ad7606: Use GPIO descriptor APILars-Peter Clausen2016-10-233-175/+64Star
* staging:iio:ad7606: Run trigger handler only once per trigger eventLars-Peter Clausen2016-10-231-8/+3Star
* staging:iio:ad7606: Let common remove function take a struct device *Lars-Peter Clausen2016-10-234-10/+5Star
* staging:iio:ad7606: Let the common probe function return intLars-Peter Clausen2016-10-234-31/+17Star
* staging:iio:ad7606: Move set_drvdata() into common codeLars-Peter Clausen2016-10-233-4/+2Star
* staging:iio:ad7606: Factor out common code between periodic and one-shot captureLars-Peter Clausen2016-10-233-48/+41Star
* staging:iio:ad7606: Avoid allocating buffer for each data captureLars-Peter Clausen2016-10-232-12/+6Star
* staging:iio:ad7606: Use oversampling ratio of 1 for no oversamplingLars-Peter Clausen2016-10-231-3/+3
* staging:iio:ad7606: Remove out-of-band error reportingLars-Peter Clausen2016-10-231-7/+3Star
* staging:iio:ad7606: Remove default device configuration from platform dataLars-Peter Clausen2016-10-232-14/+2Star
* staging:iio:ad7606: Remove redundant name field from ad7606_chip_infoLars-Peter Clausen2016-10-234-11/+10Star
* staging:iio:ad7606: Remove unused int_vref_mv fieldLars-Peter Clausen2016-10-232-5/+0Star
* staging: iio: ad7192: implement IIO_CHAN_INFO_SAMP_FREQEva Rachel Retuya2016-10-111-55/+29Star
* staging: iio: ad7606: implement IIO_CHAN_INFO_OVERSAMPLING_RATIOEva Rachel Retuya2016-10-081-36/+31Star