public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] thermal: anatop thermal driver for imx6 platform
@ 2011-12-03 15:22 Ying-Chun Liu (PaulLiu)
  2011-12-03 15:22 ` [PATCH] thermal: Add anatop thermal driver Ying-Chun Liu (PaulLiu)
  0 siblings, 1 reply; 4+ messages in thread
From: Ying-Chun Liu (PaulLiu) @ 2011-12-03 15:22 UTC (permalink / raw)
  To: linaro-dev, linux-kernel; +Cc: Ying-Chun Liu (PaulLiu)

From: "Ying-Chun Liu (PaulLiu)" <paul.liu@linaro.org>

Dear all,

Please help me to review this thermal driver.
It uses Intel's thermal (drivers/thermal/thermal_sys.c) interface.
But looking into drivers/thermal I didn't find other drivers there.
I'm also thinking to put this driver into drivers/hwmon.
However, this driver doesn't create files in /sys/class/hwmon.

There are some discussions in
http://lists.linaro.org/pipermail/linaro-dev/2010-November/001626.html

There's currently no maintainers for drivers/thermal in MAINTAINERS in kernel
tree. So I send this mail to public mailing lists. Please give me some
comments.

Yours Sincerely,
Paul

Ying-Chun Liu (PaulLiu) (1):
  thermal: Add anatop thermal driver

 drivers/thermal/Kconfig          |   11 +
 drivers/thermal/Makefile         |    1 +
 drivers/thermal/anatop_driver.h  |  146 +++++++
 drivers/thermal/anatop_thermal.c |  825 ++++++++++++++++++++++++++++++++++++++
 4 files changed, 983 insertions(+), 0 deletions(-)
 create mode 100644 drivers/thermal/anatop_driver.h
 create mode 100644 drivers/thermal/anatop_thermal.c

-- 
1.7.7.3


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

end of thread, other threads:[~2011-12-06 15:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-03 15:22 [PATCH] thermal: anatop thermal driver for imx6 platform Ying-Chun Liu (PaulLiu)
2011-12-03 15:22 ` [PATCH] thermal: Add anatop thermal driver Ying-Chun Liu (PaulLiu)
2011-12-04 20:32   ` Amit Kucheria
     [not found]   ` <CAK44p22HL-SYsfbdnuu0yxD==tb_4EZS4uURTp3-xpbOPmGwNg@mail.gmail.com>
2011-12-06 15:09     ` Ying-Chun Liu (PaulLiu)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox