Re: [PATCH v2 0/7] uio_pruss cleanup and platform support

2015-08-02 Thread Matwey V. Kornilov
2012-10-03 19:00 GMT+04:00 Matt Porter : > On Fri, Sep 28, 2012 at 03:37:45PM -0400, Matt Porter wrote: >> Changes since v1: >> - Replaced uio_pruss private SRAM API use with genalloc >> - Added DA850 platform device and clock support >> - Added DA850 L3 RAM gen_pool support >>

RE: [PATCH v2 0/7] uio_pruss cleanup and platform support

2012-10-07 Thread Hebbar, Gururaja
On Sat, Oct 06, 2012 at 02:58:26, Porter, Matt wrote: > On Fri, Oct 05, 2012 at 04:43:56AM +, Hebbar, Gururaja wrote: > > Matt, > > > > On Wed, Oct 03, 2012 at 20:30:58, Porter, Matt wrote: > > > On Fri, Sep 28, 2012 at 03:37:45PM -0400, Matt Porter wrote: > > > > Changes since v1: > > > >

Re: [PATCH v2 0/7] uio_pruss cleanup and platform support

2012-10-05 Thread Matt Porter
On Fri, Oct 05, 2012 at 04:43:56AM +, Hebbar, Gururaja wrote: > Matt, > > On Wed, Oct 03, 2012 at 20:30:58, Porter, Matt wrote: > > On Fri, Sep 28, 2012 at 03:37:45PM -0400, Matt Porter wrote: > > > Changes since v1: > > > - Replaced uio_pruss private SRAM API use with genalloc > > > - Add

RE: [PATCH v2 0/7] uio_pruss cleanup and platform support

2012-10-04 Thread Hebbar, Gururaja
Matt, On Wed, Oct 03, 2012 at 20:30:58, Porter, Matt wrote: > On Fri, Sep 28, 2012 at 03:37:45PM -0400, Matt Porter wrote: > > Changes since v1: > > - Replaced uio_pruss private SRAM API use with genalloc > > - Added DA850 platform device and clock support > > - Added DA850 L3 RAM gen_

Re: [PATCH v2 0/7] uio_pruss cleanup and platform support

2012-10-03 Thread Matt Porter
On Fri, Sep 28, 2012 at 03:37:45PM -0400, Matt Porter wrote: > Changes since v1: > - Replaced uio_pruss private SRAM API use with genalloc > - Added DA850 platform device and clock support > - Added DA850 L3 RAM gen_pool support > - Split out DT binding > > This series enab

Re: [PATCH v2 0/7] uio_pruss cleanup and platform support

2012-10-01 Thread Matt Porter
On Sat, Sep 29, 2012 at 06:34:54PM +, Paul Walmsley wrote: > > cc Omar > > Hi Matt > > On Fri, 28 Sep 2012, Matt Porter wrote: > > > The AM33xx support requires some help in hwmod due to the following > > comment in arch/arm/mach-omap2/omap_hwmod.c: > > /* > > * If an IP block cont

Re: [PATCH v2 0/7] uio_pruss cleanup and platform support

2012-09-29 Thread Paul Walmsley
cc Omar Hi Matt On Fri, 28 Sep 2012, Matt Porter wrote: > The AM33xx support requires some help in hwmod due to the following > comment in arch/arm/mach-omap2/omap_hwmod.c: > /* >* If an IP block contains HW reset lines and any of them are >* asserted, we let integration c

[PATCH v2 0/7] uio_pruss cleanup and platform support

2012-09-28 Thread Matt Porter
Changes since v1: - Replaced uio_pruss private SRAM API use with genalloc - Added DA850 platform device and clock support - Added DA850 L3 RAM gen_pool support - Split out DT binding This series enables uio_pruss on both DA850 and AM33xx. The driver previously was n