mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org
Cc: wsa@pengutronix.de
Subject: [PATCH] mxs NAND support
Date: Thu,  7 Jun 2012 23:04:54 +0200	[thread overview]
Message-ID: <1339103098-32102-1-git-send-email-s.hauer@pengutronix.de> (raw)

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

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

             reply	other threads:[~2012-06-07 21:05 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-07 21:04 Sascha Hauer [this message]
2012-06-07 21:04 ` [PATCH 1/4] ARM mxs: Add mxs_reset_block function Sascha Hauer
2012-06-07 21:04 ` [PATCH 2/4] dma: add mxs-apbh-dma driver Sascha Hauer
2012-06-07 21:04 ` [PATCH 3/4] mtd nand: add mxs-nand driver Sascha Hauer
2012-06-08 15:06   ` Marek Vasut
2012-06-08 15:21     ` Sascha Hauer
2012-06-07 21:04 ` [PATCH 4/4] ARM mxs: add bcb command to create 'boot control block' for NAND boot Sascha Hauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1339103098-32102-1-git-send-email-s.hauer@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=wsa@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox