Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1732338
| From | Icenowy Zheng <icenowy@aosc.io> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v4 0/6] IIO-based thermal sensor driver for Allwinner H3 SoC |
| Date | 2017-09-14 17:00 +0200 |
| Message-ID | <upDMt-6ln-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Allwiner H3 SoC has a thermal sensor, which is a large refactored version of
the old Allwinner "GPADC" (although it have already only thermal part left
in A33).
This patch tried to add support for the sensor in H3 based on the A33 thermal
sensor driver by Quentin Schulz, which is already merged.
Icenowy Zheng (6):
dt-bindings: update the Allwinner GPADC device tree binding for H3
iio: adc: sun4i-gpadc-iio: rename A33-specified registers to contain
A33
iio: adc: sun4i-gpadc-iio: rework code for supporting newer THS
variants
iio: adc: sun4i-gpadc-iio: add support for H3 thermal sensor
ARM: sun8i: h3: add support for the thermal sensor in H3
ARM: sun8i: h3: add partial CPU thermal zone
.../devicetree/bindings/mfd/sun4i-gpadc.txt | 30 +++-
arch/arm/boot/dts/sun8i-h3.dtsi | 26 ++++
drivers/iio/adc/sun4i-gpadc-iio.c | 173 ++++++++++++++++++++-
include/linux/mfd/sun4i-gpadc.h | 33 +++-
4 files changed, 249 insertions(+), 13 deletions(-)
--
2.13.5
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v4 0/6] IIO-based thermal sensor driver for Allwinner H3 SoC Icenowy Zheng <icenowy@aosc.io> - 2017-09-14 17:00 +0200
[PATCH v4 2/6] iio: adc: sun4i-gpadc-iio: rename A33-specified registers to contain A33 Icenowy Zheng <icenowy@aosc.io> - 2017-09-14 17:00 +0200
Re: [PATCH v4 2/6] iio: adc: sun4i-gpadc-iio: rename A33-specified registers to contain A33 Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-09-18 09:40 +0200
Re: [PATCH v4 2/6] iio: adc: sun4i-gpadc-iio: rename A33-specified registers to contain A33 Lee Jones <lee.jones@linaro.org> - 2017-09-18 10:30 +0200
csiph-web