Re: [PATCH 2/3] [POWERPC][NAND] FSL UPM NAND driver

2007-12-23 Thread Anton Vorontsov
On Sun, Dec 23, 2007 at 01:33:29PM +1100, Stephen Rothwell wrote: > On Fri, 21 Dec 2007 23:41:30 +0300 Anton Vorontsov <[EMAIL PROTECTED]> wrote: > > > > +static int __devinit upm_chip_probe(struct of_device *ofdev, > > + const struct of_device_id *ofid) > > +{ > > +

Re: [PATCH 2/3] [POWERPC][NAND] FSL UPM NAND driver

2007-12-22 Thread Stephen Rothwell
On Fri, 21 Dec 2007 23:41:30 +0300 Anton Vorontsov <[EMAIL PROTECTED]> wrote: > > +static int __devinit upm_chip_probe(struct of_device *ofdev, > + const struct of_device_id *ofid) > +{ > + struct upm_data *ud; > + struct resource io_res; > + const u32 *p

[PATCH 2/3] [POWERPC][NAND] FSL UPM NAND driver

2007-12-21 Thread Anton Vorontsov
It's using FSL UPM infrastructure. So far only 8 bit accessors are implemented. Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]> --- drivers/mtd/nand/Kconfig |7 + drivers/mtd/nand/Makefile |1 + drivers/mtd/nand/fsl_upm.c | 313 3 files