Re: Document and implement an improved flash device binding for powerpc (v5)

2007-09-09 Thread David Gibson
On Fri, Sep 07, 2007 at 04:25:10PM +0200, Segher Boessenkool wrote: > > This patch replaces the binding for flash chips in > > booting-without-of.txt with an clarified and improved version. It > > also makes drivers/mtd/maps/physmap_of.c recognize this new binding. > > Finally it revises the Ebony

Re: Document and implement an improved flash device binding for powerpc (v5)

2007-09-07 Thread Josh Boyer
On Fri, 7 Sep 2007 16:25:10 +0200 Segher Boessenkool <[EMAIL PROTECTED]> wrote: > > This patch replaces the binding for flash chips in > > booting-without-of.txt with an clarified and improved version. It > > also makes drivers/mtd/maps/physmap_of.c recognize this new binding. > > Finally it revi

Re: Document and implement an improved flash device binding for powerpc (v5)

2007-09-07 Thread Segher Boessenkool
> This patch replaces the binding for flash chips in > booting-without-of.txt with an clarified and improved version. It > also makes drivers/mtd/maps/physmap_of.c recognize this new binding. > Finally it revises the Ebony device tree source to use the new binding > as an example. > > Signed-off-b

Document and implement an improved flash device binding for powerpc (v5)

2007-09-06 Thread David Gibson
This patch replaces the binding for flash chips in booting-without-of.txt with an clarified and improved version. It also makes drivers/mtd/maps/physmap_of.c recognize this new binding. Finally it revises the Ebony device tree source to use the new binding as an example. Signed-off-by: David Gibs

Re: Document and implement an improved flash device binding for powerpc (v4)

2007-08-30 Thread David Gibson
On Thu, Aug 30, 2007 at 12:29:33PM -0500, Scott Wood wrote: > On Thu, Aug 30, 2007 at 11:21:18AM +1000, David Gibson wrote: > > +For JEDEC compatible devices, the following additional properties > > +are defined: > > + > > + - vendor-id : Contains the flash chip's vendor id (1 byte). >

Re: Document and implement an improved flash device binding for powerpc (v4)

2007-08-30 Thread Josh Boyer
On Thu, 30 Aug 2007 13:04:50 -0500 Scott Wood <[EMAIL PROTECTED]> wrote: > On Thu, Aug 30, 2007 at 12:59:52PM -0500, Josh Boyer wrote: > > On Thu, 30 Aug 2007 12:29:33 -0500 > > Scott Wood <[EMAIL PROTECTED]> wrote: > > > > > On Thu, Aug 30, 2007 at 11:21:18AM +1000, David Gibson wrote: > > > > +

Re: Document and implement an improved flash device binding for powerpc (v4)

2007-08-30 Thread Scott Wood
On Thu, Aug 30, 2007 at 12:59:52PM -0500, Josh Boyer wrote: > On Thu, 30 Aug 2007 12:29:33 -0500 > Scott Wood <[EMAIL PROTECTED]> wrote: > > > On Thu, Aug 30, 2007 at 11:21:18AM +1000, David Gibson wrote: > > > +For JEDEC compatible devices, the following additional properties > > > +are d

Re: Document and implement an improved flash device binding for powerpc (v4)

2007-08-30 Thread Josh Boyer
On Thu, 30 Aug 2007 12:29:33 -0500 Scott Wood <[EMAIL PROTECTED]> wrote: > On Thu, Aug 30, 2007 at 11:21:18AM +1000, David Gibson wrote: > > +For JEDEC compatible devices, the following additional properties > > +are defined: > > + > > + - vendor-id : Contains the flash chip's vendor i

Re: Document and implement an improved flash device binding for powerpc (v4)

2007-08-30 Thread Scott Wood
On Thu, Aug 30, 2007 at 11:21:18AM +1000, David Gibson wrote: > +For JEDEC compatible devices, the following additional properties > +are defined: > + > + - vendor-id : Contains the flash chip's vendor id (1 byte). > + - device-id : Contains the flash chip's device id (1 byte). Are

Document and implement an improved flash device binding for powerpc (v4)

2007-08-29 Thread David Gibson
This patch replaces the binding for flash chips in booting-without-of.txt with an clarified and improved version. It also makes drivers/mtd/maps/physmap_of.c recognize this new binding. Finally it revises the Ebony device tree source to use the new binding as an example. Signed-off-by: David Gibs

Re: Document and implement an improved flash device binding for powerpc

2007-08-28 Thread David Gibson
On Tue, Aug 28, 2007 at 01:39:26PM -0500, Josh Boyer wrote: > On Tue, 28 Aug 2007 13:47:51 +1000 > David Gibson <[EMAIL PROTECTED]> wrote: > > > This patch replaces the binding for flash chips in > > booting-without-of.txt with an clarified and improved version. It > > also makes drivers/mtd/maps

Re: Document and implement an improved flash device binding for powerpc

2007-08-28 Thread Josh Boyer
On Tue, 28 Aug 2007 13:47:51 +1000 David Gibson <[EMAIL PROTECTED]> wrote: > This patch replaces the binding for flash chips in > booting-without-of.txt with an clarified and improved version. It > also makes drivers/mtd/maps/physmap_of.c recognize this new binding. > Finally it revises the Ebony

Document and implement an improved flash device binding for powerpc

2007-08-27 Thread David Gibson
This patch replaces the binding for flash chips in booting-without-of.txt with an clarified and improved version. It also makes drivers/mtd/maps/physmap_of.c recognize this new binding. Finally it revises the Ebony device tree source to use the new binding as an example. Signed-off-by: David Gibs