public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] imx: Add iMX6 NAND support
@ 2013-04-10  7:06 Stefan Roese
  2013-04-10  7:06 ` [U-Boot] [PATCH 1/4] imx: Move some header files from arch-mxs to imx-common Stefan Roese
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Stefan Roese @ 2013-04-10  7:06 UTC (permalink / raw)
  To: u-boot

To support NAND on the iMX6 this patch moves some headers into
i.MX common locations. Instead of creating new files in the imx6
include directory containing nearly the same content.

Here the diffstat:

Stefan Roese (4):
      imx: Move some header files from arch-mxs to imx-common
      imx: Move some i.MX common functions into the imx-common directory
      dma: Add i.MX6 support to drivers/dma/apbh_dma.c
      mtd: mxs_nand: Add support for i.MX6

 Makefile                                           |  2 +-
 arch/arm/cpu/arm926ejs/mxs/mxs.c                   | 65 +----------------
 arch/arm/cpu/armv7/mx6/soc.c                       |  7 ++
 arch/arm/imx-common/Makefile                       |  3 +
 arch/arm/imx-common/misc.c                         | 84 ++++++++++++++++++++++
 arch/arm/include/asm/arch-mx6/imx-regs.h           |  4 ++
 arch/arm/include/asm/arch-mx6/sys_proto.h          | 10 +++
 arch/arm/include/asm/arch-mxs/imx-regs.h           |  6 +-
 arch/arm/include/asm/arch-mxs/regs-clkctrl-mx23.h  |  2 +-
 arch/arm/include/asm/arch-mxs/regs-clkctrl-mx28.h  |  2 +-
 arch/arm/include/asm/arch-mxs/regs-digctl.h        |  2 +-
 arch/arm/include/asm/arch-mxs/regs-i2c.h           |  2 +-
 arch/arm/include/asm/arch-mxs/regs-lcdif.h         |  2 +-
 arch/arm/include/asm/arch-mxs/regs-lradc.h         |  2 +-
 arch/arm/include/asm/arch-mxs/regs-ocotp.h         |  2 +-
 arch/arm/include/asm/arch-mxs/regs-pinctrl.h       |  2 +-
 arch/arm/include/asm/arch-mxs/regs-power-mx23.h    |  2 +-
 arch/arm/include/asm/arch-mxs/regs-power-mx28.h    |  2 +-
 arch/arm/include/asm/arch-mxs/regs-rtc.h           |  2 +-
 arch/arm/include/asm/arch-mxs/regs-ssp.h           |  2 +-
 arch/arm/include/asm/arch-mxs/regs-timrot.h        |  2 +-
 .../arm/include/asm/{arch-mxs => imx-common}/dma.h | 12 ++++
 .../asm/{arch-mxs => imx-common}/regs-apbh.h       | 19 ++++-
 .../asm/{arch-mxs => imx-common}/regs-bch.h        | 12 +++-
 .../asm/{arch-mxs => imx-common}/regs-common.h     |  0
 .../asm/{arch-mxs => imx-common}/regs-gpmi.h       |  2 +-
 drivers/dma/apbh_dma.c                             |  5 +-
 drivers/mmc/mxsmmc.c                               |  2 +-
 drivers/mtd/nand/mxs_nand.c                        | 15 +++-
 drivers/spi/mxs_spi.c                              |  2 +-
 spl/Makefile                                       |  4 ++
 31 files changed, 188 insertions(+), 92 deletions(-)
 create mode 100644 arch/arm/imx-common/misc.c
 rename arch/arm/include/asm/{arch-mxs => imx-common}/dma.h (93%)
 rename arch/arm/include/asm/{arch-mxs => imx-common}/regs-apbh.h (97%)
 rename arch/arm/include/asm/{arch-mxs => imx-common}/regs-bch.h (96%)
 rename arch/arm/include/asm/{arch-mxs => imx-common}/regs-common.h (100%)
 rename arch/arm/include/asm/{arch-mxs => imx-common}/regs-gpmi.h (99%)
 

Comments welcome.

Thanks,
Stefan

Cc: Stefano Babic <sbabic@denx.de>
Cc: Marek Vasut <marex@denx.de>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
Cc: Scott Wood <scottwood@freescale.com>

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

end of thread, other threads:[~2013-04-30 16:37 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-10  7:06 [U-Boot] [PATCH 0/4] imx: Add iMX6 NAND support Stefan Roese
2013-04-10  7:06 ` [U-Boot] [PATCH 1/4] imx: Move some header files from arch-mxs to imx-common Stefan Roese
2013-04-10  7:06 ` [U-Boot] [PATCH 2/4] imx: Move some i.MX common functions into the imx-common directory Stefan Roese
2013-04-10  7:06 ` [U-Boot] [PATCH 3/4] dma: Add i.MX6 support to drivers/dma/apbh_dma.c Stefan Roese
2013-04-10  7:06 ` [U-Boot] [PATCH 4/4] mtd: mxs_nand: Add support for i.MX6 Stefan Roese
2013-04-10 20:12   ` Scott Wood
2013-04-16  7:14   ` [U-Boot] [PATCH 4/4 v2] " Stefan Roese
2013-04-30 16:37     ` Scott Wood
2013-04-10  8:21 ` [U-Boot] [PATCH 0/4] imx: Add iMX6 NAND support Marek Vasut
2013-04-11  9:26   ` Stefan Roese
2013-04-14 21:18     ` Marek Vasut

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