index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
adc
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-19
iio: adc: max1027: Fix style
Miquel Raynal
1
-7
/
+7
2021-10-19
iio: imx8qxp-adc: Add driver support for NXP IMX8QXP ADC
Cai Huoqing
3
-0
/
+505
2021-10-19
iio: adc: aspeed: Get and set trimming data.
Billy Tsai
1
-0
/
+71
2021-10-19
iio: adc: aspeed: Support battery sensing.
Billy Tsai
1
-3
/
+78
2021-10-19
iio: adc: aspeed: Add compensation phase.
Billy Tsai
1
-1
/
+53
2021-10-19
iio: adc: aspeed: Add func to set sampling rate.
Billy Tsai
1
-19
/
+39
2021-10-19
iio: adc: aspeed: Fix the calculate error of clock.
Billy Tsai
1
-0
/
+27
2021-10-19
iio: adc: aspeed: Support ast2600 adc.
Billy Tsai
1
-5
/
+96
2021-10-19
iio: adc: aspeed: Use devm_add_action_or_reset.
Billy Tsai
1
-58
/
+55
2021-10-19
iio: adc: aspeed: Use model_data to set clk scaler.
Billy Tsai
1
-15
/
+26
2021-10-19
iio: adc: aspeed: Add vref config function
Billy Tsai
1
-1
/
+17
2021-10-19
iio: adc: aspeed: Restructure the model data
Billy Tsai
1
-5
/
+15
2021-10-19
iio: adc: aspeed: Keep model data to driver data.
Billy Tsai
1
-13
/
+7
2021-10-17
iio: adc: tsc2046: fix scan interval warning
Oleksij Rempel
1
-1
/
+1
2021-10-17
iio: adc: exynos: describe drivers in KConfig
Krzysztof Kozlowski
1
-3
/
+3
2021-10-17
iio: adc: rockchip_saradc: Make use of the helper function devm_platform_ioremap_resource()
Cai Huoqing
1
-3
/
+1
2021-10-17
iio: ep93xx: Make use of the helper function devm_platform_ioremap_resource()
Cai Huoqing
1
-3
/
+1
2021-09-26
iio: mtk-auxadc: fix case IIO_CHAN_INFO_PROCESSED
Hui Liu
1
-0
/
+8
2021-09-14
iio: adc: ad7793: Fix IRQ flag
Alexandru Tachici
1
-1
/
+1
2021-09-14
iio: adc: ad7780: Fix IRQ flag
Alexandru Tachici
1
-1
/
+1
2021-09-14
iio: adc: ad7192: Add IRQ flag
Alexandru Tachici
1
-0
/
+1
2021-09-14
iio: adc: aspeed: set driver data when adc probe.
Billy Tsai
1
-0
/
+1
2021-09-14
iio: adc: rzg2l_adc: add missing clk_disable_unprepare() in rzg2l_adc_pm_runtime_resume()
Yang Yingliang
1
-1
/
+3
2021-09-14
iio: adc: max1027: Fix the number of max1X31 channels
Miquel Raynal
1
-1
/
+0
2021-09-14
iio: adc: max1027: Fix wrong shift with 12-bit devices
Miquel Raynal
1
-1
/
+1
2021-09-14
iio: adc128s052: Fix the error handling path of 'adc128_probe()'
Christophe JAILLET
1
-0
/
+6
2021-09-14
iio: adc: rzg2l_adc: Fix -EBUSY timeout error return
Colin Ian King
1
-1
/
+1
2021-09-14
iio: adc: aspeed: completes the bitfield declare.
Billy Tsai
1
-16
/
+46
2021-09-14
iio: adc: ti-ads8344: convert probe to device-managed
Alexandru Ardelean
1
-19
/
+8
2021-09-14
iio: adc: at91-sama5d2_adc: update copyright and authors information
Eugen Hristev
1
-1
/
+4
2021-09-14
iio: adc: at91-sama5d2_adc: add support for sama7g5 device
Eugen Hristev
1
-0
/
+78
2021-09-14
iio: adc: at91-sama5d2_adc: add helper for COR register
Eugen Hristev
1
-20
/
+20
2021-09-14
iio: adc: at91-sama5d2_adc: add support for separate end of conversion registers
Eugen Hristev
1
-7
/
+59
2021-09-14
iio: adc: at91-sama5d2_adc: convert to platform specific data structures
Eugen Hristev
1
-164
/
+253
2021-09-14
iio: adc: at91-sama5d2_adc: remove unused definition
Eugen Hristev
1
-2
/
+0
2021-09-14
iio: adc: at91-sama5d2_adc: initialize hardware after clock is started
Eugen Hristev
1
-2
/
+2
2021-09-14
iio: adc: twl6030-gpadc: Use the defined variable to clean code
Tang Bin
1
-3
/
+3
2021-09-14
iio: adc: ad7949: use devm managed functions
Liam Beguin
1
-22
/
+3
2021-09-14
iio: adc: ad7949: add vref selection support
Liam Beguin
1
-16
/
+76
2021-09-14
iio: adc: ad7949: enable use with non 14/16-bit controllers
Liam Beguin
1
-28
/
+58
2021-09-14
iio: adc: ad7949: define and use bitfield names
Liam Beguin
1
-10
/
+45
2021-09-01
Merge tag 'staging-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
Linus Torvalds
8
-36
/
+789
2021-08-30
Merge tag 'for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply
Linus Torvalds
1
-0
/
+23
2021-08-17
Merge tag 'iio-for-5.15b' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next
Greg Kroah-Hartman
4
-7
/
+651
2021-08-16
Merge 5.14-rc6 into staging-next
Greg Kroah-Hartman
2
-3
/
+2
2021-08-15
iio: adc: Add driver for Renesas RZ/G2L A/D converter
Lad Prabhakar
3
-0
/
+611
2021-08-15
iio: adc: rockchip_saradc: add voltage notifier so get referenced voltage once at probe
David Wu
1
-7
/
+40
2021-08-13
iio: adc: rn5t618: Add iio map
Andreas Kemnade
1
-0
/
+23
2021-08-08
iio: ep93xx: Prepare clock before using it
Alexander Sverdlin
1
-3
/
+3
2021-08-08
iio: adc: fsl-imx25-gcq: adjust irq check to match docs and simplify code
Tang Bin
1
-6
/
+3
[prev]
[next]