summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | | iio: adc: ad7791: Use sysfs_match_string() helperAndy Shevchenko2017-06-111-5/+3
| * | | iio: adc: twl4030: Fold twl4030-madc.h into driverSebastian Reichel2017-06-111-1/+112
| * | | iio: adc: twl4030: Remove twl4030_madc_request.func_cbSebastian Reichel2017-06-111-70/+0
| * | | iio: adc: twl4030: Unexport twl4030_madc_conversion()Sebastian Reichel2017-06-111-2/+3
| * | | iio: adc: twl4030: Drop twl4030_get_madc_conversion()Sebastian Reichel2017-06-111-21/+0
| * | | iio: adc: stm32: add support for STM32H7Fabrice Gasnier2017-06-113-4/+701
| * | | iio: adc: stm32: make per instance bus clock optionalFabrice Gasnier2017-06-111-8/+20
| * | | iio: adc: stm32: introduce compatible data cfgFabrice Gasnier2017-06-112-59/+205
| * | | iio: adc: stm32: make core adc clock optional by defaultFabrice Gasnier2017-06-111-12/+26
| * | | iio: adc: Fix integration time/averaging for INA219/220Stefan Brüns2017-06-031-22/+182
| * | | iio: adc: meson-saradc: use NULL instead of 0 for pointerPaolo Cretaro2017-06-031-1/+1
| * | | iio:adc:lpc32xx Handle return value of clk_prepare_enableArvind Yadav2017-06-031-2/+6
| * | | iio: adc: mxs-lradc: fix non-static symbol warningsPaolo Cretaro2017-06-031-16/+16
| * | | Revert "iio: hi8435: cleanup reset gpio"Jonathan Cameron2017-06-031-7/+5
| * | | iio: adc: xilinx: Handle return value of clk_prepare_enableArvind Yadav2017-06-031-1/+4
| * | | iio: adc: ina2xx: Make use of attribute flags consistent on all channelsStefan Brüns2017-06-031-0/+2
| * | | iio: hi8435: remote ampersands from hi8435_info definitionNikita Yushchenko2017-06-031-4/+4
| * | | iio: adc: cpcap: Remove hung interrupt quirkTony Lindgren2017-06-031-23/+1
| * | | iio: adc: cpcap: Fix die temperatureTony Lindgren2017-06-031-3/+28
| * | | iio: adc: cpcap: Fix default register values and battery temperatureTony Lindgren2017-06-031-8/+49
* | | | Merge 4.12-rc6 into staging-nextGreg Kroah-Hartman2017-06-202-4/+7
|\ \ \ \ | | |_|/ | |/| |
| * | | iio: adc: meson-saradc: fix potential crash in meson_sar_adc_clear_fifoMartin Blumenstingl2017-06-111-2/+2
| * | | iio: adc: mxs-lradc: Fix return value check in mxs_lradc_adc_probe()Wei Yongjun2017-06-031-2/+5
| | |/ | |/|
* | | Merge 4.12-rc5 into staging-nextGreg Kroah-Hartman2017-06-124-24/+34
|\| | | |/ |/|
| * Merge tag 'iio-fixes-for-4.12a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-05-224-24/+34
| |\
| | * iio: adc: sun4i-gpadc-iio: fix parent device being used in devm functionQuentin Schulz2017-05-211-14/+22
| | * iio: adc: bcm_iproc_adc: swap primary and secondary isr handler'sRaveendra Padasalagi2017-05-211-4/+4
| | * iio: adc: max9611: Fix attribute measure unitJacopo Mondi2017-05-141-3/+3
| | * iio: adc: ti_am335x_adc: allocating too much in probeDan Carpenter2017-05-141-1/+1
| | * iio: adc: sun4i-gpadc-iio: Fix module autoload when OF devices are registeredEduardo Molinas2017-05-071-0/+1
| | * iio: adc: sun4i-gpadc-iio: Fix module autoload when PLATFORM devices are regi...Eduardo Molinas2017-05-071-0/+1
| | * iio: adc: Max9611: checking for ERR_PTR instead of NULL in probeDan Carpenter2017-04-261-2/+2
* | | Merge tag 'iio-for-4.13a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2017-05-298-48/+765
|\ \ \ | |/ / |/| |
| * | iio: adc: Add support for TI ADC108S102 and ADC128S102Jan Kiszka2017-05-213-0/+361