All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] mtd: atmel_nand: enable Nand Flash Controller (NFC) support
@ 2013-04-23 10:29 ` Josh Wu
  0 siblings, 0 replies; 14+ messages in thread
From: Josh Wu @ 2013-04-23 10:29 UTC (permalink / raw)
  To: linux-mtd, linux-arm-kernel, dedekind1; +Cc: nicolas.ferre, plagnioj, Josh Wu

This patch series enable NFC support for SAMA5 soc. It can send command,
address cycles automaticly. Also when enable NFC sram, NFC will transfer
data to sram. Which can save lots of cpu time.

Josh Wu (4):
  mtd: atmel_nand: replace pmecc enable code with one function.
  mtd: atmel_nand: add Nand Flash Controller (NFC) support
  mtd: atmel_nand: enable Nand Flash Controller (NFC) read data
    via sram
  mtd: atmel_nand: enable Nand Flash Controller (NFC) write via
    sram

 .../devicetree/bindings/mtd/atmel-nand.txt         |    4 +
 drivers/mtd/nand/atmel_nand.c                      |  658 ++++++++++++++++++--
 drivers/mtd/nand/atmel_nand_ecc.h                  |    7 +-
 drivers/mtd/nand/atmel_nand_nfc.h                  |  106 ++++
 4 files changed, 725 insertions(+), 50 deletions(-)
 create mode 100644 drivers/mtd/nand/atmel_nand_nfc.h

-- 
1.7.9.5

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

end of thread, other threads:[~2013-05-17  9:58 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-23 10:29 [PATCH 0/4] mtd: atmel_nand: enable Nand Flash Controller (NFC) support Josh Wu
2013-04-23 10:29 ` Josh Wu
2013-04-23 10:29 ` [PATCH 1/4] mtd: atmel_nand: replace pmecc enable code with one function Josh Wu
2013-04-23 10:29   ` Josh Wu
2013-04-23 10:29 ` [PATCH 2/4] mtd: atmel_nand: add Nand Flash Controller (NFC) support Josh Wu
2013-04-23 10:29   ` Josh Wu
2013-04-23 10:29 ` [PATCH 3/4] mtd: atmel_nand: enable Nand Flash Controller (NFC) read data via sram Josh Wu
2013-04-23 10:29   ` Josh Wu
2013-04-23 10:29 ` [PATCH 4/4] mtd: atmel_nand: enable Nand Flash Controller (NFC) write " Josh Wu
2013-04-23 10:29   ` Josh Wu
2013-05-16  9:32 ` [PATCH 0/4] mtd: atmel_nand: enable Nand Flash Controller (NFC) support Artem Bityutskiy
2013-05-16  9:32   ` Artem Bityutskiy
2013-05-17  9:58   ` Josh Wu
2013-05-17  9:58     ` Josh Wu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.