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
2020-07-22
Merge branch 'ib-5.8-jz47xx-ts' into HEAD
Jonathan Cameron
2
-40
/
+352
2020-07-22
iio: adc: ad7124: move chip ID & name on the chip_info table
Alexandru Ardelean
1
-14
/
+59
2020-07-20
IIO: Ingenic JZ47xx: Add touchscreen mode.
Artur Rojek
2
-2
/
+249
2020-07-20
iio/adc: ingenic: Retrieve channels list from soc data struct
Paul Cercueil
1
-34
/
+65
2020-07-20
IIO: Ingenic JZ47xx: Add xlate cb to retrieve correct channel idx
Artur Rojek
1
-0
/
+16
2020-07-20
IIO: Ingenic JZ47xx: Error check clk_enable calls.
Artur Rojek
1
-6
/
+24
2020-07-20
iio: adc: ad7192: move ad7192_of_match table closer to the end of the file
Alexandru Ardelean
1
-9
/
+9
2020-07-20
iio: adc: rockchip_saradc: Demote seemingly unintentional kerneldoc header
Lee Jones
1
-1
/
+1
2020-07-20
iio: adc: qcom-pm8xxx-xoadc: Demote standard comment block and supply missing...
Lee Jones
1
-1
/
+2
2020-07-20
iio: adc: palmas_gpadc: Demote non-conforming kerneldoc header
Lee Jones
1
-2
/
+1
2020-07-20
iio: adc: max9611: Demote obvious misuse of kerneldoc to standard comment blocks
Lee Jones
1
-2
/
+2
2020-07-20
iio: adc: max1363: Fix kerneldoc attribute formatting for 'lock'
Lee Jones
1
-1
/
+1
2020-07-20
iio: adc: cpcap-adc: Demote seemingly unintentional kerneldoc header
Lee Jones
1
-3
/
+3
2020-07-20
iio: adc: at91-sama5d2_adc: Struct kerneldoc titles need to start with 'struct '
Lee Jones
1
-2
/
+2
2020-07-20
iio: adc: at91_adc: Fix 'bad line' warning
Lee Jones
1
-1
/
+1
2020-07-20
iio: adc: ad799x: Demote seemingly unintentional kerneldoc header
Lee Jones
1
-1
/
+1
2020-07-20
iio: adc: twl6030-gpadc: Fix some misdocumentation and formatting issues
Lee Jones
1
-2
/
+2
2020-07-20
iio: adc: twl4030-madc: Fix misnamed struct attribute
Lee Jones
1
-2
/
+2
2020-07-20
iio: adc: twl4030-madc: Remove set but unused variables 'len'
Lee Jones
1
-5
/
+5
2020-07-20
iio: adc: ti_am335x_adc: Remove a couple of unused 'read' variables
Lee Jones
1
-4
/
+4
2020-07-20
iio: adc: ad7887: Demote seemingly unintentional kerneldoc header
Lee Jones
1
-1
/
+1
2020-07-20
iio: adc: ad7923: Demote obvious misuse of kerneldoc to standard comment blocks
Lee Jones
1
-4
/
+4
2020-07-20
iio: adc: ad7298: Demote obvious misuse of kerneldoc to standard comment blocks
Lee Jones
1
-4
/
+4
2020-07-20
iio: adc: ad_sigma_delta: Remove unused variable 'ret'
Lee Jones
1
-5
/
+2
2020-07-20
Merge 5.8-rc6 into staging-next
Greg Kroah-Hartman
2
-3
/
+3
2020-07-13
Replace HTTP links with HTTPS ones: drivers/iio
Alexander A. Klimov
14
-23
/
+23
2020-07-07
iio: adc: ti_am335x_adc: alloc kfifo & IRQ via devm_ functions
Alexandru Ardelean
1
-15
/
+5
2020-07-07
iio: adc: ti_am335x_adc: alloc channels via devm_kcalloc()
Alexandru Ardelean
1
-10
/
+5
2020-07-07
iio:adc:ingenic: drop of_match_ptr protection and include mod_devicetable.h
Jonathan Cameron
1
-3
/
+2
2020-07-07
iio:adc:ti-tlc4541: Drop CONFIG_OF and of_match_ptr protections.
Jonathan Cameron
1
-3
/
+2
2020-07-07
iio:adc:ti-adc161s626: Drop of_match_ptr protection.
Jonathan Cameron
1
-1
/
+2
2020-07-07
iio:adc:ti-adc084s021: drop of_match_ptr protection
Jonathan Cameron
1
-1
/
+2
2020-07-07
iio:adc:ti-adc0832: drop CONFIG_OF and of_match_ptr protections
Jonathan Cameron
1
-5
/
+2
2020-07-07
iio:adc:ti-adc081c: Drop of_match_ptr and change to mod_devicetable.h
Jonathan Cameron
1
-4
/
+2
2020-07-07
iio:adc:sd_adc_modulator: Drop of_match_ptr and tweak includes
Jonathan Cameron
1
-2
/
+3
2020-07-07
iio:adc:mcp3422: remove CONFIG_OF and of_match_ptr protections
Jonathan Cameron
1
-4
/
+2
2020-07-07
iio:adc:mcp320x: Drop CONFIG_OF and of_match_ptr protections
Jonathan Cameron
1
-3
/
+2
2020-07-07
iio:adc:max1118: Drop CONFIG_OF / of_match_ptr protections
Jonathan Cameron
1
-5
/
+2
2020-07-07
iio:adc:max11100: Drop of_match_ptr protection / add mod_devicetable.h include
Jonathan Cameron
1
-1
/
+2
2020-07-07
iio:adc:ltc2497 drop of_match_ptr protection
Jonathan Cameron
1
-2
/
+2
2020-07-07
iio:adc:cpcap-adc: Drop of_match_ptr protection and use device_get_match_data
Jonathan Cameron
1
-16
/
+6
2020-07-07
iio:adc:ltc2496: Drop of_match_ptr and use mod_devicetable.h
Jonathan Cameron
1
-2
/
+2
2020-07-07
iio:adc:max1027: drop of_match_ptr and CONFIG_OF protections
Jonathan Cameron
1
-3
/
+2
2020-07-07
iio:adc:max1363: Drop of_match_ptr and use generic device_get_match_data
Jonathan Cameron
1
-7
/
+4
2020-07-07
iio:adc:hi8435: Drop of_match_ptr protection.
Jonathan Cameron
1
-3
/
+2
2020-07-07
iio:adc:hi8435: Drop unused of_gpio.h header
Jonathan Cameron
1
-1
/
+0
2020-07-07
iio:adc:lpc32xx: Drop of_match_ptr protection
Jonathan Cameron
1
-3
/
+2
2020-07-07
iio: at91-sama5d2_adc: remove usage of iio_priv_to_dev() helper
Alexandru Ardelean
1
-13
/
+17
2020-07-05
iio: adc: ad7780: Fix a resource handling path in 'ad7780_probe()'
Christophe JAILLET
1
-1
/
+1
2020-07-04
iio: adc: adi-axi-adc: Fix object reference counting
Nuno Sá
1
-2
/
+2
[next]