Re: latest mtd changes broke collie

From: Pavel Machek
Date: Thu Nov 10 2005 - 08:10:14 EST


Hi!

> > Ok, I got a little bit more forward.
> >
> > I created entry like this:
> > {
> > .mfr_id = 0x00b0,
> > .dev_id = 0x00b0,
> > .name = "Collie hack",
> > .uaddr = {
> > [0] = MTD_UADDR_UNNECESSARY, /* x8 */
> > },
> > .DevSize = SIZE_4MiB,
> > .CmdSet = P_ID_INTEL_EXT,
> > .NumEraseRegions= 1,
> > .regions = {
> > ERASEINFO(0x10000,8),
> > }
> > }
> >
> > (Which is probably wrong, I just made up the data)
>
> Shouldn't you get hold of the datasheet for the flash chips and fill in
> this information correctly?

I already have working sharp.c driver... And I do not even know
manufacturer of the chip, just its ids.
Pavel

--
Thanks, Sharp!
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/