summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc
Commit message (Expand)AuthorAgeFilesLines
* iio: stx104: Utilize devm_ functions in driver probe callbackWilliam Breathitt Gray2017-01-281-20/+2
* iio: adc: add a driver for the SAR ADC found in Amlogic Meson SoCsMartin Blumenstingl2017-01-283-0/+935
* iio: adc: Add Renesas GyroADC driverMarek Vasut2017-01-283-0/+645
* Merge tag 'iio-for-4.11b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2017-01-237-18/+494
|\
| * iio: adc: constify iio_info structuresBhumika Goyal2017-01-221-2/+2
| * iio: adc: max1363: Export OF device ID table as module aliasesJavier Martinez Canillas2017-01-221-0/+1
| * iio: adc: tlc4541: add support for TI tlc4541 adcPhil Reid2017-01-224-14/+287
| * iio: adc: Add Maxim MAX11100 driverJacopo Mondi2017-01-213-0/+202
| * iio: adc: ti-ads7950: Change regulator matching string to "vref"David Lechner2017-01-151-3/+3
| * iio: adc: ti-ads7950: Drop "ti-" prefix from module nameDavid Lechner2017-01-151-13/+13
* | Merge tag 'iio-for-4.11a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2017-01-199-160/+1414
|\|
| * iio:adc:qcom-spmi-vadc: use div64_s64 instead of direct 64 bit division.Jonathan Cameron2017-01-101-1/+1
| * iio:adc:qcom-spmi-vadc silence a long constant warning.Jonathan Cameron2017-01-101-1/+1
| * iio:adc:qcom-spmi-vadc : fix undefined __divdi3Jonathan Cameron2017-01-101-2/+4
| * iio: adc: hx711: Add IIO driver for AVIA HX711Andreas Klinger2017-01-103-0/+552
| * iio: adc: axp288: Drop bogus AXP288_ADC_TS_PIN_CTRL register modificationsHans de Goede2017-01-101-31/+1
| * iio: adc: imx25-gcq: Fix module autoloadJavier Martinez Canillas2017-01-101-0/+1
| * iio:kfifo_buf header include push down.Jonathan Cameron2017-01-101-0/+2
| * iio: adc: spmi-vadc: Changes to support different scalingRama Krishna Phani A2016-12-101-108/+327
| * iio: adc: spmi-vadc: Update function for generic voltage conversionRama Krishna Phani A2016-12-101-24/+28
| * iio: adc: New driver for TI ADS7950 chipsDavid Lechner2016-12-033-0/+504
| * IIO: Change msleep to usleep_range for small msecsAniroop Mathur2016-12-031-1/+1
* | iio: adc: TI_AM335X_ADC should depend on HAS_DMAGeert Uytterhoeven2016-12-301-1/+1
|/
* iio: adc: Add support for STM32 ADCFabrice Gasnier2016-11-193-0/+529
* iio: adc: Add support for STM32 ADC coreFabrice Gasnier2016-11-194-0/+368
* iio: envelope-detector: ADC driver based on a DAC and a comparatorPeter Rosin2016-11-133-0/+433
* iio:adc: ad7766: testing the wrong variable in probeDan Carpenter2016-11-121-2/+2
* Merge tag 'iio-for-4.10b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2016-11-072-3/+173
|\
| * Merge branch 'ib-iio-mfd-ti335x_dma' into togregJonathan Cameron2016-11-051-3/+145
| |\
| | * drivers: iio: ti_am335x_adc: add dma supportMugunthan V N2016-11-051-3/+145
| * | iio: adc: at91: add suspend and resume callbackWenyou Yang2016-11-051-0/+28
* | | Merge 4.9-rc3 into staging-nextGreg Kroah-Hartman2016-10-301-0/+2
|\ \ \ | |/ / |/| |
| * | iio: adc: ti-adc081c: Select IIO_TRIGGERED_BUFFER to prevent build errorsMika Westerberg2016-10-091-0/+2
| |/
* | iio: ti-adc0832: add triggered buffer supportAkinobu Mita2016-10-232-19/+89
* | iio: adc: ti-adc161s626: add regulator supportMatt Ranostay2016-09-271-11/+44
* | iio:adc: Add support for AD7766/AD7767Lars-Peter Clausen2016-09-273-0/+343
* | iio:max1027: Use iio_trigger_validate_own_device() helperLars-Peter Clausen2016-09-271-12/+1
* | drivers: iio: max1027: Fix sparse warning: "dubious: x | !y"Sandhya Bankar2016-09-241-1/+3
|/
* iio: adc: men_z188_adc: constify iio_info structuresJulia Lawall2016-09-181-1/+1
* Merge tag 'iio-for-4.9b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2016-09-1410-9/+1138
|\
| * iio: adc: at91: Add support for Touchscreen Switches Closure TimeNicolas Ferre2016-09-051-0/+13
| * iio: devm_regulator_get_optional never returns NULLCrt Mori2016-09-052-4/+4
| * iio: stx104: Add IIO support for the ADC channelsWilliam Breathitt Gray2016-09-033-0/+376
| * iio: adc: ina2xx: remove unused debug field from chip global dataAlison Schofield2016-09-031-5/+0
| * iio: adc: add ADC12130/ADC12132/ADC12138 ADC driverAkinobu Mita2016-08-313-0/+565
| * iio: adc: ti-ads1015: add missing of_node_put() in ads1015_get_channels_confi...Wei Yongjun2016-08-291-0/+2
| * iio: adc: ltc2485: add support for Linear Technology LTC2485 ADCAlison Schofield2016-08-293-0/+158
* | Merge 4.8-rc5 into staging-nextGreg Kroah-Hartman2016-09-056-7/+48
|\ \ | |/ |/|
| * iio: adc: rockchip_saradc: reset saradc controller before programming itCaesar Wang2016-08-232-0/+31
| * iio: adc: ti_am335x_adc: Increase timeout value waiting for ADC sampleVignesh R2016-08-211-1/+1