Re: [PATCH 3/3] OMAP: hwmod: Force a softreset during _setup

2010-09-01 Thread Paul Walmsley
On Mon, 23 Aug 2010, Cousson, Benoit wrote: > Here is a small patch that should fix that issue: > The approach is quite basic, I'm just enabling all the optional clocks if the > flag is set. > > Could you give it a try? This approach seems good. Maybe we should add a flags field in struct omap

Re: [PATCH 3/3] OMAP: hwmod: Force a softreset during _setup

2010-08-23 Thread Cousson, Benoit
Hi Partha, Here is a small patch that should fix that issue: The approach is quite basic, I'm just enabling all the optional clocks if the flag is set. Could you give it a try? Thanks, Benoit --- From 37cda332362d58e584cf3df190a9dceb9c9db8ab Mon Sep 17 00:00:00 2001 From: Benoit Cousson Da

Re: [PATCH 3/3] OMAP: hwmod: Force a softreset during _setup

2010-08-19 Thread Cousson, Benoit
: hwmod: Force a softreset during _setup Hi Partha, On 8/17/2010 2:46 PM, Basak, Partha wrote: From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Cousson, Benoit Sent: Thursday, August 05, 2010 3:43 AM Force the softreset of every IPs during the _setup

RE: [PATCH 3/3] OMAP: hwmod: Force a softreset during _setup

2010-08-19 Thread Basak, Partha
> -Original Message- > From: Cousson, Benoit > Sent: Wednesday, August 18, 2010 8:31 PM > To: Basak, Partha > Cc: Nayak, Rajendra; Shilimkar, Santosh; linux-omap@vger.kernel.org; > khil...@deeprootsystems.com; p...@pwsan.com > Subject: Re: [PATCH 3/3] OMAP: hwmod: For

Re: [PATCH 3/3] OMAP: hwmod: Force a softreset during _setup

2010-08-18 Thread Cousson, Benoit
Hi Partha, On 8/17/2010 2:46 PM, Basak, Partha wrote: From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Cousson, Benoit Sent: Thursday, August 05, 2010 3:43 AM Force the softreset of every IPs during the _setup phase. IPs that cannot support softre

RE: [PATCH 3/3] OMAP: hwmod: Force a softreset during _setup

2010-08-17 Thread Basak, Partha
; Cc: Nayak, Rajendra; Shilimkar, Santosh; Cousson, Benoit > Subject: [PATCH 3/3] OMAP: hwmod: Force a softreset during _setup > > Force the softreset of every IPs during the _setup phase. > IPs that cannot support softreset or that should not > be reset must set the HWMOD_INIT_NO_RESET fla

[PATCH 3/3] OMAP: hwmod: Force a softreset during _setup

2010-08-04 Thread Benoit Cousson
Force the softreset of every IPs during the _setup phase. IPs that cannot support softreset or that should not be reset must set the HWMOD_INIT_NO_RESET flag in the hwmod struct. Signed-off-by: Benoit Cousson Cc: Paul Walmsley Cc: Kevin Hilman --- arch/arm/mach-omap2/omap_hwmod.c | 17 ++