summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc
Commit message (Expand)AuthorAgeFilesLines
* iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-2273-92/+0Star
* Merge tag 'iio-for-4.14b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2017-08-207-128/+701
|\
| * iio: adc: rockchip_saradc: explicitly request exclusive reset controlPhilipp Zabel2017-08-201-1/+2
| * iio: adc: ti-ads1015: add threshold event supportAkinobu Mita2017-08-201-2/+407
| * iio: adc: ti-ads1015: use iio_device_claim_direct_mode()Akinobu Mita2017-08-201-8/+7Star
| * iio: adc: ti-ads1015: use devm_iio_triggered_buffer_setupAkinobu Mita2017-08-201-12/+5Star
| * iio: adc: ti-ads1015: add helper to set conversion modeAkinobu Mita2017-08-201-12/+11Star
| * iio: adc: ti-ads1015: remove unnecessary config register updateAkinobu Mita2017-08-201-14/+4Star
| * iio: adc: ti-ads1015: add adequate wait time to get correct conversionAkinobu Mita2017-08-201-12/+19
| * iio: adc: ti-ads1015: don't return invalid value from buffer setup callbacksAkinobu Mita2017-08-201-1/+1
| * iio: adc: ti-ads1015: avoid getting stale result after runtime resumeAkinobu Mita2017-08-201-2/+16
| * iio: adc: ti-ads1015: enable conversion when CONFIG_PM is not setAkinobu Mita2017-08-201-0/+7
| * iio: adc: ti-ads1015: fix scale information for ADS1115Akinobu Mita2017-08-201-24/+24
| * iio: adc: ti-ads1015: fix incorrect data rate setting updateAkinobu Mita2017-08-201-17/+10Star
| * iio: adc: ti-ads7950: Allow to use on ACPI platformsAndy Shevchenko2017-08-201-4/+20
| * iio: adc: select triggered buffer for sama5d2 adcArnd Bergmann2017-08-171-0/+1
| * iio: adc: xadc: Fix coding style violationsSai Krishna Potthuri2017-08-122-25/+23Star
| * iio: adc: ti-ads7950: Add OF device ID tableAndy Shevchenko2017-08-091-0/+18
| * iio: adc: stm32: add optional st,min-sample-time-nsecsFabrice Gasnier2017-08-091-4/+136
* | Merge 4.13-rc5 into staging-nextGreg Kroah-Hartman2017-08-144-4/+69
|\ \ | |/ |/|
| * Merge tag 'iio-fixes-for-4.13a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-07-244-4/+69
| |\
| | * iio: aspeed-adc: wait for initial sequence.Mykola Kostenok2017-07-231-0/+26
| | * iio: adc: axp288: Fix the GPADC pin reading often wrongly returning 0Hans de Goede2017-07-091-1/+11
| | * iio: adc: vf610_adc: Fix VALT selection value for REFSEL bitsStefan-Gabriel Mirea2017-07-061-1/+1
| | * iio: adc: Revert "axp288: Drop bogus AXP288_ADC_TS_PIN_CTRL register modifica...Hans de Goede2017-07-041-1/+31
| | * iio: adc: sun4i-gpadc-iio: fix unbalanced irq enable/disableQuentin Schulz2017-07-041-2/+1Star
* | | Merge tag 'iio-for-4.14a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2017-07-2817-65/+1617
|\ \ \ | |/ / |/| |
| * | iio: adc: New driver for Cirrus Logic EP93xx ADCAlexander Sverdlin2017-07-253-0/+267
| * | iio: Convert to using %pOF instead of full_nameRob Herring2017-07-223-14/+14
| * | iio: adc: ad7766: Remove unneeded gpiod NULL checkFabio Estevam2017-07-171-4/+2Star
| * | iio: adc: at91: make array startup_lookup staticColin Ian King2017-07-101-1/+1
| * | iio:adc:at91-sama5d2: make array startup_lookup static to reduce code sizeColin Ian King2017-07-091-1/+1
| * | iio: adc: rockchip_saradc: add NULL check on of_match_device() return valueGustavo A. R. Silva2017-07-091-0/+5
| * | iio: adc: meson-saradc: add NULL check on of_match_device() return valueGustavo A. R. Silva2017-07-091-0/+5
| * | iio: adc: Add support for DLN2 ADCJack Andersen2017-07-093-0/+732
| * | iio: Add LTC2471/LTC2473 driverMike Looijmans2017-07-043-0/+171
| * | iio:adc:ltc2497: Add support for board file based iio consumer mapping.Gaurav Gupta2017-07-021-19/+35
| * | iio: adc: stm32: make array stm32h7_adc_ckmodes_spec staticColin Ian King2017-07-021-1/+1
| * | iio: adc: mcp3422: Checking for error on probeAngelo Compagnucci2017-07-021-1/+3
| * | iio: adc: mcp3422: Changing initial channelAngelo Compagnucci2017-07-021-1/+1
| * | iio: adc: mt7622: Add compatible node for mt7622.Zhiyong Tao2017-07-011-0/+1
| * | iio: adc: mt7622: add support for suspend/resume.Zhiyong Tao2017-07-011-0/+36
| * | iio: adc: at91-sama5d2_adc: add support for suspend/resume functionalityEugen Hristev2017-07-011-10/+80
| * | iio: adc: Fix polling of INA219 conversion ready flagStefan BrĂ¼ns2017-07-011-7/+29
| * | iio: adc: at91-sama5d2_adc: add hw trigger and buffer supportEugen Hristev2017-07-011-5/+232
| * | iio: adc: Kconfig: Append vendor name for IMX7D_ADCFabio Estevam2017-07-011-1/+1
* | | Merge tag 'hwmon-for-linus-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-041-1/+1
|\ \ \ | |/ / |/| |
| * | hwmon: (ads1015) move header file out of I2C realmWolfram Sang2017-06-121-1/+1
* | | Merge tag 'iio-for-4.13b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2017-06-2612-266/+1369
|\ \ \
| * | | iio: Aspeed ADC - Handle return value of clk_prepare_enableArvind Yadav2017-06-111-1/+5