All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/2] Add device tree support for i.mx51/53 boards
@ 2011-09-30 13:35 Shawn Guo
  2011-09-30 13:35 ` [PATCH 1/2] arm/mx5: add device tree support for imx53 boards Shawn Guo
  2011-09-30 13:35 ` [PATCH 2/2] arm/mx5: add device tree support for imx51 babbage Shawn Guo
  0 siblings, 2 replies; 16+ messages in thread
From: Shawn Guo @ 2011-09-30 13:35 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Sascha,

This is an update of the patch series below, which had gone through the
review and almost hit the v3.1 (it missed the last pull request Arnd
sent to Linus just for one day or so).

  [PATCH v4 0/2] Add device tree support for i.mx51/53 boards
  http://thread.gmane.org/gmane.linux.drivers.devicetree/7048

I was planning to hold the series until we have a iomuxc binding to
totally remove the dependency on non-dt board files.  But as a cross
platform topic, it needs to take more time to get it settled down,
while I'm concerned by that people keep adding stuff into non-dt board
files with ignoring DT support.  I'm here to revisit the series and
trying to get it merged in the coming merge window, so that we have
a base to ask people to move to DT.

Changes since v4:
 * Rebase onto imx-features branch
 * Have devices in soc dtsi as "disabled" and explicitly enable the
   ones in board dts as "okay"
 * Utilize of_irq_init() infrastructure added by Rob Herring recently

Shawn Guo (2):
      arm/mx5: add device tree support for imx53 boards
      arm/mx5: add device tree support for imx51 babbage

 Documentation/devicetree/bindings/arm/fsl.txt |   19 ++
 arch/arm/boot/dts/imx51-babbage.dts           |  135 ++++++++++++
 arch/arm/boot/dts/imx51.dtsi                  |  221 ++++++++++++++++++++
 arch/arm/boot/dts/imx53-ard.dts               |  113 ++++++++++
 arch/arm/boot/dts/imx53-evk.dts               |  120 +++++++++++
 arch/arm/boot/dts/imx53-qsb.dts               |  125 +++++++++++
 arch/arm/boot/dts/imx53-smd.dts               |  169 +++++++++++++++
 arch/arm/boot/dts/imx53.dtsi                  |  276 +++++++++++++++++++++++++
 arch/arm/mach-mx5/Kconfig                     |   21 ++
 arch/arm/mach-mx5/Makefile                    |    3 +
 arch/arm/mach-mx5/board-mx51_babbage.c        |    9 +-
 arch/arm/mach-mx5/board-mx53_ard.c            |   12 +-
 arch/arm/mach-mx5/board-mx53_evk.c            |    9 +-
 arch/arm/mach-mx5/board-mx53_loco.c           |    9 +-
 arch/arm/mach-mx5/board-mx53_smd.c            |    9 +-
 arch/arm/mach-mx5/imx51-dt.c                  |  116 +++++++++++
 arch/arm/mach-mx5/imx53-dt.c                  |  126 +++++++++++
 arch/arm/plat-mxc/include/mach/common.h       |    5 +
 18 files changed, 1485 insertions(+), 12 deletions(-)

^ permalink raw reply	[flat|nested] 16+ messages in thread
* [PATCH v4 0/2] Add device tree support for i.mx51/53 boards
@ 2011-08-02  6:52 Shawn Guo
       [not found] ` <1312267943-25551-1-git-send-email-shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 16+ messages in thread
From: Shawn Guo @ 2011-08-02  6:52 UTC (permalink / raw)
  To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
  Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ,
	patches-QSEj5FYQhm4dnm+yROfE0A

Changes since v3:
 * Fix machine_desc table for ARD matching
 * Turn the board setup that dt needs into callback

Changes since v2:
 * Drop iomuxc device tree support patch

Changes since v1:
 * Address comments on v1 given by Grant and Sascha
 * Add i.mx51 Babbage support

Shawn Guo (2):
      arm/mx5: add device tree support for imx53 boards
      arm/mx5: add device tree support for imx51 babbage

 .../devicetree/bindings/arm/fsl/boards.txt         |   19 ++
 arch/arm/boot/dts/imx51-babbage.dts                |  141 +++++++++++
 arch/arm/boot/dts/imx51.dtsi                       |  203 ++++++++++++++++
 arch/arm/boot/dts/imx53-ard.dts                    |  158 +++++++++++++
 arch/arm/boot/dts/imx53-evk.dts                    |  144 ++++++++++++
 arch/arm/boot/dts/imx53-qsb.dts                    |  148 ++++++++++++
 arch/arm/boot/dts/imx53-smd.dts                    |  169 ++++++++++++++
 arch/arm/boot/dts/imx53.dtsi                       |  244 ++++++++++++++++++++
 arch/arm/mach-mx5/Kconfig                          |   21 ++
 arch/arm/mach-mx5/Makefile                         |    3 +
 arch/arm/mach-mx5/board-mx51_babbage.c             |    9 +-
 arch/arm/mach-mx5/board-mx53_ard.c                 |   12 +-
 arch/arm/mach-mx5/board-mx53_evk.c                 |    9 +-
 arch/arm/mach-mx5/board-mx53_loco.c                |    9 +-
 arch/arm/mach-mx5/board-mx53_smd.c                 |    9 +-
 arch/arm/mach-mx5/imx51-dt.c                       |  111 +++++++++
 arch/arm/mach-mx5/imx53-dt.c                       |  127 ++++++++++
 arch/arm/plat-mxc/include/mach/common.h            |    6 +
 18 files changed, 1530 insertions(+), 12 deletions(-)

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

end of thread, other threads:[~2011-10-14 12:18 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-30 13:35 [PATCH v5 0/2] Add device tree support for i.mx51/53 boards Shawn Guo
2011-09-30 13:35 ` [PATCH 1/2] arm/mx5: add device tree support for imx53 boards Shawn Guo
2011-09-30 13:56   ` Fabio Estevam
2011-09-30 14:14     ` Shawn Guo
2011-09-30 14:10   ` Shawn Guo
2011-09-30 13:35 ` [PATCH 2/2] arm/mx5: add device tree support for imx51 babbage Shawn Guo
2011-10-13 16:10   ` Julien Boibessot
2011-10-13 16:20     ` Russell King - ARM Linux
2011-10-14  1:26       ` Shawn Guo
2011-10-14  1:37     ` Shawn Guo
2011-10-14  2:20   ` Grant Likely
2011-10-14  8:38     ` Sascha Hauer
2011-10-14  9:00       ` Shawn Guo
2011-10-14 12:18         ` Sascha Hauer
  -- strict thread matches above, loose matches on Subject: below --
2011-08-02  6:52 [PATCH v4 0/2] Add device tree support for i.mx51/53 boards Shawn Guo
     [not found] ` <1312267943-25551-1-git-send-email-shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2011-08-02  6:52   ` [PATCH 2/2] arm/mx5: add device tree support for imx51 babbage Shawn Guo
2011-08-02  6:52     ` Shawn Guo

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.