Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1652325
| From | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/4] add UniPhier thermal support |
| Date | 2017-05-29 11:20 +0200 |
| Message-ID | <tMp0d-6bg-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This patch series adds support for thermal monitor implemented on UniPhier LD20
and PXs2 SoCs. This driver supports temperature monitoring and alert function.
Kunihiko Hayashi (4):
thermal: uniphier: add UniPhier thermal driver
dt-bindings: thermal: add binding documentation for UniPhier thermal
monitor
ARM: dts: uniphier: add nodes of thermal monitor and thermal zone for
PXs2
arm64: dts: uniphier: add nodes of thermal monitor and thermal zone
for LD20
.../bindings/thermal/uniphier-thermal.txt | 54 +++
arch/arm/boot/dts/uniphier-pxs2-gentil.dts | 21 ++
arch/arm/boot/dts/uniphier-pxs2-vodka.dts | 21 ++
arch/arm/boot/dts/uniphier-pxs2.dtsi | 6 +
.../arm64/boot/dts/socionext/uniphier-ld20-ref.dts | 25 ++
arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi | 6 +
drivers/thermal/Kconfig | 8 +
drivers/thermal/Makefile | 1 +
drivers/thermal/uniphier_thermal.c | 390 +++++++++++++++++++++
9 files changed, 532 insertions(+)
create mode 100644 Documentation/devicetree/bindings/thermal/uniphier-thermal.txt
create mode 100644 drivers/thermal/uniphier_thermal.c
--
2.7.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/4] add UniPhier thermal support Kunihiko Hayashi <hayashi.kunihiko@socionext.com> - 2017-05-29 11:20 +0200
[PATCH 2/4] dt-bindings: thermal: add binding documentation for UniPhier thermal monitor Kunihiko Hayashi <hayashi.kunihiko@socionext.com> - 2017-05-29 11:20 +0200
Re: [PATCH 2/4] dt-bindings: thermal: add binding documentation for UniPhier thermal monitor Rob Herring <robh@kernel.org> - 2017-06-05 19:30 +0200
Re: [PATCH 2/4] dt-bindings: thermal: add binding documentation for UniPhier thermal monitor Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-06-06 04:50 +0200
[PATCH 1/4] thermal: uniphier: add UniPhier thermal driver Kunihiko Hayashi <hayashi.kunihiko@socionext.com> - 2017-05-29 11:20 +0200
Re: [PATCH 1/4] thermal: uniphier: add UniPhier thermal driver Keerthy <j-keerthy@ti.com> - 2017-05-29 12:30 +0200
Re: [PATCH 1/4] thermal: uniphier: add UniPhier thermal driver Kunihiko Hayashi <hayashi.kunihiko@socionext.com> - 2017-05-30 04:50 +0200
Re: [PATCH 1/4] thermal: uniphier: add UniPhier thermal driver Keerthy <j-keerthy@ti.com> - 2017-05-30 05:30 +0200
Re: [PATCH 1/4] thermal: uniphier: add UniPhier thermal driver Kunihiko Hayashi <hayashi.kunihiko@socionext.com> - 2017-05-30 06:10 +0200
Re: [PATCH 1/4] thermal: uniphier: add UniPhier thermal driver Eduardo Valentin <edubezval@gmail.com> - 2017-05-29 18:50 +0200
Re: [PATCH 1/4] thermal: uniphier: add UniPhier thermal driver Kunihiko Hayashi <hayashi.kunihiko@socionext.com> - 2017-05-30 11:30 +0200
Re: [PATCH 1/4] thermal: uniphier: add UniPhier thermal driver Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-06-05 10:50 +0200
[PATCH 4/4] arm64: dts: uniphier: add nodes of thermal monitor and thermal zone for LD20 Kunihiko Hayashi <hayashi.kunihiko@socionext.com> - 2017-05-29 11:20 +0200
Re: [PATCH 4/4] arm64: dts: uniphier: add nodes of thermal monitor and thermal zone for LD20 Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-06-06 05:10 +0200
[PATCH 3/4] ARM: dts: uniphier: add nodes of thermal monitor and thermal zone for PXs2 Kunihiko Hayashi <hayashi.kunihiko@socionext.com> - 2017-05-29 11:20 +0200
Re: [PATCH 3/4] ARM: dts: uniphier: add nodes of thermal monitor and thermal zone for PXs2 Eduardo Valentin <edubezval@gmail.com> - 2017-05-29 18:40 +0200
Re: [PATCH 3/4] ARM: dts: uniphier: add nodes of thermal monitor and thermal zone for PXs2 Kunihiko Hayashi <hayashi.kunihiko@socionext.com> - 2017-05-30 11:30 +0200
csiph-web