linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/2] ARM: mach-moxart: add MOXA ART SoC support
@ 2013-12-17 15:38 Jonas Jensen
  2013-12-17 15:38 ` [PATCH v5 1/2] ARM: mach-moxart: add MOXA ART SoC platform files Jonas Jensen
  2013-12-17 15:38 ` [PATCH v5 2/2] ARM: mach-moxart: add MOXA ART SoC device tree files Jonas Jensen
  0 siblings, 2 replies; 6+ messages in thread
From: Jonas Jensen @ 2013-12-17 15:38 UTC (permalink / raw)
  To: linux-arm-kernel

Thanks for the replies!

This should tick the boxes on your feedback.

Changes since v4:

1. remove all platform specific code
2. move all SoC common nodes (SDHCI,MAC,UART) to dtsi,
   enable them in board file
3. added moxart_defconfig options:
   CONFIG_PACKET=y
   CONFIG_IP_MULTICAST=y
4. removed moxart_defconfig options:
   # CONFIG_ARM_THUMB is not set

Applies to next-20131217

Jonas Jensen (2):
  ARM: mach-moxart: add MOXA ART SoC platform files
  ARM: mach-moxart: add MOXA ART SoC device tree files

 Documentation/devicetree/bindings/arm/moxart.txt |  12 ++
 arch/arm/Kconfig                                 |   2 +
 arch/arm/Makefile                                |   1 +
 arch/arm/boot/dts/Makefile                       |   1 +
 arch/arm/boot/dts/moxart-uc7112lx.dts            |  93 +++++++++++++
 arch/arm/boot/dts/moxart.dtsi                    | 167 +++++++++++++++++++++++
 arch/arm/configs/moxart_defconfig                | 149 ++++++++++++++++++++
 arch/arm/mach-moxart/Kconfig                     |  31 +++++
 arch/arm/mach-moxart/Makefile                    |   3 +
 arch/arm/mach-moxart/moxart.c                    |  15 ++
 10 files changed, 474 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/moxart.txt
 create mode 100644 arch/arm/boot/dts/moxart-uc7112lx.dts
 create mode 100644 arch/arm/boot/dts/moxart.dtsi
 create mode 100644 arch/arm/configs/moxart_defconfig
 create mode 100644 arch/arm/mach-moxart/Kconfig
 create mode 100644 arch/arm/mach-moxart/Makefile
 create mode 100644 arch/arm/mach-moxart/moxart.c

-- 
1.8.2.1

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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-17 15:38 [PATCH v5 0/2] ARM: mach-moxart: add MOXA ART SoC support Jonas Jensen
2013-12-17 15:38 ` [PATCH v5 1/2] ARM: mach-moxart: add MOXA ART SoC platform files Jonas Jensen
2013-12-17 15:38 ` [PATCH v5 2/2] ARM: mach-moxart: add MOXA ART SoC device tree files Jonas Jensen
2013-12-17 23:29   ` Peter Crosthwaite
2013-12-18 13:10     ` Jonas Jensen
2013-12-17 23:57   ` Sören Brinkmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).