Re: [PATCH v7 0/4] Add generic driver for on-chip SRAM

2012-12-04 Thread Philipp Zabel
On Tue, 2012-12-04 at 08:19 -0800, Greg Kroah-Hartman wrote: > On Tue, Dec 04, 2012 at 09:53:38AM +0100, Philipp Zabel wrote: > > Hi, > > > > On Fri, 2012-11-23 at 15:24 +0100, Philipp Zabel wrote: > > > These patches add support to configure on-chip SRAM via device-tree > > > node or platform dat

Re: [PATCH v7 0/4] Add generic driver for on-chip SRAM

2012-12-04 Thread Greg Kroah-Hartman
On Tue, Dec 04, 2012 at 09:53:38AM +0100, Philipp Zabel wrote: > Hi, > > On Fri, 2012-11-23 at 15:24 +0100, Philipp Zabel wrote: > > These patches add support to configure on-chip SRAM via device-tree > > node or platform data and to obtain the resulting genalloc pool from > > the physical address

Re: [PATCH v7 0/4] Add generic driver for on-chip SRAM

2012-12-04 Thread Philipp Zabel
Hi, On Fri, 2012-11-23 at 15:24 +0100, Philipp Zabel wrote: > These patches add support to configure on-chip SRAM via device-tree > node or platform data and to obtain the resulting genalloc pool from > the physical address or a phandle pointing at the device tree node. > This allows drivers to al