All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/4] thermal: introduce DT thermal builder
@ 2013-07-09 14:00 Eduardo Valentin
  2013-07-09 14:00   ` Eduardo Valentin
                   ` (3 more replies)
  0 siblings, 4 replies; 33+ messages in thread
From: Eduardo Valentin @ 2013-07-09 14:00 UTC (permalink / raw)
  To: linux-pm, durgadoss.r, amit.daniel; +Cc: rui.zhang, Eduardo Valentin

Hello all,

This is a series of patches containing changes to add
a way to describe a thermal zone in a DT descriptor file
and then assign it to a temperature sensor. The sensor
code then would use this infrastructure to build
thermal zones based on that sensor, using what has been
described within the DT.

I have also changed the hwmod file because  I intend
to add wrapper from hwmon drivers to this DT parser.

I modified the ti-soc-thermal driver so that we can
see how this would fit in a  existing driver.

Comments are welcome.

Eduardo Valentin (4):
  thermal: hwmon: move hwmon support to single file
  thermal: introduce device tree parser
  thermal: ti-soc-thermal: use thermal DT infrastructure
  arm: dts: add omap4430 thermal data

 .../devicetree/bindings/thermal/thermal.txt        |  92 +++++
 arch/arm/boot/dts/omap443x.dtsi                    |  31 ++
 drivers/thermal/Kconfig                            |  22 ++
 drivers/thermal/Makefile                           |   4 +
 drivers/thermal/thermal_core.c                     | 255 +------------
 drivers/thermal/thermal_dt.c                       | 412 +++++++++++++++++++++
 drivers/thermal/thermal_dt.h                       |  44 +++
 drivers/thermal/thermal_hwmon.c                    | 268 ++++++++++++++
 drivers/thermal/thermal_hwmon.h                    |  49 +++
 drivers/thermal/ti-soc-thermal/ti-thermal-common.c |  35 +-
 include/linux/thermal.h                            |   3 +
 11 files changed, 951 insertions(+), 264 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/thermal/thermal.txt
 create mode 100644 drivers/thermal/thermal_dt.c
 create mode 100644 drivers/thermal/thermal_dt.h
 create mode 100644 drivers/thermal/thermal_hwmon.c
 create mode 100644 drivers/thermal/thermal_hwmon.h

-- 
1.8.2.1.342.gfa7285d


^ permalink raw reply	[flat|nested] 33+ messages in thread

end of thread, other threads:[~2013-08-15  6:20 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-09 14:00 [RFC PATCH 0/4] thermal: introduce DT thermal builder Eduardo Valentin
2013-07-09 14:00 ` [RFC PATCH 1/4] thermal: hwmon: move hwmon support to single file Eduardo Valentin
2013-07-09 14:00   ` Eduardo Valentin
2013-07-09 16:04   ` R, Durgadoss
2013-07-09 16:54     ` Eduardo Valentin
2013-07-09 17:14       ` R, Durgadoss
2013-07-17  9:49       ` Wei Ni
2013-07-17 10:07         ` R, Durgadoss
2013-08-15  6:21   ` Zhang Rui
2013-07-09 14:00 ` [RFC PATCH 2/4] thermal: introduce device tree parser Eduardo Valentin
2013-07-09 14:00   ` Eduardo Valentin
2013-07-09 16:14   ` R, Durgadoss
2013-07-17 14:51     ` Eduardo Valentin
2013-07-10  6:48   ` Wei Ni
2013-07-10 15:16     ` Stephen Warren
2013-07-15 14:30       ` Eduardo Valentin
2013-07-15 11:54     ` Eduardo Valentin
2013-07-15 17:03       ` R, Durgadoss
2013-07-15 17:16         ` Eduardo Valentin
2013-07-09 14:00 ` [RFC PATCH 3/4] thermal: ti-soc-thermal: use thermal DT infrastructure Eduardo Valentin
2013-07-15 12:12   ` Lucas Stach
2013-07-15 12:33     ` Eduardo Valentin
2013-07-15 12:59       ` Lucas Stach
2013-07-15 13:25         ` Eduardo Valentin
2013-07-15 13:36           ` Eduardo Valentin
2013-07-15 13:38             ` Eduardo Valentin
2013-07-15 14:05             ` Lucas Stach
2013-07-15 14:14               ` Eduardo Valentin
2013-07-16  9:54                 ` Lucas Stach
2013-07-16 13:29                   ` Eduardo Valentin
2013-07-15 13:53           ` Lucas Stach
2013-07-15 14:09             ` Eduardo Valentin
2013-07-09 14:00 ` [RFC PATCH 4/4] arm: dts: add omap4430 thermal data Eduardo Valentin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.