Re: [PATCH V3] Thermal: imx: add i.mx6sx thermal support

2014-08-09 Thread Eduardo Valentin
Hello Anson, On Wed, Aug 06, 2014 at 03:12:09PM +0800, Anson Huang wrote: > i.MX6SX has some new features of thermal interrupt function, > there are LOW, HIGH and PANIC irq for thermal sensor, so add > platform data to separate different thermal version; > > The reset value of LOW ALARM is 0 whic

Re: [PATCH V3] Thermal: imx: add i.mx6sx thermal support

2014-08-09 Thread Shawn Guo
On Fri, Aug 08, 2014 at 08:15:54AM -0400, edubez...@gmail.com wrote: > Hello Shawn, > > On Thu, Aug 7, 2014 at 4:50 AM, Shawn Guo wrote: > > On Wed, Aug 06, 2014 at 03:12:09PM +0800, Anson Huang wrote: > >> i.MX6SX has some new features of thermal interrupt function, > >> there are LOW, HIGH and

Re: [PATCH V3] Thermal: imx: add i.mx6sx thermal support

2014-08-08 Thread edubez...@gmail.com
Hello Shawn, On Thu, Aug 7, 2014 at 4:50 AM, Shawn Guo wrote: > On Wed, Aug 06, 2014 at 03:12:09PM +0800, Anson Huang wrote: >> i.MX6SX has some new features of thermal interrupt function, >> there are LOW, HIGH and PANIC irq for thermal sensor, so add >> platform data to separate different therm

Re: [PATCH V3] Thermal: imx: add i.mx6sx thermal support

2014-08-07 Thread Shawn Guo
On Wed, Aug 06, 2014 at 03:12:09PM +0800, Anson Huang wrote: > i.MX6SX has some new features of thermal interrupt function, > there are LOW, HIGH and PANIC irq for thermal sensor, so add > platform data to separate different thermal version; > > The reset value of LOW ALARM is 0 which means the hi

Re: [PATCH V3] Thermal: imx: add i.mx6sx thermal support

2014-08-06 Thread anson.hu...@freescale.com
Hi, Eduardo Thanks again for review, please see below in lines: Sent from my iPad 在 2014-8-6,21:24,"edubez...@gmail.com" 写道: > Hello Anson, > > On Wed, Aug 6, 2014 at 3:12 AM, Anson Huang wrote: >> i.MX6SX has some new features of thermal interrupt function, >> there are LOW, HIGH and

Re: [PATCH V3] Thermal: imx: add i.mx6sx thermal support

2014-08-06 Thread edubez...@gmail.com
Hello Anson, On Wed, Aug 6, 2014 at 3:12 AM, Anson Huang wrote: > i.MX6SX has some new features of thermal interrupt function, > there are LOW, HIGH and PANIC irq for thermal sensor, so add > platform data to separate different thermal version; > > The reset value of LOW ALARM is 0 which means th

[PATCH V3] Thermal: imx: add i.mx6sx thermal support

2014-08-06 Thread Anson Huang
i.MX6SX has some new features of thermal interrupt function, there are LOW, HIGH and PANIC irq for thermal sensor, so add platform data to separate different thermal version; The reset value of LOW ALARM is 0 which means the highest temp, so the LOW ALARM will be triggered once irq is enabled, so