Re: [PATCH 2/2] omap_twl: Prevent SR to enable for am3517/am3505 devices

2011-08-22 Thread Kevin Hilman
"Koyamangalath, Abhilash" writes: > Kevin Hilman wrote: >>Abhilash K V writes: >> >> > From: Vaibhav Hiremath >> > >> > In case of AM3517 & AM3505, Smart Reflex is not applicable so >> > we must not enable it. So add check for am3517/05 cpu revision >> > in omap3_twl_init() and return -ENODEV

RE: [PATCH 2/2] omap_twl: Prevent SR to enable for am3517/am3505 devices

2011-08-08 Thread Koyamangalath, Abhilash
Kevin Hilman wrote: >Abhilash K V writes: > > > From: Vaibhav Hiremath > > > > In case of AM3517 & AM3505, Smart Reflex is not applicable so > > we must not enable it. So add check for am3517/05 cpu revision > > in omap3_twl_init() and return -ENODEV if true, else continue. > > > > Signed-off-by

Re: [PATCH 2/2] omap_twl: Prevent SR to enable for am3517/am3505 devices

2011-08-04 Thread Kevin Hilman
Abhilash K V writes: > From: Vaibhav Hiremath > > In case of AM3517 & AM3505, Smart Reflex is not applicable so > we must not enable it. So add check for am3517/05 cpu revision > in omap3_twl_init() and return -ENODEV if true, else continue. > > Signed-off-by: Vaibhav Hiremath > Signed-off-by: