aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-20Merge tag 'iio-fixes-for-4.16a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linusGreg Kroah-Hartman2-6/+8
2018-02-01Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds13-297/+955
2018-01-28iio: adc: stm32: fix stm32h7_adc_enable error handlingFabrice Gasnier1-3/+4
2018-01-18Merge remote-tracking branches 'asoc/topic/hisilicon', 'asoc/topic/iio', 'asoc/topic/max98373' and 'asoc/topic/max98926' into asoc-nextMark Brown6-0/+1925
2018-01-15IIO: ADC: stm32-dfsdm: fix static check warningArnaud Pouliquen1-4/+0
2018-01-15IIO: ADC: stm32-dfsdm: code optimizationArnaud Pouliquen2-15/+2
2018-01-14iio: adc: aspeed: Fix error handling pathChristophe JAILLET1-3/+4
2018-01-11IIO: ADC: fix return value check in stm32_dfsdm_adc_probe()Wei Yongjun1-2/+2
2018-01-11IIO: ADC: stm32-dfsdm: avoid unused-variable warningArnd Bergmann1-2/+1
2018-01-10IIO: ADC: stm32_dfsdm_stop_filter() can be statickbuild test robot1-4/+4
2018-01-10IIO: ADC: add stm32 DFSDM support for PDM microphoneArnaud Pouliquen1-7/+495
2018-01-10IIO: ADC: add STM32 DFSDM sigma delta ADC supportArnaud Pouliquen3-0/+742
2018-01-10IIO: ADC: add stm32 DFSDM core supportArnaud Pouliquen4-0/+632
2018-01-10IIO: ADC: add sigma delta modulator supportArnaud Pouliquen3-0/+81
2018-01-08iio: adc: stm32: fix scan of multiple channels with DMAFabrice Gasnier1-1/+2
2018-01-08Drivers:iio:adc:ti_am335x_adc remove comparison to boolVenkat Prashanth B U1-1/+1
2018-01-08iio: adc: ina2xx: Actually align the loop with the conversion ready flagStefan Brüns1-19/+38
2018-01-08iio: adc: ina2xx: Align timestamp with conversion ready flagStefan Brüns1-2/+2
2018-01-08iio: adc: ina2xx: Use a monotonic clock for delay calculationStefan Brüns1-14/+27
2018-01-08iio: adc: ina2xx: Make calibration register value fixedMaciej Purski1-31/+33
2018-01-08Drivers: iio:adc: fix brace coding style issue in at91_adc.cVenkat Prashanth B U1-2/+2
2018-01-08iio: hx711: fix bug in reset functionalityAndreas Klinger1-7/+6
2018-01-08iio: hx711: add triggered buffer supportAndreas Klinger2-23/+100
2018-01-08iio: adc: ina2xx: Do not udelay for several secondsStefan Brüns1-3/+5
2018-01-08iio: adc: ina2xx: Remove unneeded dummy read to clear CNVR flagStefan Brüns1-14/+0
2018-01-08iio: adc: ina2xx: Clarify size requirement for data bufferStefan Brüns1-1/+2
2018-01-08iio: adc: ina2xx: Remove bogus cast for data argumentStefan Brüns1-2/+1
2018-01-08iio: adc: meson-saradc: program the channel muxes during initializationMartin Blumenstingl1-3/+29
2018-01-08iio: adc: meson-saradc: fix the clock frequency on Meson8 and Meson8bMartin Blumenstingl1-1/+7
2018-01-08iio: stm32: Adopt SPDX identifierBenjamin Gaignard3-40/+3
2017-12-06Merge Linus's staging merge point into staging-nextGreg Kroah-Hartman2-11/+43
2017-12-02iio: Add macro to populate struct iio_map arrayLukas Wunner1-14/+6
2017-12-02iio: adc: meson-saradc: remove irrelevant clock "sana"Xingyu Chen1-20/+0
2017-12-02iio: adc: meson-saradc: Meson8 and Meson8b do not have REG11 and REG13Martin Blumenstingl1-2/+15
2017-12-02iio: adc: meson-saradc: initialize the bandgap correctly on older SoCsMartin Blumenstingl1-7/+26
2017-12-02iio: adc: meson-saradc: fix the bit_idx of the adc_en clockMartin Blumenstingl1-1/+1
2017-12-02iio: adc: cpcap: fix incorrect validationPan Bian1-1/+1
2017-12-02iio: adc: aspeed: Deassert reset in probeJoel Stanley1-6/+19
2017-12-02iio: adc: stm32: add support for differential channelsFabrice Gasnier1-20/+103
2017-12-02iio: adc: stm32: remove const channel names definitionFabrice Gasnier1-52/+14
2017-12-02iio: adc: ina2xx: Allow setting Shunt Voltage PGA gain and Bus Voltage rangeStefan Brüns1-3/+108
2017-12-02iio: adc: ina2xx: Use LSB specifier instead of divider in configStefan Brüns1-6/+6
2017-12-02iio: adc: ina2xx: Shift bus voltage register to mask flag bitsStefan Brüns1-9/+17
2017-12-02iio: adc: at91-sama5d2_adc: ack DRDY irq in direct modeEugen Hristev1-0/+3
2017-12-02iio: adc: at91-sama5d2_adc: add support for DMAEugen Hristev2-20/+434
2017-12-02iio: adc/accel: Fix up module licensesLinus Walleij1-0/+4
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds76-223/+219
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-10-27Merge tag 'iio-for-4.15c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman4-5/+17
2017-10-23Merge 4.14-rc6 into staging-nextGreg Kroah-Hartman2-16/+31