Re: [PATCH v3 5/6] ARM: davinci: Add support for PRUSS on DA850

2012-10-05 Thread Sekhar Nori
On 10/4/2012 10:05 PM, Matt Porter wrote: > On Thu, Oct 04, 2012 at 05:52:45PM +0530, Sekhar Nori wrote: >> On 10/3/2012 8:25 PM, Matt Porter wrote: >>> +static struct clk pruss_clk = { >>> + .name = "pruss", >>> + .parent = _sysclk2, >>> + .lpsc =

Re: [PATCH v3 5/6] ARM: davinci: Add support for PRUSS on DA850

2012-10-05 Thread Sekhar Nori
On 10/4/2012 10:05 PM, Matt Porter wrote: On Thu, Oct 04, 2012 at 05:52:45PM +0530, Sekhar Nori wrote: On 10/3/2012 8:25 PM, Matt Porter wrote: +static struct clk pruss_clk = { + .name = pruss, + .parent = pll0_sysclk2, + .lpsc = DA8XX_LPSC0_PRUSS, +}; +

Re: [PATCH v3 5/6] ARM: davinci: Add support for PRUSS on DA850

2012-10-04 Thread Matt Porter
On Thu, Oct 04, 2012 at 05:52:45PM +0530, Sekhar Nori wrote: > On 10/3/2012 8:25 PM, Matt Porter wrote: > > +static struct clk pruss_clk = { > > + .name = "pruss", > > + .parent = _sysclk2, > > + .lpsc = DA8XX_LPSC0_PRUSS, > > +}; > > + > > static struct clk

Re: [PATCH v3 5/6] ARM: davinci: Add support for PRUSS on DA850

2012-10-04 Thread Matt Porter
On Thu, Oct 04, 2012 at 05:52:45PM +0530, Sekhar Nori wrote: > On 10/3/2012 8:25 PM, Matt Porter wrote: > > Adds PRUSS clock, registers the L3RAM pool, and registers the > > platform device for uio_pruss on DA850. > > > > Signed-off-by: Matt Porter > > I am interested in knowing how this patch

Re: [PATCH v3 5/6] ARM: davinci: Add support for PRUSS on DA850

2012-10-04 Thread Sekhar Nori
On 10/3/2012 8:25 PM, Matt Porter wrote: > Adds PRUSS clock, registers the L3RAM pool, and registers the > platform device for uio_pruss on DA850. > > Signed-off-by: Matt Porter I am interested in knowing how this patch was tested. > --- > arch/arm/mach-davinci/board-da850-evm.c| 12

Re: [PATCH v3 5/6] ARM: davinci: Add support for PRUSS on DA850

2012-10-04 Thread Sekhar Nori
On 10/3/2012 8:25 PM, Matt Porter wrote: Adds PRUSS clock, registers the L3RAM pool, and registers the platform device for uio_pruss on DA850. Signed-off-by: Matt Porter mpor...@ti.com I am interested in knowing how this patch was tested. --- arch/arm/mach-davinci/board-da850-evm.c|

Re: [PATCH v3 5/6] ARM: davinci: Add support for PRUSS on DA850

2012-10-04 Thread Matt Porter
On Thu, Oct 04, 2012 at 05:52:45PM +0530, Sekhar Nori wrote: On 10/3/2012 8:25 PM, Matt Porter wrote: Adds PRUSS clock, registers the L3RAM pool, and registers the platform device for uio_pruss on DA850. Signed-off-by: Matt Porter mpor...@ti.com I am interested in knowing how this

Re: [PATCH v3 5/6] ARM: davinci: Add support for PRUSS on DA850

2012-10-04 Thread Matt Porter
On Thu, Oct 04, 2012 at 05:52:45PM +0530, Sekhar Nori wrote: On 10/3/2012 8:25 PM, Matt Porter wrote: +static struct clk pruss_clk = { + .name = pruss, + .parent = pll0_sysclk2, + .lpsc = DA8XX_LPSC0_PRUSS, +}; + static struct clk uart0_clk = {

[PATCH v3 5/6] ARM: davinci: Add support for PRUSS on DA850

2012-10-03 Thread Matt Porter
Adds PRUSS clock, registers the L3RAM pool, and registers the platform device for uio_pruss on DA850. Signed-off-by: Matt Porter --- arch/arm/mach-davinci/board-da850-evm.c| 12 + arch/arm/mach-davinci/da850.c |7 +++ arch/arm/mach-davinci/devices-da8xx.c | 66

[PATCH v3 5/6] ARM: davinci: Add support for PRUSS on DA850

2012-10-03 Thread Matt Porter
Adds PRUSS clock, registers the L3RAM pool, and registers the platform device for uio_pruss on DA850. Signed-off-by: Matt Porter mpor...@ti.com --- arch/arm/mach-davinci/board-da850-evm.c| 12 + arch/arm/mach-davinci/da850.c |7 +++