index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
adc
/
rzg2l_adc.c
Age
Commit message (
Expand
)
Author
2025-04-22
iio: normalize array sentinel style
David Lechner
2025-04-22
iio: adc: rzg2l_adc: Use adc-helpers
Matti Vaittinen
2024-12-11
iio: adc: rzg2l_adc: Add support for Renesas RZ/G3S
Claudiu Beznea
2024-12-11
iio: adc: rzg2l_adc: Add suspend/resume support
Claudiu Beznea
2024-12-11
iio: adc: rzg2l_adc: Add support for channel 8
Claudiu Beznea
2024-12-11
iio: adc: rzg2l_adc: Prepare for the addition of RZ/G3S support
Claudiu Beznea
2024-12-11
iio: adc: rzg2l_adc: Enable runtime PM autosuspend support
Claudiu Beznea
2024-12-11
iio: adc: rzg2l_adc: Simplify the locking scheme in rzg2l_adc_read_raw()
Claudiu Beznea
2024-12-11
iio: adc: rzg2l_adc: Use read_poll_timeout()
Claudiu Beznea
2024-12-11
iio: adc: rzg2l_adc: Switch to RUNTIME_PM_OPS() and pm_ptr()
Claudiu Beznea
2024-12-11
iio: adc: rzg2l_adc: Simplify the runtime PM code
Claudiu Beznea
2024-12-11
iio: adc: rzg2l_adc: Use devres helpers to request pre-deasserted reset controls
Claudiu Beznea
2024-12-11
iio: adc: rzg2l_adc: Convert dev_err() to dev_err_probe()
Claudiu Beznea
2024-03-25
iio: adc: rzg2l_adc: Use device_for_each_child_node_scoped()
Jonathan Cameron
2022-07-14
Merge tag 'iio-for-5.20a' of https://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
2022-06-19
iio: adc: rzg2l_adc: add missing fwnode_handle_put() in rzg2l_adc_parse_prope...
Jialin Zhang
2022-06-14
iio: adc: rzg2l_adc: explicitly add proper header files
Nuno Sá
2022-06-11
iio: adc: rzg2l_adc: Remove unnecessary channel check from rzg2l_adc_read_lab...
Biju Das
2022-01-23
iio: adc: rzg2l_adc: Fix typo
Lad Prabhakar
2021-11-17
iio: adc: rzg2l_adc: Remove unnecessary print function dev_err()
Xu Wang
2021-09-14
iio: adc: rzg2l_adc: add missing clk_disable_unprepare() in rzg2l_adc_pm_runt...
Yang Yingliang
2021-09-14
iio: adc: rzg2l_adc: Fix -EBUSY timeout error return
Colin Ian King
2021-08-15
iio: adc: Add driver for Renesas RZ/G2L A/D converter
Lad Prabhakar