RE: [PATCH 1/3] OMAP4: prcm: Add temporarily helper functions for rmw and read inside the PRM

2010-08-10 Thread Nayak, Rajendra
> -Original Message- > From: Cousson, Benoit > Sent: Monday, August 09, 2010 11:04 PM > To: Kevin Hilman > Cc: linux-omap@vger.kernel.org; p...@pwsan.com; Nayak, > Rajendra; Shilimkar, Santosh > Subject: Re: [PATCH 1/3] OMAP4: prcm: Add temporarily helper > fu

Re: [PATCH 1/3] OMAP4: prcm: Add temporarily helper functions for rmw and read inside the PRM

2010-08-09 Thread Cousson, Benoit
On 8/9/2010 7:30 PM, Kevin Hilman wrote: Benoit Cousson writes: Since OMAP4 is using an absolute address, the current PRM accessors are not useable. OMAP4 adaptation for these API are currently ongoing, so define temp version until the proper ones are defined. Curious what we're waiting for

Re: [PATCH 1/3] OMAP4: prcm: Add temporarily helper functions for rmw and read inside the PRM

2010-08-09 Thread Kevin Hilman
Benoit Cousson writes: > Since OMAP4 is using an absolute address, the current PRM accessors > are not useable. > OMAP4 adaptation for these API are currently ongoing, so define temp > version until the proper ones are defined. Curious what we're waiting for for the final versions of these? Kev

[PATCH 1/3] OMAP4: prcm: Add temporarily helper functions for rmw and read inside the PRM

2010-08-04 Thread Benoit Cousson
Since OMAP4 is using an absolute address, the current PRM accessors are not useable. OMAP4 adaptation for these API are currently ongoing, so define temp version until the proper ones are defined. Signed-off-by: Benoit Cousson Cc: Paul Walmsley Cc: Kevin Hilman --- arch/arm/mach-omap2/prcm.c