index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
adc
/
meson_saradc.c
Age
Commit message (
Expand
)
Author
2024-10-10
iio: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-06-25
iio: adc: meson_saradc: make use of regmap_clear_bits(), regmap_set_bits()
Trevor Gamblin
2023-12-04
iio: adc: meson: add separate config for axg SoC family
George Stark
2023-10-05
iio: adc: meson: improve error logging at probe stage
George Stark
2023-09-23
iio: adc: meson_saradc: Convert to platform remove callback returning void
Uwe Kleine-König
2023-08-13
Merge 6.5-rc6 into char-misc-next
Greg Kroah-Hartman
2023-07-23
iio: adc: Explicitly include correct DT includes
Rob Herring
2023-07-22
iio: adc: meson: fix core clock enable/disable moment
George Stark
2023-07-22
iio: adc: meson: init voltage control bits
George Stark
2023-07-22
iio: adc: meson: init internal continuous ring counter
George Stark
2023-07-22
iio: adc: meson: init channels 0,1 input muxes
George Stark
2023-07-20
iio: adc: meson: support reading from channel 7 mux inputs
George Stark
2023-07-20
iio: adc: meson: add channel labels
George Stark
2023-07-20
iio: adc: meson: add enum for iio channel numbers
George Stark
2023-07-20
iio: adc: meson: move meson_sar_adc_set_chan7_mux routine upper
George Stark
2023-07-20
iio: adc: meson: move enums declaration before variables declaration
George Stark
2023-07-20
iio: adc: meson: remove unused timestamp channel
George Stark
2023-06-10
meson saradc: fix clock divider mask length
George Stark
2023-03-11
iio: adc: meson_saradc: Better handle BL30 not releasing the hardware
Uwe Kleine-König
2022-11-23
iio: adc: meson_saradc: do not use internal iio_dev lock
Nuno Sá
2022-07-18
iio: adc: meson_saradc: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
Jonathan Cameron
2022-06-15
iio: adc: meson_saradc: Use regmap_read_poll_timeout() for busy wait
Andy Shevchenko
2022-06-15
iio: adc: meson_saradc: Use temporary variable for struct device
Andy Shevchenko
2022-06-15
iio: adc: meson_saradc: Use devm_clk_get_optional()
Andy Shevchenko
2022-06-15
iio: adc: meson_saradc: Convert to use dev_err_probe()
Andy Shevchenko
2022-06-15
iio: adc: meson_saradc: Align messages to be with physical device prefix
Andy Shevchenko
2022-06-15
iio: adc: meson_saradc: Don't attach managed resource to IIO device object
Andy Shevchenko
2021-10-20
iio: adc: meson_saradc: Make use of the helper function dev_err_probe()
Cai Huoqing
2021-07-25
iio: adc: meson-saradc: Fix indentation of arguments after a line-break
Martin Blumenstingl
2021-07-25
iio: adc: meson-saradc: Add missing space between if and parenthesis
Martin Blumenstingl
2021-07-25
iio: adc: meson-saradc: Disable BL30 integration on G12A and newer SoCs
Martin Blumenstingl
2020-11-01
iio: remove unneeded break
Tom Rix
2020-09-22
Merge tag 'iio-for-5.10b-take2' of https://git.kernel.org/pub/scm/linux/kerne...
Greg Kroah-Hartman
2020-09-16
iio: adc: meson-saradc: Make the of_device_id array style consistent
Martin Blumenstingl
2020-09-14
Merge 5.9-rc5 into staging-next
Greg Kroah-Hartman
2020-09-03
iio: adc: meson_saradc: Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-08-31
iio: adc: meson-saradc: Use the parent device to look up the calib data
Martin Blumenstingl
2020-06-14
iio: Remove superfluous of_node assignments
Lars-Peter Clausen
2020-06-14
iio: remove explicit IIO device parent assignment
Alexandru Ardelean
2019-10-18
iio: adc: meson_saradc: use devm_platform_ioremap_resource
Jonathan Cameron
2019-09-08
iio: adc: meson_saradc: Fix memory allocation order
Remi Pommarel
2019-06-16
iio: adc: meson_saradc: update with SPDX Licence identifier
Neil Armstrong
2019-04-04
iio: adc: meson-saradc: add support for Meson G12A
Neil Armstrong
2019-01-05
iio: adc: meson-saradc: enable the temperature sensor two more SoCs
Martin Blumenstingl
2018-11-25
iio: adc: meson-saradc: fix internal clock names
Martin Blumenstingl
2018-11-25
iio: adc: meson-saradc: check for devm_kasprintf failure
Nicholas Mc Guire
2018-11-11
iio: adc: meson-saradc: add support for the chip's temperature sensor
Martin Blumenstingl
2018-09-29
iio: adc: meson-saradc: use the address attribute from iio_chan_spec
Martin Blumenstingl
2018-09-29
iio: adc: meson-saradc: do not use meson_sar_adc_iio_channels directly
Martin Blumenstingl
2018-09-29
iio: adc: meson-saradc: simplify access to meson_sar_adc_param
Martin Blumenstingl
[next]