Re: [U-Boot] [PATCH 09/17 RESEND V5] iMX28: Add GPMI NAND driver

2011-11-04 Thread Marek Vasut
> On 11/04/2011 03:30 PM, Marek Vasut wrote: > > Can you please supply me with the commands that trigger such bug and the > > resulting problem you then see? So I can reproduce it and fix it? Thanks! > > This procedure should trigger the problem: > mtdparts default; nand erase.part filesystem; ubi

Re: [U-Boot] [PATCH 09/17 RESEND V5] iMX28: Add GPMI NAND driver

2011-11-04 Thread Veli-Pekka Peltola
On 11/04/2011 03:30 PM, Marek Vasut wrote: > Can you please supply me with the commands that trigger such bug and the > resulting problem you then see? So I can reproduce it and fix it? Thanks! This procedure should trigger the problem: mtdparts default; nand erase.part filesystem; ubi part filesy

Re: [U-Boot] [PATCH 09/17 RESEND V5] iMX28: Add GPMI NAND driver

2011-11-04 Thread Marek Vasut
> Hi Marek, > > On 10/22/2011 01:44 AM, Marek Vasut wrote: > > diff --git a/drivers/mtd/nand/mxs_nand.c b/drivers/mtd/nand/mxs_nand.c > > new file mode 100644 > > index 000..ce2a326 > > --- /dev/null > > +++ b/drivers/mtd/nand/mxs_nand.c > > > > > + nand->options |= NAND_NO_SUBPAGE_WRITE;

Re: [U-Boot] [PATCH 09/17 RESEND V5] iMX28: Add GPMI NAND driver

2011-11-04 Thread Veli-Pekka Peltola
Hi Marek, On 10/22/2011 01:44 AM, Marek Vasut wrote: > diff --git a/drivers/mtd/nand/mxs_nand.c b/drivers/mtd/nand/mxs_nand.c > new file mode 100644 > index 000..ce2a326 > --- /dev/null > +++ b/drivers/mtd/nand/mxs_nand.c > + nand->options |= NAND_NO_SUBPAGE_WRITE; I think we should ch

[U-Boot] [PATCH 09/17 RESEND V5] iMX28: Add GPMI NAND driver

2011-10-21 Thread Marek Vasut
Signed-off-by: Marek Vasut Cc: Scott Wood Cc: Stefano Babic Cc: Wolfgang Denk Cc: Detlev Zundel Acked-By: Scott Wood --- drivers/mtd/nand/Makefile |1 + drivers/mtd/nand/mxs_nand.c | 1118 +++ 2 files changed, 1119 insertions(+), 0 deletions(-)