Re: [PATCH v3 0/6] uio_pruss cleanup and platform support

2012-10-04 Thread Philipp Zabel
On Thu, Oct 04, 2012 at 09:54:33AM -0400, Matt Porter wrote: > *sigh*, I see now. I looked at v2 and got wrapped up in the DT use case > and missed your platform device support. I think it will work just fine > for us to use in a "phase 2" of this work, replacing the backend of > davinci sram alloc

Re: [PATCH v3 0/6] uio_pruss cleanup and platform support

2012-10-04 Thread Matt Porter
On Thu, Oct 04, 2012 at 03:35:53PM +0200, Philipp Zabel wrote: > On Thu, Oct 04, 2012 at 08:42:53AM -0400, Matt Porter wrote: > > > I think the generic SRAM/genalloc driver > > > (https://lkml.org/lkml/2012/9/7/282) > > > could be useful to map the L3RAM on Davinci. > > > With the gen_pool lookup

Re: [PATCH v3 0/6] uio_pruss cleanup and platform support

2012-10-04 Thread Philipp Zabel
On Thu, Oct 04, 2012 at 08:42:53AM -0400, Matt Porter wrote: > > I think the generic SRAM/genalloc driver > > (https://lkml.org/lkml/2012/9/7/282) > > could be useful to map the L3RAM on Davinci. > > With the gen_pool lookup patch (https://lkml.org/lkml/2012/9/7/284) the > > uio_pruss driver could

Re: [PATCH v3 0/6] uio_pruss cleanup and platform support

2012-10-04 Thread Matt Porter
On Thu, Oct 04, 2012 at 06:24:56PM +0530, Sekhar Nori wrote: > On 10/4/2012 6:12 PM, Matt Porter wrote: > > On Thu, Oct 04, 2012 at 11:11:45AM +0200, Philipp Zabel wrote: > >> Hi Matt, > >> > >> On 10/3/12, Matt Porter wrote: > >>> This series enables uio_pruss on DA850 and removes use of the > >>

Re: [PATCH v3 0/6] uio_pruss cleanup and platform support

2012-10-04 Thread Sekhar Nori
On 10/4/2012 6:12 PM, Matt Porter wrote: > On Thu, Oct 04, 2012 at 11:11:45AM +0200, Philipp Zabel wrote: >> Hi Matt, >> >> On 10/3/12, Matt Porter wrote: >>> This series enables uio_pruss on DA850 and removes use of the >>> private SRAM API by the driver. The driver previously was not >>> enabled

Re: [PATCH v3 0/6] uio_pruss cleanup and platform support

2012-10-04 Thread Matt Porter
On Thu, Oct 04, 2012 at 11:11:45AM +0200, Philipp Zabel wrote: > Hi Matt, > > On 10/3/12, Matt Porter wrote: > > This series enables uio_pruss on DA850 and removes use of the > > private SRAM API by the driver. The driver previously was not > > enabled by any platform and the private SRAM API was

Re: [PATCH v3 0/6] uio_pruss cleanup and platform support

2012-10-04 Thread Philipp Zabel
Hi Matt, On 10/3/12, Matt Porter wrote: > This series enables uio_pruss on DA850 and removes use of the > private SRAM API by the driver. The driver previously was not > enabled by any platform and the private SRAM API was accessing > an invalid SRAM bank. have you seen my SRAM patch series at h