public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v10 0/2] Sigma Designs Tango4 port
@ 2015-11-24 17:15 Marc Gonzalez
  2015-11-24 17:19 ` [PATCH v10 1/2] arm-soc: Import initial tango4 device tree Marc Gonzalez
  2015-11-24 17:40 ` [PATCH v10 2/2] arm-soc: Add support for tango4 platforms Marc Gonzalez
  0 siblings, 2 replies; 7+ messages in thread
From: Marc Gonzalez @ 2015-11-24 17:15 UTC (permalink / raw)
  To: linux-arm-kernel

One more time. (We're gonna celebrate)

Changes planned for a future patch series:
Have clkgen driver export CD2/2 (for USB) and CD6/2 (for SDIO)

Changes since v9:
Rename mach-tangox to mach-tango and ARCH_TANGOX to ARCH_TANGO (??)
=> Should I instead define ARCH_TANGO4 and later define ARCH_TANGO5?
Add entry in MAINTAINERS
Delete pr_debug() call
=> mach code is not supposed to use this function?

Marc Gonzalez (2):
  arm-soc: Import initial tango4 device tree
  arm-soc: Add support for tango4 platforms

 MAINTAINERS                               |   7 ++
 arch/arm/Kconfig                          |   2 +
 arch/arm/Makefile                         |   1 +
 arch/arm/boot/dts/Makefile                |   2 +
 arch/arm/boot/dts/tango4-common.dtsi      | 121 ++++++++++++++++++++++++++++++
 arch/arm/boot/dts/tango4-smp8758.dtsi     |  31 ++++++++
 arch/arm/boot/dts/tango4-vantage-1172.dts |  29 +++++++
 arch/arm/mach-tango/Kconfig               |  12 +++
 arch/arm/mach-tango/Makefile              |   2 +
 arch/arm/mach-tango/setup.c               |  31 ++++++++
 arch/arm/mach-tango/smc.S                 |   9 +++
 arch/arm/mach-tango/smc.h                 |   5 ++
 12 files changed, 252 insertions(+)
 create mode 100644 arch/arm/boot/dts/tango4-common.dtsi
 create mode 100644 arch/arm/boot/dts/tango4-smp8758.dtsi
 create mode 100644 arch/arm/boot/dts/tango4-vantage-1172.dts
 create mode 100644 arch/arm/mach-tango/Kconfig
 create mode 100644 arch/arm/mach-tango/Makefile
 create mode 100644 arch/arm/mach-tango/setup.c
 create mode 100644 arch/arm/mach-tango/smc.S
 create mode 100644 arch/arm/mach-tango/smc.h

-- 
2.4.5

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

end of thread, other threads:[~2015-12-14  8:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-24 17:15 [PATCH v10 0/2] Sigma Designs Tango4 port Marc Gonzalez
2015-11-24 17:19 ` [PATCH v10 1/2] arm-soc: Import initial tango4 device tree Marc Gonzalez
2015-11-25  9:20   ` Marc Gonzalez
2015-11-24 17:40 ` [PATCH v10 2/2] arm-soc: Add support for tango4 platforms Marc Gonzalez
2015-11-25 10:32   ` Marc Gonzalez
2015-12-11 23:14     ` Arnd Bergmann
2015-12-14  8:13       ` Marc Gonzalez

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