Re: [U-Boot] [PATCH v6 2/4] mx6: thermal: Add i.MX6 CPU thermal sensor support

2014-11-19 Thread Stefano Babic
Hi Fabio, On 18/11/2014 15:16, Fabio Estevam wrote: Hi Stefano, On Mon, Nov 17, 2014 at 10:49 AM, Stefano Babic sba...@denx.de wrote: I have some conceptional question here. This introduces a new set or, better, class of drivers, as we are used to see in kernel as thermal. As we

Re: [U-Boot] [PATCH v6 2/4] mx6: thermal: Add i.MX6 CPU thermal sensor support

2014-11-19 Thread Otavio Salvador
On Wed, Nov 19, 2014 at 7:08 AM, Stefano Babic sba...@denx.de wrote: On 18/11/2014 15:16, Fabio Estevam wrote: On Mon, Nov 17, 2014 at 10:49 AM, Stefano Babic sba...@denx.de wrote: I have some conceptional question here. This introduces a new set or, better, class of drivers, as we are used

Re: [U-Boot] [PATCH v6 2/4] mx6: thermal: Add i.MX6 CPU thermal sensor support

2014-11-18 Thread Fabio Estevam
Hi Stefano, On Mon, Nov 17, 2014 at 10:49 AM, Stefano Babic sba...@denx.de wrote: I have some conceptional question here. This introduces a new set or, better, class of drivers, as we are used to see in kernel as thermal. As we discussed in last u-boot mini summit, the preferred way to

Re: [U-Boot] [PATCH v6 2/4] mx6: thermal: Add i.MX6 CPU thermal sensor support

2014-11-17 Thread Stefano Babic
Hi Nitin, On 14/11/2014 21:13, nitin.g...@freescale.com wrote: From: Nitin Garg nitin.g...@freescale.com i.MX6 SoC has onchip temperature sensor. Add driver for this sensor. Signed-off-by: Nitin Garg nitin.g...@freescale.com --- drivers/Makefile |1 +

[U-Boot] [PATCH v6 2/4] mx6: thermal: Add i.MX6 CPU thermal sensor support

2014-11-14 Thread nitin.garg
From: Nitin Garg nitin.g...@freescale.com i.MX6 SoC has onchip temperature sensor. Add driver for this sensor. Signed-off-by: Nitin Garg nitin.g...@freescale.com --- drivers/Makefile |1 + drivers/thermal/Makefile |8 +++ drivers/thermal/imx_thermal.c | 144