Age | Commit message (Expand) | Author | Files | Lines |
2018-04-05 | Merge tag 'gpio-v4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 1 | -1/+2 |
2018-03-28 | Merge 4.16-rc7 into staging-next | Greg Kroah-Hartman | 3 | -21/+34 |
2018-03-18 | Merge tag 'v4.16-rc5' into devel | Linus Walleij | 2 | -6/+8 |
2018-03-14 | Merge tag 'iio-for-4.17b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji... | Greg Kroah-Hartman | 1 | -3/+5 |
2018-03-10 | iio: adc: meson-saradc: unlock on error in meson_sar_adc_lock() | Dan Carpenter | 1 | -1/+3 |
2018-02-26 | Merge 4.16-rc3 into staging-next | Greg Kroah-Hartman | 2 | -6/+8 |
2018-02-24 | iio: adc: stm32-dfsdm: fix multiple channel initialization | Fabrice Gasnier | 1 | -18/+21 |
2018-02-24 | iio: adc: stm32-dfsdm: fix clock source selection | Fabrice Gasnier | 1 | -1/+9 |
2018-02-24 | iio: adc: stm32-dfsdm: fix call to stop channel | Fabrice Gasnier | 1 | -1/+1 |
2018-02-24 | iio: adc: stm32-dfsdm: fix compatible data use | Fabrice Gasnier | 1 | -1/+1 |
2018-02-24 | iio: adc: axp20x_adc: remove !! in favor of ternary condition | Quentin Schulz | 1 | -3/+5 |
2018-02-22 | iio: Change ISA_BUS_API dependency to selection | William Breathitt Gray | 1 | -1/+2 |
2018-02-20 | Merge tag 'iio-for-4.17a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji... | Greg Kroah-Hartman | 5 | -29/+180 |
2018-02-20 | Merge tag 'iio-fixes-for-4.16a' of git://git.kernel.org/pub/scm/linux/kernel/... | Greg Kroah-Hartman | 2 | -6/+8 |
2018-02-18 | iio: add SPDX identifier for various drivers | Matt Ranostay | 1 | -12/+4 |
2018-02-01 | Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 13 | -297/+955 |
2018-01-30 | iio: adc: change license description | Milan Stevanovic | 1 | -2/+1 |
2018-01-30 | iio: adc: driver for ti adc081s/adc101s/adc121s | Milan Stevanovic | 1 | -1/+22 |
2018-01-30 | iio/adc: depend on SYSFS instead of selecting it | Randy Dunlap | 1 | -2/+1 |
2018-01-30 | iio: adc: axp20x_adc: add support for AXP813 ADC | Quentin Schulz | 1 | -0/+123 |
2018-01-30 | iio: adc: axp20x_adc: make it possible to probe from DT | Quentin Schulz | 1 | -1/+18 |
2018-01-30 | iio: adc: axp20x_adc: put ADC rate setting in a per-variant function | Quentin Schulz | 1 | -7/+11 |
2018-01-30 | iio: ep93xx: remove redundant return value check of platform_get_resource() | Wei Yongjun | 1 | -4/+0 |
2018-01-28 | iio: adc: stm32: fix stm32h7_adc_enable error handling | Fabrice Gasnier | 1 | -3/+4 |
2018-01-18 | Merge remote-tracking branches 'asoc/topic/hisilicon', 'asoc/topic/iio', 'aso... | Mark Brown | 6 | -0/+1925 |
2018-01-15 | IIO: ADC: stm32-dfsdm: fix static check warning | Arnaud Pouliquen | 1 | -4/+0 |
2018-01-15 | IIO: ADC: stm32-dfsdm: code optimization | Arnaud Pouliquen | 2 | -15/+2 |
2018-01-14 | iio: adc: aspeed: Fix error handling path | Christophe JAILLET | 1 | -3/+4 |
2018-01-11 | IIO: ADC: fix return value check in stm32_dfsdm_adc_probe() | Wei Yongjun | 1 | -2/+2 |
2018-01-11 | IIO: ADC: stm32-dfsdm: avoid unused-variable warning | Arnd Bergmann | 1 | -2/+1 |
2018-01-10 | IIO: ADC: stm32_dfsdm_stop_filter() can be static | kbuild test robot | 1 | -4/+4 |
2018-01-10 | IIO: ADC: add stm32 DFSDM support for PDM microphone | Arnaud Pouliquen | 1 | -7/+495 |
2018-01-10 | IIO: ADC: add STM32 DFSDM sigma delta ADC support | Arnaud Pouliquen | 3 | -0/+742 |
2018-01-10 | IIO: ADC: add stm32 DFSDM core support | Arnaud Pouliquen | 4 | -0/+632 |
2018-01-10 | IIO: ADC: add sigma delta modulator support | Arnaud Pouliquen | 3 | -0/+81 |
2018-01-08 | iio: adc: stm32: fix scan of multiple channels with DMA | Fabrice Gasnier | 1 | -1/+2 |
2018-01-08 | Drivers:iio:adc:ti_am335x_adc remove comparison to bool | Venkat Prashanth B U | 1 | -1/+1 |
2018-01-08 | iio: adc: ina2xx: Actually align the loop with the conversion ready flag | Stefan Brüns | 1 | -19/+38 |
2018-01-08 | iio: adc: ina2xx: Align timestamp with conversion ready flag | Stefan Brüns | 1 | -2/+2 |
2018-01-08 | iio: adc: ina2xx: Use a monotonic clock for delay calculation | Stefan Brüns | 1 | -14/+27 |
2018-01-08 | iio: adc: ina2xx: Make calibration register value fixed | Maciej Purski | 1 | -31/+33 |
2018-01-08 | Drivers: iio:adc: fix brace coding style issue in at91_adc.c | Venkat Prashanth B U | 1 | -2/+2 |
2018-01-08 | iio: hx711: fix bug in reset functionality | Andreas Klinger | 1 | -7/+6 |
2018-01-08 | iio: hx711: add triggered buffer support | Andreas Klinger | 2 | -23/+100 |
2018-01-08 | iio: adc: ina2xx: Do not udelay for several seconds | Stefan Brüns | 1 | -3/+5 |
2018-01-08 | iio: adc: ina2xx: Remove unneeded dummy read to clear CNVR flag | Stefan Brüns | 1 | -14/+0 |
2018-01-08 | iio: adc: ina2xx: Clarify size requirement for data buffer | Stefan Brüns | 1 | -1/+2 |
2018-01-08 | iio: adc: ina2xx: Remove bogus cast for data argument | Stefan Brüns | 1 | -2/+1 |
2018-01-08 | iio: adc: meson-saradc: program the channel muxes during initialization | Martin Blumenstingl | 1 | -3/+29 |
2018-01-08 | iio: adc: meson-saradc: fix the clock frequency on Meson8 and Meson8b | Martin Blumenstingl | 1 | -1/+7 |