Re: [PATCH] thermal: Add anatop thermal driver

2011-12-06 Thread Ying-Chun Liu (PaulLiu)
(2011年12月06日 18:45), Amit Kachhap wrote: > +struct anatop_handle_list { > + u32 count; > + acpi_namespace_node * handles[ANATOP_ACPI_MAX_HANDLES]; > > > Is this handle used any where ? > > Hi Amit, No. It is not using at all. As you said this driver needs a lot of cl

Re: [PATCH] thermal: Add anatop thermal driver

2011-12-05 Thread Rob Lee
Hey Paul, I'm already working on upstreaming a thermal driver for i.MX6. I'm currently on hold paused to upstream cpufreq for i.MX6 and do some cpuidle work but I predict that I'll be ready to submit a first version sometime next week. For all things power management related on i.MX(cpufreq, cpu

Re: [PATCH] thermal: Add anatop thermal driver

2011-12-04 Thread Amit Kucheria
Ying-Chun, Len signs-off several of the commits to the thermal framework[1]. So it is a good idea to cc him. Amit Daniel is currently working on patches to make the thermal framework less ACPI-centric. And Rob will be interested in the driver since he works at Freescale and is tasked with making

[PATCH] thermal: Add anatop thermal driver

2011-12-03 Thread Ying-Chun Liu (PaulLiu)
From: "Ying-Chun Liu (PaulLiu)" Anatop thermal driver for Freescale imx6 system. This driver currently supports basic temperature reading. Signed-off-by: Anson Huang Signed-off-by: Ying-Chun Liu (PaulLiu) --- drivers/thermal/Kconfig | 11 + drivers/thermal/Makefile |1 +