mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH] prepare i.MX6 NAND support
Date: Wed, 10 Jul 2013 13:59:50 +0200	[thread overview]
Message-ID: <1373457601-7225-1-git-send-email-s.hauer@pengutronix.de> (raw)


The i.MX6 uses the same GPMI Nand controller as the i.MX23/28.
We already have this driver in the tree. This series prepares
using it on i.MX6 aswell.
This series is only preparation, i.MX6 Nand support itself has
to wait a few more days.

Sascha

----------------------------------------------------------------
Sascha Hauer (11):
      ARM: MXS: introduce stmp device support
      dma: apbh: introduce private struct
      dma: apbh-dma: move header file to common location
      dma: apbh: remove CONFIG_ARCH_DMA_PIO_WORDS
      dma: apbh: Turn into a driver
      dma: apbh: add devicetree probe support
      dma: apbh: cleanup includes
      mtd: nand: gpmi: use io_base instead of MXS_GPMI_BASE
      mtd: nand: gpmi: cleanup includes
      ARM: mxs: Add convenience wrapper to register mxs_nand device
      mtd: nand: gpmi: replace MXS_BCH_BASE with driver resources

 arch/arm/boards/freescale-mx28-evk/mx28-evk.c      |   4 +-
 arch/arm/boards/karo-tx28/tx28.c                   |   4 +-
 arch/arm/mach-mxs/Kconfig                          |   2 +
 arch/arm/mach-mxs/Makefile                         |   2 +-
 arch/arm/mach-mxs/imx.c                            |   3 +-
 arch/arm/mach-mxs/include/mach/devices.h           |  47 ++++++
 arch/arm/mach-mxs/include/mach/imx-regs.h          |   5 -
 arch/arm/mach-mxs/include/mach/mxs.h               |   6 -
 arch/arm/mach-mxs/iomux-imx.c                      |  27 ++--
 arch/arm/mach-mxs/ocotp.c                          |   9 +-
 arch/arm/mach-mxs/power.c                          |   5 +-
 arch/arm/mach-mxs/soc-imx23.c                      |   2 +-
 arch/arm/mach-mxs/soc-imx28.c                      |   2 +-
 drivers/dma/Kconfig                                |   1 +
 drivers/dma/apbh_dma.c                             | 176 ++++++++++++++-------
 drivers/mci/mxs.c                                  |   4 +-
 drivers/mtd/nand/nand_mxs.c                        |  40 +++--
 drivers/serial/serial_auart.c                      |   2 +-
 drivers/spi/mxs_spi.c                              |  27 ++--
 drivers/video/stm.c                                |  11 +-
 .../include/mach/dma.h => include/dma/apbh-dma.h   |   9 +-
 include/driver.h                                   |   2 +
 include/stmp-device.h                              |  22 +++
 lib/Kconfig                                        |   3 +
 lib/Makefile                                       |   1 +
 arch/arm/mach-mxs/common.c => lib/stmp-device.c    |  29 ++--
 26 files changed, 290 insertions(+), 155 deletions(-)
 create mode 100644 arch/arm/mach-mxs/include/mach/devices.h
 delete mode 100644 arch/arm/mach-mxs/include/mach/mxs.h
 rename arch/arm/mach-mxs/include/mach/dma.h => include/dma/apbh-dma.h (95%)
 create mode 100644 include/stmp-device.h
 rename arch/arm/mach-mxs/common.c => lib/stmp-device.c (51%)

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

             reply	other threads:[~2013-07-10 12:00 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-10 11:59 Sascha Hauer [this message]
2013-07-10 11:59 ` [PATCH 01/11] ARM: MXS: introduce stmp device support Sascha Hauer
2013-07-10 11:59 ` [PATCH 02/11] dma: apbh: introduce private struct Sascha Hauer
2013-07-10 11:59 ` [PATCH 03/11] dma: apbh-dma: move header file to common location Sascha Hauer
2013-07-10 11:59 ` [PATCH 04/11] dma: apbh: remove CONFIG_ARCH_DMA_PIO_WORDS Sascha Hauer
2013-07-10 11:59 ` [PATCH 05/11] dma: apbh: Turn into a driver Sascha Hauer
2013-07-10 11:59 ` [PATCH 06/11] dma: apbh: add devicetree probe support Sascha Hauer
2013-07-10 11:59 ` [PATCH 07/11] dma: apbh: cleanup includes Sascha Hauer
2013-07-10 11:59 ` [PATCH 08/11] mtd: nand: gpmi: use io_base instead of MXS_GPMI_BASE Sascha Hauer
2013-07-10 11:59 ` [PATCH 09/11] mtd: nand: gpmi: cleanup includes Sascha Hauer
2013-07-10 12:00 ` [PATCH 10/11] ARM: mxs: Add convenience wrapper to register mxs_nand device Sascha Hauer
2013-07-10 12:00 ` [PATCH 11/11] mtd: nand: gpmi: replace MXS_BCH_BASE with driver resources 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=1373457601-7225-1-git-send-email-s.hauer@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    /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