From: "Ying-Chun Liu (PaulLiu)" <paul....@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


_______________________________________________
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev

Reply via email to