index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
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
2018-09-29
iio: adc: meson-saradc: remove #define MESON_SAR_ADC_DELTA_10_TS_C_SHIFT
Martin Blumenstingl
1
-1
/
+0
2018-07-23
iio: adc: meson-saradc: add support for the Meson8m2 SoCs
Martin Blumenstingl
1
-0
/
+9
[next]