index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
adc
Age
Commit message (
Expand
)
Author
Files
Lines
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
2018-01-08
iio: stm32: Adopt SPDX identifier
Benjamin Gaignard
3
-40
/
+3
2017-12-06
Merge Linus's staging merge point into staging-next
Greg Kroah-Hartman
2
-11
/
+43
2017-12-02
iio: Add macro to populate struct iio_map array
Lukas Wunner
1
-14
/
+6
2017-12-02
iio: adc: meson-saradc: remove irrelevant clock "sana"
Xingyu Chen
1
-20
/
+0
2017-12-02
iio: adc: meson-saradc: Meson8 and Meson8b do not have REG11 and REG13
Martin Blumenstingl
1
-2
/
+15
2017-12-02
iio: adc: meson-saradc: initialize the bandgap correctly on older SoCs
Martin Blumenstingl
1
-7
/
+26
2017-12-02
iio: adc: meson-saradc: fix the bit_idx of the adc_en clock
Martin Blumenstingl
1
-1
/
+1
2017-12-02
iio: adc: cpcap: fix incorrect validation
Pan Bian
1
-1
/
+1
2017-12-02
iio: adc: aspeed: Deassert reset in probe
Joel Stanley
1
-6
/
+19
2017-12-02
iio: adc: stm32: add support for differential channels
Fabrice Gasnier
1
-20
/
+103
2017-12-02
iio: adc: stm32: remove const channel names definition
Fabrice Gasnier
1
-52
/
+14
2017-12-02
iio: adc: ina2xx: Allow setting Shunt Voltage PGA gain and Bus Voltage range
Stefan Brüns
1
-3
/
+108
2017-12-02
iio: adc: ina2xx: Use LSB specifier instead of divider in config
Stefan Brüns
1
-6
/
+6
2017-12-02
iio: adc: ina2xx: Shift bus voltage register to mask flag bits
Stefan Brüns
1
-9
/
+17
2017-12-02
iio: adc: at91-sama5d2_adc: ack DRDY irq in direct mode
Eugen Hristev
1
-0
/
+3
2017-12-02
iio: adc: at91-sama5d2_adc: add support for DMA
Eugen Hristev
2
-20
/
+434
2017-12-02
iio: adc/accel: Fix up module licenses
Linus Walleij
1
-0
/
+4
2017-11-13
Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
76
-223
/
+219
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
3
-0
/
+3
2017-10-27
Merge tag 'iio-for-4.15c' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...
Greg Kroah-Hartman
4
-5
/
+17
2017-10-23
Merge 4.14-rc6 into staging-next
Greg Kroah-Hartman
2
-16
/
+31
2017-10-21
iio: adc: sun4i-gpadc: use of_device_get_match_data
Corentin Labbe
1
-4
/
+2
2017-10-21
iio: adc: adc12138: make array ch_to_mux static, makes object code smaller
Colin Ian King
1
-1
/
+1
2017-10-21
iio: adc: stm32: add check on clock rate
Fabrice Gasnier
1
-0
/
+13
2017-10-21
iio: adc: stm32: add tim15 trigger
Fabrice Gasnier
1
-0
/
+1
2017-10-14
iio: adc: at91-sama5d2_adc: fix probe error on missing trigger property
Eugen Hristev
1
-16
/
+29
2017-10-09
iio: adc: mcp320x: Add support for mcp3550/1/3
Lukas Wunner
2
-7
/
+118
[prev]
[next]