summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc
Commit message (Expand)AuthorAgeFilesLines
* iio: Change ISA_BUS_API dependency to selectionWilliam Breathitt Gray2018-02-221-1/+2
* Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-02-0113-297/+955
|\
| * iio: adc: stm32: fix scan of multiple channels with DMAFabrice Gasnier2018-01-081-1/+2
| * Drivers:iio:adc:ti_am335x_adc remove comparison to boolVenkat Prashanth B U2018-01-081-1/+1
| * iio: adc: ina2xx: Actually align the loop with the conversion ready flagStefan Brüns2018-01-081-19/+38
| * iio: adc: ina2xx: Align timestamp with conversion ready flagStefan Brüns2018-01-081-2/+2
| * iio: adc: ina2xx: Use a monotonic clock for delay calculationStefan Brüns2018-01-081-14/+27
| * iio: adc: ina2xx: Make calibration register value fixedMaciej Purski2018-01-081-31/+33
| * Drivers: iio:adc: fix brace coding style issue in at91_adc.cVenkat Prashanth B U2018-01-081-2/+2
| * iio: hx711: fix bug in reset functionalityAndreas Klinger2018-01-081-7/+6Star
| * iio: hx711: add triggered buffer supportAndreas Klinger2018-01-082-23/+100
| * iio: adc: ina2xx: Do not udelay for several secondsStefan Brüns2018-01-081-3/+5
| * iio: adc: ina2xx: Remove unneeded dummy read to clear CNVR flagStefan Brüns2018-01-081-14/+0Star
| * iio: adc: ina2xx: Clarify size requirement for data bufferStefan Brüns2018-01-081-1/+2
| * iio: adc: ina2xx: Remove bogus cast for data argumentStefan Brüns2018-01-081-2/+1Star
| * iio: adc: meson-saradc: program the channel muxes during initializationMartin Blumenstingl2018-01-081-3/+29
| * iio: adc: meson-saradc: fix the clock frequency on Meson8 and Meson8bMartin Blumenstingl2018-01-081-1/+7
| * iio: stm32: Adopt SPDX identifierBenjamin Gaignard2018-01-083-40/+3Star
| * Merge Linus's staging merge point into staging-nextGreg Kroah-Hartman2017-12-062-11/+43
| |\
| * | iio: Add macro to populate struct iio_map arrayLukas Wunner2017-12-021-14/+6Star
| * | iio: adc: meson-saradc: remove irrelevant clock "sana"Xingyu Chen2017-12-021-20/+0Star
| * | iio: adc: aspeed: Deassert reset in probeJoel Stanley2017-12-021-6/+19
| * | iio: adc: stm32: add support for differential channelsFabrice Gasnier2017-12-021-20/+103
| * | iio: adc: stm32: remove const channel names definitionFabrice Gasnier2017-12-021-52/+14Star
| * | iio: adc: ina2xx: Allow setting Shunt Voltage PGA gain and Bus Voltage rangeStefan Brüns2017-12-021-3/+108
| * | iio: adc: ina2xx: Use LSB specifier instead of divider in configStefan Brüns2017-12-021-6/+6
| * | iio: adc: ina2xx: Shift bus voltage register to mask flag bitsStefan Brüns2017-12-021-9/+17
| * | iio: adc: at91-sama5d2_adc: ack DRDY irq in direct modeEugen Hristev2017-12-021-0/+3
| * | iio: adc: at91-sama5d2_adc: add support for DMAEugen Hristev2017-12-022-20/+434
| * | iio: adc/accel: Fix up module licensesLinus Walleij2017-12-021-0/+4
| | |
| \ \
*-. \ \ Merge remote-tracking branches 'asoc/topic/hisilicon', 'asoc/topic/iio', 'aso...Mark Brown2018-01-186-0/+1925
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| | * IIO: ADC: stm32-dfsdm: fix static check warningArnaud Pouliquen2018-01-151-4/+0Star
| | * IIO: ADC: stm32-dfsdm: code optimizationArnaud Pouliquen2018-01-152-15/+2Star
| | * IIO: ADC: fix return value check in stm32_dfsdm_adc_probe()Wei Yongjun2018-01-111-2/+2
| | * IIO: ADC: stm32-dfsdm: avoid unused-variable warningArnd Bergmann2018-01-111-2/+1Star
| | * IIO: ADC: stm32_dfsdm_stop_filter() can be statickbuild test robot2018-01-101-4/+4
| | * IIO: ADC: add stm32 DFSDM support for PDM microphoneArnaud Pouliquen2018-01-101-7/+495
| | * IIO: ADC: add STM32 DFSDM sigma delta ADC supportArnaud Pouliquen2018-01-103-0/+742
| | * IIO: ADC: add stm32 DFSDM core supportArnaud Pouliquen2018-01-104-0/+632
| | * IIO: ADC: add sigma delta modulator supportArnaud Pouliquen2018-01-103-0/+81
| |/
* | iio: adc: meson-saradc: Meson8 and Meson8b do not have REG11 and REG13Martin Blumenstingl2017-12-021-2/+15
* | iio: adc: meson-saradc: initialize the bandgap correctly on older SoCsMartin Blumenstingl2017-12-021-7/+26
* | iio: adc: meson-saradc: fix the bit_idx of the adc_en clockMartin Blumenstingl2017-12-021-1/+1
* | iio: adc: cpcap: fix incorrect validationPan Bian2017-12-021-1/+1
|/
* Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-1476-223/+219Star
|\
| * Merge tag 'iio-for-4.15c' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2017-10-274-5/+17
| |\
| | * iio: adc: sun4i-gpadc: use of_device_get_match_dataCorentin Labbe2017-10-211-4/+2Star
| | * iio: adc: adc12138: make array ch_to_mux static, makes object code smallerColin Ian King2017-10-211-1/+1
| | * iio: adc: stm32: add check on clock rateFabrice Gasnier2017-10-211-0/+13
| | * iio: adc: stm32: add tim15 triggerFabrice Gasnier2017-10-211-0/+1