[PATCH] mxs NAND support

Sascha Hauer s.hauer at pengutronix.de
Thu Jun 7 17:04:54 EDT 2012


The following series adds NAND support for i.MX23/28. Written by Marek
Vasut for U-Boot, adopted for barebox and polished by Wolfram, common
reset function added and posted by me.

Sascha

----------------------------------------------------------------
Sascha Hauer (1):
      ARM mxs: Add mxs_reset_block function

Wolfram Sang (3):
      dma: add mxs-apbh-dma driver
      mtd nand: add mxs-nand driver
      ARM mxs: add bcb command to create 'boot control block' for NAND boot

 arch/arm/mach-mxs/Kconfig                    |    8 +
 arch/arm/mach-mxs/Makefile                   |    3 +-
 arch/arm/mach-mxs/bcb.c                      |  399 ++++++++
 arch/arm/mach-mxs/common.c                   |   33 +
 arch/arm/mach-mxs/include/mach/clock-imx23.h |    1 +
 arch/arm/mach-mxs/include/mach/clock-imx28.h |    1 +
 arch/arm/mach-mxs/include/mach/dma.h         |  145 +++
 arch/arm/mach-mxs/include/mach/imx23-regs.h  |    3 +
 arch/arm/mach-mxs/include/mach/imx28-regs.h  |    4 +-
 arch/arm/mach-mxs/include/mach/mxs.h         |    6 +
 arch/arm/mach-mxs/speed-imx23.c              |   19 +
 arch/arm/mach-mxs/speed-imx28.c              |   19 +
 drivers/Kconfig                              |    1 +
 drivers/Makefile                             |    1 +
 drivers/dma/Kconfig                          |    8 +
 drivers/dma/Makefile                         |    1 +
 drivers/dma/apbh_dma.c                       |  598 ++++++++++++
 drivers/mtd/nand/Kconfig                     |    5 +
 drivers/mtd/nand/Makefile                    |    2 +
 drivers/mtd/nand/nand_mxs.c                  | 1257 ++++++++++++++++++++++++++
 20 files changed, 2512 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm/mach-mxs/bcb.c
 create mode 100644 arch/arm/mach-mxs/common.c
 create mode 100644 arch/arm/mach-mxs/include/mach/dma.h
 create mode 100644 arch/arm/mach-mxs/include/mach/mxs.h
 create mode 100644 drivers/dma/Kconfig
 create mode 100644 drivers/dma/Makefile
 create mode 100644 drivers/dma/apbh_dma.c
 create mode 100644 drivers/mtd/nand/nand_mxs.c



More information about the barebox mailing list