[PATCH] thermal: anatop thermal driver for imx6 platform

From: Ying-Chun Liu (PaulLiu)
Date: Sat Dec 03 2011 - 10:23:22 EST


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

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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/