RE: [PATCH v2] ARM: OMAP2: hwmod: Fix "register offset NULL check" bug

2013-01-30 Thread Hebbar, Gururaja
On Wed, Jan 30, 2013 at 22:09:51, Paul Walmsley wrote: > On Wed, 30 Jan 2013, Hebbar, Gururaja wrote: > > > On Thu, Dec 20, 2012 at 13:05:27, Paul Walmsley wrote: > > > On Thu, 20 Dec 2012, Hebbar, Gururaja wrote: > > > > > > > On Wed, Dec 19, 2012 at 07:43:50, Paul Walmsley wrote: > > > > > > >

RE: [PATCH v2] ARM: OMAP2: hwmod: Fix "register offset NULL check" bug

2013-01-30 Thread Paul Walmsley
On Wed, 30 Jan 2013, Hebbar, Gururaja wrote: > On Thu, Dec 20, 2012 at 13:05:27, Paul Walmsley wrote: > > On Thu, 20 Dec 2012, Hebbar, Gururaja wrote: > > > > > On Wed, Dec 19, 2012 at 07:43:50, Paul Walmsley wrote: > > > > > > > We've got a few hwmods on OMAP44xx that don't have clkctrl_offs >

RE: [PATCH v2] ARM: OMAP2: hwmod: Fix "register offset NULL check" bug

2013-01-30 Thread Hebbar, Gururaja
On Thu, Dec 20, 2012 at 13:05:27, Paul Walmsley wrote: > On Thu, 20 Dec 2012, Hebbar, Gururaja wrote: > > > On Wed, Dec 19, 2012 at 07:43:50, Paul Walmsley wrote: > > > > > We've got a few hwmods on OMAP44xx that don't have clkctrl_offs registers > > > listed in the hwmod data, and which are not

RE: [PATCH v2] ARM: OMAP2: hwmod: Fix "register offset NULL check" bug

2012-12-19 Thread Paul Walmsley
On Thu, 20 Dec 2012, Hebbar, Gururaja wrote: > On Wed, Dec 19, 2012 at 07:43:50, Paul Walmsley wrote: > > > We've got a few hwmods on OMAP44xx that don't have clkctrl_offs registers > > listed in the hwmod data, and which are not marked with HWMOD_NO_IDLEST. > > What's going to happen in those

RE: [PATCH v2] ARM: OMAP2: hwmod: Fix "register offset NULL check" bug

2012-12-19 Thread Hebbar, Gururaja
On Wed, Dec 19, 2012 at 07:43:50, Paul Walmsley wrote: > On Tue, 18 Dec 2012, Hebbar Gururaja wrote: > > > From: "Hebbar, Gururaja" > > > > omap4_cminst_wait_module_ready() checks if register offset is NULL. > > > > int omap4_cminst_wait_module_ready(u8 part, u16 inst, s16 cdoffs, > >

Re: [PATCH v2] ARM: OMAP2: hwmod: Fix "register offset NULL check" bug

2012-12-18 Thread Paul Walmsley
On Tue, 18 Dec 2012, Hebbar Gururaja wrote: > From: "Hebbar, Gururaja" > > omap4_cminst_wait_module_ready() checks if register offset is NULL. > > int omap4_cminst_wait_module_ready(u8 part, u16 inst, s16 cdoffs, > u16 clkctrl_offs) > { > int i = 0; > >