Re: [PATCH v3 0/4] Add device tree support for on-chip SRAM

2012-09-03 Thread Shawn Guo
On Mon, Sep 03, 2012 at 06:02:04PM +0200, Philipp Zabel wrote: > Changes since v2, as per Shawn's suggestions: > - Moved struct device_node declaration out of #ifdef CONFIG_OF. > - Simplified of_get_named_gen_pool using of_parse_phandle and >of_address_to_resource. > - Return -EADDRNOTAVAIL

[PATCH v3 0/4] Add device tree support for on-chip SRAM

2012-09-03 Thread Philipp Zabel
These patches add support to configure on-chip SRAM via device-tree node and to obtain the resulting genalloc pool from a phandle pointing at the node. This allows drivers to allocate SRAM with the genalloc API without hard-coding the genalloc pool address. The on-chip SRAM on i.MX53 and i.MX6q is