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