Re: [PATCH 11/13] OMAP: create omap_devices for MPU, DSP, L3

2010-06-24 Thread Kevin Hilman
Paul Walmsley writes: > Hi Kevin, > > one other thought. > > On Thu, 24 Jun 2010, Paul Walmsley wrote: > >> On Wed, 23 Jun 2010, Kevin Hilman wrote: >> >> > Create simple omap_devices for the main processors and busses. >> > >> > This is required to support the forth-coming device-based OPP >>

RE: [PATCH 11/13] OMAP: create omap_devices for MPU, DSP, L3

2010-06-24 Thread Shilimkar, Santosh
> -Original Message- > From: Paul Walmsley [mailto:p...@pwsan.com] > Sent: Thursday, June 24, 2010 12:50 PM > To: Shilimkar, Santosh > Cc: Kevin Hilman; linux-omap@vger.kernel.org > Subject: RE: [PATCH 11/13] OMAP: create omap_devices for MPU, DSP, L3 > > On Thu

RE: [PATCH 11/13] OMAP: create omap_devices for MPU, DSP, L3

2010-06-24 Thread Paul Walmsley
On Thu, 24 Jun 2010, Shilimkar, Santosh wrote: > > -Original Message- > > From: linux-omap-ow...@vger.kernel.org > > [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Paul > > Walmsley > > Sent: Thursday, June 24, 2010 11:57 AM > > > +struct device *omap_get_mpu_device(void) > > > +

RE: [PATCH 11/13] OMAP: create omap_devices for MPU, DSP, L3

2010-06-23 Thread Shilimkar, Santosh
> -Original Message- > From: linux-omap-ow...@vger.kernel.org > [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Paul > Walmsley > Sent: Thursday, June 24, 2010 11:57 AM > To: Kevin Hilman > Cc: linux-omap@vger.kernel.org > Subject: Re: [PATCH 11/13] OMAP:

Re: [PATCH 11/13] OMAP: create omap_devices for MPU, DSP, L3

2010-06-23 Thread Paul Walmsley
Hi Kevin, one other thought. On Thu, 24 Jun 2010, Paul Walmsley wrote: > On Wed, 23 Jun 2010, Kevin Hilman wrote: > > > Create simple omap_devices for the main processors and busses. > > > > This is required to support the forth-coming device-based OPP > > approach, where OPPs are managed and

Re: [PATCH 11/13] OMAP: create omap_devices for MPU, DSP, L3

2010-06-23 Thread Paul Walmsley
Hi Kevin, some comments below - On Wed, 23 Jun 2010, Kevin Hilman wrote: > Create simple omap_devices for the main processors and busses. > > This is required to support the forth-coming device-based OPP > approach, where OPPs are managed and tracked at the device level. > > So that these prim

[PATCH 11/13] OMAP: create omap_devices for MPU, DSP, L3

2010-06-23 Thread Kevin Hilman
Create simple omap_devices for the main processors and busses. This is required to support the forth-coming device-based OPP approach, where OPPs are managed and tracked at the device level. So that these primary devices are available for early PM initialization, they are created as early platfor