RE: [PATCH 1/1] OMAP: TWL: set clk32kg regulator on

2011-11-08 Thread Mahaveer, Vishal
Hilman, Kevin wrote: > "Mahaveer, Vishal" writes: > >> Hilman, Kevin wrote: >>> >>> No. >>> >>> You want it on only >>> >>> 1) if the connectivity chip is present, *and* >>> 2) BT, WLAN, FM or GPS are being used. >>> >>> The current patch assumes that a connectivity chip is present >>> whenev

Re: [PATCH 1/1] OMAP: TWL: set clk32kg regulator on

2011-11-07 Thread Kevin Hilman
"Mahaveer, Vishal" writes: > Hilman, Kevin wrote: >> >> No. >> >> You want it on only >> >> 1) if the connectivity chip is present, *and* >> 2) BT, WLAN, FM or GPS are being used. >> >> The current patch assumes that a connectivity chip is present >> whenever the TWL is present, which may be

RE: [PATCH 1/1] OMAP: TWL: set clk32kg regulator on

2011-11-07 Thread Mahaveer, Vishal
Hilman, Kevin wrote: > > No. > > You want it on only > > 1) if the connectivity chip is present, *and* > 2) BT, WLAN, FM or GPS are being used. > > The current patch assumes that a connectivity chip is present > whenever the TWL is present, which may be true on the platform you're > currently w

Re: [PATCH 1/1] OMAP: TWL: set clk32kg regulator on

2011-11-07 Thread Kevin Hilman
"Mahaveer, Vishal" writes: >>> omap4_clk32kg regulator is used by connectivity (WLAN/BT/GPS) chip on >>> omap4 platforms. >>> Set always_on flag to true for connectivity chip to operate. >> >> The driver/init for the connectivity chip should be using the regulator >> API to enable/disable the reg

RE: [PATCH 1/1] OMAP: TWL: set clk32kg regulator on

2011-11-04 Thread Mahaveer, Vishal
>> omap4_clk32kg regulator is used by connectivity (WLAN/BT/GPS) chip on >> omap4 platforms. >> Set always_on flag to true for connectivity chip to operate. > > The driver/init for the connectivity chip should be using the regulator > API to enable/disable the regulator as needed. The connectivity

Re: [PATCH 1/1] OMAP: TWL: set clk32kg regulator on

2011-11-04 Thread Kevin Hilman
Vishal Mahaveer writes: > omap4_clk32kg regulator is used by connectivity (WLAN/BT/GPS) chip on > omap4 platforms. > Set always_on flag to true for connectivity chip to operate. The driver/init for the connectivity chip should be using the regulator API to enable/disable the regulator as needed.

[PATCH 1/1] OMAP: TWL: set clk32kg regulator on

2011-11-01 Thread Vishal Mahaveer
omap4_clk32kg regulator is used by connectivity (WLAN/BT/GPS) chip on omap4 platforms. Set always_on flag to true for connectivity chip to operate. Signed-off-by: Vishal Mahaveer --- arch/arm/mach-omap2/twl-common.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/ar