This series adds the denali NAND driver that is used, for example, on socfpga platforms. The driver is adapted from the mainline kernel driver with some bugfix patches from Altera. Enrico Jorns (4): mtd nand: added 'bits_per_cell' property mtd nand_denali: Add denali nand driver mtd denali: pass col argument to READID operation socfpga dts: set have-hw-ecc-fixup for nand arch/arm/dts/socfpga.dtsi | 1 + drivers/mtd/nand/Kconfig | 26 + drivers/mtd/nand/Makefile | 3 + drivers/mtd/nand/denali.h | 499 ++++++++++++ drivers/mtd/nand/nand_base.c | 2 + drivers/mtd/nand/nand_denali.c | 1559 +++++++++++++++++++++++++++++++++++++ drivers/mtd/nand/nand_denali_dt.c | 101 +++ include/linux/mtd/nand.h | 12 + 8 files changed, 2203 insertions(+) create mode 100644 drivers/mtd/nand/denali.h create mode 100644 drivers/mtd/nand/nand_denali.c create mode 100644 drivers/mtd/nand/nand_denali_dt.c -- 2.5.1 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox