Re: [U-Boot] [4/5]devkit8000 nand_spl: Add SPL NAND support to omap_gpmc driver

2011-06-30 Thread Simon Schwarz
Dear Andreas, > You also set some special ECC handling in this patch, please honour this > in your commit message! will do. >> + >> +/** >> + * nand_read_buf16 - [DEFAULT] read chip data into buffer >> + * @mtd:    MTD device structure >> + * @buf:    buffer to store date >> + * @len:    number o

Re: [U-Boot] [4/5]devkit8000 nand_spl: Add SPL NAND support to omap_gpmc driver

2011-06-29 Thread Andreas Bießmann
Dear Simon Schwarz, Am 28.06.2011 16:14, schrieb simonschwarz...@googlemail.com: > Add support for NAND_SPL to omap gpmc driver. This means adding > nand_read_buf16 to read from GPMC 32bit buffer (16 here means 16bit bus!) and > adding omap_dev_ready as indicator if the GPMC is ready. You als

[U-Boot] [4/5]devkit8000 nand_spl: Add SPL NAND support to omap_gpmc driver

2011-06-28 Thread simonschwarzcor
Add support for NAND_SPL to omap gpmc driver. This means adding nand_read_buf16 to read from GPMC 32bit buffer (16 here means 16bit bus!) and adding omap_dev_ready as indicator if the GPMC is ready. Signed-off-by: Simon Schwarz -- diff --git a/drivers/mtd/nand/omap_gpmc.c b/drivers/mtd/nand/