mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/4] New denali nand driver (ported from kernel)
@ 2015-09-21 14:04 Enrico Jorns
  2015-09-21 14:04 ` [PATCH 1/4] mtd nand: added 'bits_per_cell' property Enrico Jorns
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Enrico Jorns @ 2015-09-21 14:04 UTC (permalink / raw)
  To: barebox; +Cc: Enrico Jorns

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@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-09-23  8:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-21 14:04 [PATCH 0/4] New denali nand driver (ported from kernel) Enrico Jorns
2015-09-21 14:04 ` [PATCH 1/4] mtd nand: added 'bits_per_cell' property Enrico Jorns
2015-09-21 14:04 ` [PATCH 2/4] mtd nand_denali: Add denali nand driver Enrico Jorns
2015-09-21 14:04 ` [PATCH 3/4] mtd denali: pass col argument to READID operation Enrico Jorns
2015-09-21 14:04 ` [PATCH 4/4] socfpga dts: set have-hw-ecc-fixup for nand Enrico Jorns
2015-09-23  8:36 ` [PATCH 0/4] New denali nand driver (ported from kernel) Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox