Re: [PATCH 1/2] PowerPC: Add 44x NDFC device-tree aware support

2007-10-27 Thread Thomas Gleixner
On Sat, 27 Oct 2007, Stefan Roese wrote: > Hi Valentine, > > On Friday 26 October 2007, Valentine Barshak wrote: > > This adds device-tree aware PowerPC 44x NDFC (NAND Flash Controller) > > driver. The code is based on the original ndfc.c driver by Thomas Gleixner. > > The major difference is tha

Re: [PATCH 1/2] PowerPC: Add 44x NDFC device-tree aware support

2007-10-26 Thread Stefan Roese
Hi Valentine, On Friday 26 October 2007, Valentine Barshak wrote: > This adds device-tree aware PowerPC 44x NDFC (NAND Flash Controller) > driver. The code is based on the original ndfc.c driver by Thomas Gleixner. > The major difference is that here we try to handle all chips found as one > mtd d

Re: [PATCH 1/2] PowerPC: Add 44x NDFC device-tree aware support

2007-10-26 Thread Stephen Rothwell
On Fri, 26 Oct 2007 20:39:58 +0400 Valentine Barshak <[EMAIL PROTECTED]> wrote: > > +static int __devinit parse_partitions(struct of_ndfc *ndfc, > + struct of_device *dev) > +{ > + const char *partname; > + static const char *part_probe_types[] > +

[PATCH 1/2] PowerPC: Add 44x NDFC device-tree aware support

2007-10-26 Thread Valentine Barshak
This adds device-tree aware PowerPC 44x NDFC (NAND Flash Controller) driver. The code is based on the original ndfc.c driver by Thomas Gleixner. The major difference is that here we try to handle all chips found as one mtd device instead of having a separate one on each chip. The partition handling