Re: [PATCH 1/4 v2] mtd: physmap_of: Add multiple regions and concatenation support

2009-04-14 Thread Stefan Roese
On Sunday 12 April 2009, Grant Likely wrote: > > +       info = kzalloc(sizeof(struct of_flash) + > > +                      sizeof(struct of_flash_list) * count, GFP_KERNEL); > > +       if (!info) > > +               goto err_out; > > + > > +       mtd_list = kzalloc(sizeof(struct mtd_info) * cou

Re: [PATCH 1/4 v2] mtd: physmap_of: Add multiple regions and concatenation support

2009-04-14 Thread Stefan Roese
On Sunday 12 April 2009, Grant Likely wrote: > On Tue, Apr 7, 2009 at 2:39 AM, Stefan Roese wrote: > > This patch adds support to handle multiple non-identical chips in one > > flash device tree node. It also adds concat support to physmap_of. This > > makes it possible to support e.g. the Intel P

Re: [PATCH 1/4 v2] mtd: physmap_of: Add multiple regions and concatenation support

2009-04-11 Thread Grant Likely
On Tue, Apr 7, 2009 at 2:39 AM, Stefan Roese wrote: > This patch adds support to handle multiple non-identical chips in one > flash device tree node. It also adds concat support to physmap_of. This > makes it possible to support e.g. the Intel P30 48F4400 chips which > internally consists of 2 non

[PATCH 1/4 v2] mtd: physmap_of: Add multiple regions and concatenation support

2009-04-07 Thread Stefan Roese
This patch adds support to handle multiple non-identical chips in one flash device tree node. It also adds concat support to physmap_of. This makes it possible to support e.g. the Intel P30 48F4400 chips which internally consists of 2 non-identical NOR chips on one die. Additionally partitions now