Re: [PATCH] mtd/maps: add mtd-ram support to physmap_of

2009-08-10 Thread Artem Bityutskiy
On 08/10/2009 07:19 PM, Wolfram Sang wrote: On Sun, Aug 09, 2009 at 08:17:23AM +0300, Artem Bityutskiy wrote: On Fri, 2009-08-07 at 23:43 -0600, Grant Likely wrote: On Fri, Jul 17, 2009 at 6:39 AM, Wolfram Sang wrote: Use physmap_of to access RAMs as mtd and add documenation for it. This appr

Re: [PATCH] mtd/maps: add mtd-ram support to physmap_of

2009-08-10 Thread Artem Bityutskiy
On Mon, 2009-08-10 at 18:19 +0200, Wolfram Sang wrote: > On Sun, Aug 09, 2009 at 08:17:23AM +0300, Artem Bityutskiy wrote: > > On Fri, 2009-08-07 at 23:43 -0600, Grant Likely wrote: > > > On Fri, Jul 17, 2009 at 6:39 AM, Wolfram Sang > > > wrote: > > > > Use physmap_of to access RAMs as mtd and ad

Re: [PATCH] mtd/maps: add mtd-ram support to physmap_of

2009-08-10 Thread Wolfram Sang
On Sun, Aug 09, 2009 at 08:17:23AM +0300, Artem Bityutskiy wrote: > On Fri, 2009-08-07 at 23:43 -0600, Grant Likely wrote: > > On Fri, Jul 17, 2009 at 6:39 AM, Wolfram Sang wrote: > > > Use physmap_of to access RAMs as mtd and add documenation for it. This > > > approach > > > is a lot less intrus

Re: [PATCH] mtd/maps: add mtd-ram support to physmap_of

2009-08-08 Thread Artem Bityutskiy
On Fri, 2009-08-07 at 23:43 -0600, Grant Likely wrote: > On Fri, Jul 17, 2009 at 6:39 AM, Wolfram Sang wrote: > > Use physmap_of to access RAMs as mtd and add documenation for it. This > > approach > > is a lot less intrusive as adding an of-wrapper around plat-ram.c. As most > > extensions of pla

Re: [PATCH] mtd/maps: add mtd-ram support to physmap_of

2009-08-07 Thread Grant Likely
On Fri, Jul 17, 2009 at 6:39 AM, Wolfram Sang wrote: > Use physmap_of to access RAMs as mtd and add documenation for it. This > approach > is a lot less intrusive as adding an of-wrapper around plat-ram.c. As most > extensions of plat-ram.c (e.g. custom map-functions) can't be mapped to the > devi

Re: [PATCH] mtd/maps: add mtd-ram support to physmap_of

2009-07-31 Thread Albrecht Dreß
Am 17.07.09 14:39 schrieb(en) Wolfram Sang: Use physmap_of to access RAMs as mtd and add documenation for it. This approach is a lot less intrusive as adding an of-wrapper around plat-ram.c. As most extensions of plat-ram.c (e.g. custom map-functions) can't be mapped to the device tree anyho

[PATCH] mtd/maps: add mtd-ram support to physmap_of

2009-07-17 Thread Wolfram Sang
Use physmap_of to access RAMs as mtd and add documenation for it. This approach is a lot less intrusive as adding an of-wrapper around plat-ram.c. As most extensions of plat-ram.c (e.g. custom map-functions) can't be mapped to the device tree anyhow, extending physmap_of seems to be the cleanest ap