aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/adc (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-14Merge tag 'iio-for-4.17b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman1-1/+1
2018-03-07staging: iio: Remove unnecessary cast on void pointerArushi Singhal1-1/+1
2018-02-26Merge 4.16-rc3 into staging-nextGreg Kroah-Hartman1-8/+19
2018-01-30staging: iio: adc: ad7192: disable burnout currents on misconfigAlexandru Ardelean1-1/+5
2018-01-28staging: iio: adc: ad7192: fix external frequency settingAlexandru Ardelean1-8/+19
2018-01-08staging: iio: remove unnecessary parenthesesJi-Hun Kim1-1/+1
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds5-11/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-09staging: iio: adc: ad7192: use driver private lock to protect hardware state changesAastha Gupta1-2/+7
2017-10-09Merge 4.14-rc4 into staging-nextGreg Kroah-Hartman1-3/+1
2017-09-24staging: iio: ad7192: Fix - use the dedicated reset function avoiding dma from stack.Stefan Popa1-3/+1
2017-08-22staging:iio:adc: drop assign iio_info.driver_moduleJonathan Cameron5-9/+0
2017-08-12staging: iio: adc: fix error return code in ad7606_par_probe()Gustavo A. R. Silva1-2/+2
2017-07-22Staging: iio: adc: ad7280a.c: Fixed Macro argument reuseJaya Durga1-8/+13
2017-03-25staging: iio: adc: ad7280a: fix permission coding style issueOlivier Leveque1-6/+6
2017-03-23staging: ad7606: Replace mlock with driver private lockArushi Singhal2-4/+8
2017-03-19staging: iio: ad7280: Replace mlock with driver private lockGargi Sharma1-10/+12
2017-03-13staging: iio: ad7780: Remove exceptional & on function namesimran singhal1-1/+1
2017-03-13staging: iio: ad7192: Remove exceptional & on function namesimran singhal1-6/+6
2017-02-11staging:iio:adc:lpc32xx Move out of staging.Jonathan Cameron3-232/+0
2017-02-11staging:iio:adc:lpc32xx rename local state structure to _stateJonathan Cameron1-23/+23
2017-02-11staging:iio:adc:lpc32xx Apply consistent prefix to local definesJonathan Cameron1-25/+29
2017-02-11staging:iio:adc:spear Move out of staging.Jonathan Cameron3-406/+0
2017-02-05iio: adc: ad7192: fixed symbolic permission references 'S_IRUGO | S_IWUSR'Artur Lorincz1-4/+4
2017-01-28Staging: iio: adc: ad7816: fix symbolic permissions coding style issueJulián de Gortari1-5/+5
2017-01-07staging: iio: ad7606: replace range/range_available with corresponding scaleEva Rachel Retuya1-40/+39
2016-11-05staging: iio: ad7192: rename regulator 'reg' to 'avdd'Eva Rachel Retuya1-11/+11
2016-11-05staging: iio: ad7192: add DVdd regulatorEva Rachel Retuya1-1/+18
2016-11-05staging: iio: rework regulator handlingEva Rachel Retuya2-18/+18
2016-11-05staging: iio: set proper supply name to devm_regulator_get()Eva Rachel Retuya2-2/+2
2016-10-23staging:iio:ad7606: fix ptr_ret.cocci warningskbuild test robot1-4/+1
2016-10-23staging: iio: ad7606: rework regulator handlingEva Rachel Retuya1-8/+9
2016-10-23staging: iio: ad7606: set proper supply name to devm_regulator_get()Eva Rachel Retuya1-1/+1
2016-10-23staging:iio:ad7606: Move buffer code to main source fileLars-Peter Clausen4-80/+44
2016-10-23staging:iio:ad7606: Use GPIO descriptor APILars-Peter Clausen3-175/+64
2016-10-23staging:iio:ad7606: Run trigger handler only once per trigger eventLars-Peter Clausen1-8/+3
2016-10-23staging:iio:ad7606: Let common remove function take a struct device *Lars-Peter Clausen4-10/+5
2016-10-23staging:iio:ad7606: Let the common probe function return intLars-Peter Clausen4-31/+17
2016-10-23staging:iio:ad7606: Move set_drvdata() into common codeLars-Peter Clausen3-4/+2
2016-10-23staging:iio:ad7606: Factor out common code between periodic and one-shot captureLars-Peter Clausen3-48/+41
2016-10-23staging:iio:ad7606: Avoid allocating buffer for each data captureLars-Peter Clausen2-12/+6
2016-10-23staging:iio:ad7606: Use oversampling ratio of 1 for no oversamplingLars-Peter Clausen1-3/+3
2016-10-23staging:iio:ad7606: Remove out-of-band error reportingLars-Peter Clausen1-7/+3
2016-10-23staging:iio:ad7606: Remove default device configuration from platform dataLars-Peter Clausen2-14/+2
2016-10-23staging:iio:ad7606: Remove redundant name field from ad7606_chip_infoLars-Peter Clausen4-11/+10
2016-10-23staging:iio:ad7606: Remove unused int_vref_mv fieldLars-Peter Clausen2-5/+0
2016-10-11staging: iio: ad7192: implement IIO_CHAN_INFO_SAMP_FREQEva Rachel Retuya1-55/+29
2016-10-08staging: iio: ad7606: implement IIO_CHAN_INFO_OVERSAMPLING_RATIOEva Rachel Retuya1-36/+31
2016-10-08staging: iio: ad7606: fix improper setting of oversampling pinsEva Rachel Retuya1-1/+1
2016-10-03Staging: iio: ad7816: constify attribute_group structuresBhumika Goyal1-1/+1