index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
adc
/
meson_saradc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-25
iio: adc: meson_saradc: make use of regmap_clear_bits(), regmap_set_bits()
Trevor Gamblin
1
-57
/
+44
2023-12-04
iio: adc: meson: add separate config for axg SoC family
George Stark
1
-1
/
+15
2023-10-05
iio: adc: meson: improve error logging at probe stage
George Stark
1
-6
/
+10
2023-09-23
iio: adc: meson_saradc: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-08-13
Merge 6.5-rc6 into char-misc-next
Greg Kroah-Hartman
1
-11
/
+12
2023-07-23
iio: adc: Explicitly include correct DT includes
Rob Herring
1
-1
/
+0
2023-07-22
iio: adc: meson: fix core clock enable/disable moment
George Stark
1
-11
/
+12
2023-07-22
iio: adc: meson: init voltage control bits
George Stark
1
-0
/
+48
2023-07-22
iio: adc: meson: init internal continuous ring counter
George Stark
1
-0
/
+9
2023-07-22
iio: adc: meson: init channels 0,1 input muxes
George Stark
1
-0
/
+16
2023-07-20
iio: adc: meson: support reading from channel 7 mux inputs
George Stark
1
-2
/
+75
2023-07-20
iio: adc: meson: add channel labels
George Stark
1
-0
/
+12
2023-07-20
iio: adc: meson: add enum for iio channel numbers
George Stark
1
-17
/
+29
2023-07-20
iio: adc: meson: move meson_sar_adc_set_chan7_mux routine upper
George Stark
1
-13
/
+13
2023-07-20
iio: adc: meson: move enums declaration before variables declaration
George Stark
1
-22
/
+22
2023-07-20
iio: adc: meson: remove unused timestamp channel
George Stark
1
-2
/
+0
2023-06-10
meson saradc: fix clock divider mask length
George Stark
1
-1
/
+1
2023-03-11
iio: adc: meson_saradc: Better handle BL30 not releasing the hardware
Uwe Kleine-König
1
-7
/
+14
2022-11-23
iio: adc: meson_saradc: do not use internal iio_dev lock
Nuno Sá
1
-3
/
+8
2022-07-18
iio: adc: meson_saradc: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
Jonathan Cameron
1
-5
/
+5
2022-06-16
iio: adc: meson_saradc: Use regmap_read_poll_timeout() for busy wait
Andy Shevchenko
1
-18
/
+13
2022-06-16
iio: adc: meson_saradc: Use temporary variable for struct device
Andy Shevchenko
1
-31
/
+22
2022-06-16
iio: adc: meson_saradc: Use devm_clk_get_optional()
Andy Shevchenko
1
-16
/
+6
2022-06-16
iio: adc: meson_saradc: Convert to use dev_err_probe()
Andy Shevchenko
1
-33
/
+19
2022-06-16
iio: adc: meson_saradc: Align messages to be with physical device prefix
Andy Shevchenko
1
-4
/
+3
2022-06-16
iio: adc: meson_saradc: Don't attach managed resource to IIO device object
Andy Shevchenko
1
-7
/
+5
2021-10-20
iio: adc: meson_saradc: Make use of the helper function dev_err_probe()
Cai Huoqing
1
-22
/
+17
2021-07-25
iio: adc: meson-saradc: Fix indentation of arguments after a line-break
Martin Blumenstingl
1
-4
/
+4
2021-07-25
iio: adc: meson-saradc: Add missing space between if and parenthesis
Martin Blumenstingl
1
-1
/
+1
2021-07-25
iio: adc: meson-saradc: Disable BL30 integration on G12A and newer SoCs
Martin Blumenstingl
1
-1
/
+9
2020-11-01
iio: remove unneeded break
Tom Rix
1
-2
/
+0
2020-09-22
Merge tag 'iio-for-5.10b-take2' of https://git.kernel.org/pub/scm/linux/kerne...
Greg Kroah-Hartman
1
-7
/
+4
2020-09-16
iio: adc: meson-saradc: Make the of_device_id array style consistent
Martin Blumenstingl
1
-7
/
+4
2020-09-14
Merge 5.9-rc5 into staging-next
Greg Kroah-Hartman
1
-1
/
+1
2020-09-03
iio: adc: meson_saradc: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-5
/
+2
2020-08-31
iio: adc: meson-saradc: Use the parent device to look up the calib data
Martin Blumenstingl
1
-1
/
+1
2020-06-14
iio: Remove superfluous of_node assignments
Lars-Peter Clausen
1
-1
/
+0
2020-06-14
iio: remove explicit IIO device parent assignment
Alexandru Ardelean
1
-1
/
+0
2019-10-18
iio: adc: meson_saradc: use devm_platform_ioremap_resource
Jonathan Cameron
1
-3
/
+1
2019-09-08
iio: adc: meson_saradc: Fix memory allocation order
Remi Pommarel
1
-5
/
+5
2019-06-16
iio: adc: meson_saradc: update with SPDX Licence identifier
Neil Armstrong
1
-7
/
+1
2019-04-04
iio: adc: meson-saradc: add support for Meson G12A
Neil Armstrong
1
-0
/
+8
2019-01-05
iio: adc: meson-saradc: enable the temperature sensor two more SoCs
Martin Blumenstingl
1
-0
/
+33
2018-11-25
iio: adc: meson-saradc: fix internal clock names
Martin Blumenstingl
1
-4
/
+4
2018-11-25
iio: adc: meson-saradc: check for devm_kasprintf failure
Nicholas Mc Guire
1
-0
/
+6
2018-11-11
iio: adc: meson-saradc: add support for the chip's temperature sensor
Martin Blumenstingl
1
-26
/
+203
2018-09-29
iio: adc: meson-saradc: use the address attribute from iio_chan_spec
Martin Blumenstingl
1
-14
/
+15
2018-09-29
iio: adc: meson-saradc: do not use meson_sar_adc_iio_channels directly
Martin Blumenstingl
1
-2
/
+2
2018-09-29
iio: adc: meson-saradc: simplify access to meson_sar_adc_param
Martin Blumenstingl
1
-14
/
+14
2018-09-29
iio: adc: meson-saradc: use of_device_get_match_data
Martin Blumenstingl
1
-5
/
+5
[next]