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

2012-10-25 Thread Sekhar Nori
On Wed, Oct 24, 2012 at 10:24 PM, Matt Porter wrote: > On Mon, Oct 08, 2012 at 04:27:20PM +0530, Sekhar Nori wrote: >> On 10/5/2012 10:34 PM, 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

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

2012-10-25 Thread Sekhar Nori
On Wed, Oct 24, 2012 at 10:24 PM, Matt Porter mpor...@ti.com wrote: On Mon, Oct 08, 2012 at 04:27:20PM +0530, Sekhar Nori wrote: On 10/5/2012 10:34 PM, 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

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

2012-10-24 Thread Matt Porter
On Mon, Oct 08, 2012 at 04:27:20PM +0530, Sekhar Nori wrote: > On 10/5/2012 10:34 PM, 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 v4 0/7] uio_pruss cleanup and platform support

2012-10-24 Thread Matt Porter
On Mon, Oct 08, 2012 at 04:27:20PM +0530, Sekhar Nori wrote: On 10/5/2012 10:34 PM, 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

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

2012-10-08 Thread Matt Porter
On Mon, Oct 08, 2012 at 04:27:20PM +0530, Sekhar Nori wrote: > On 10/5/2012 10:34 PM, 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 v4 0/7] uio_pruss cleanup and platform support

2012-10-08 Thread Sekhar Nori
On 10/5/2012 10:34 PM, 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. > > It is regression tested on AM180x

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

2012-10-08 Thread Sekhar Nori
On 10/5/2012 10:34 PM, 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. It is regression tested on AM180x EVM

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

2012-10-08 Thread Matt Porter
On Mon, Oct 08, 2012 at 04:27:20PM +0530, Sekhar Nori wrote: On 10/5/2012 10:34 PM, 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

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

2012-10-05 Thread Matt Porter
Changes since v3: - Reordered series to avoid dependency breakage - Squashed iotable/ioremap patches to one and removed deprecated description comment about the SRAM consolidation series - Separated gen_pool_add_virt status assignment and

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

2012-10-05 Thread Matt Porter
Changes since v3: - Reordered series to avoid dependency breakage - Squashed iotable/ioremap patches to one and removed deprecated description comment about the SRAM consolidation series - Separated gen_pool_add_virt status assignment and