All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/4] arm64: Initial patch-set for APM X-Gene SOC family
@ 2013-04-23 10:25 Vinayak Kale
  2013-04-23 10:25 ` [PATCH V2 1/4] arm64: Add Kconfig option " Vinayak Kale
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Vinayak Kale @ 2013-04-23 10:25 UTC (permalink / raw)
  To: linux-arm-kernel

These are initial patches for APM X-Gene SOC family.
This patch-set is based on soc-armv8-model branch of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64.git

Changelog:

-V2:
 * set NR_CPUS in arch/arm64/Kconfig based on selected targets
 * use default defconfig instead of xgene_defconfig
 * added 'apm-' prefix to dts filenames
 * fixed #address-cells in /cpus node in dts file
 * fixed cpu node naming under /cpus node in dts file
 * fixed serial device node name in dts file

-V1: Initial post

Vinayak Kale (4):
  arm64: Add Kconfig option for APM X-Gene SOC family
  arm64: Enable APM X-Gene SOC family in the defconfig
  arm64: Add defines for APM ARMv8 implementation
  arm64: Add initial DTS for APM X-Gene Storm SOC and APM Mustang board

 arch/arm64/Kconfig                  |    7 ++
 arch/arm64/boot/dts/Makefile        |    1 +
 arch/arm64/boot/dts/apm-mustang.dts |   27 ++++++++
 arch/arm64/boot/dts/apm-storm.dtsi  |  116 +++++++++++++++++++++++++++++++++++
 arch/arm64/configs/defconfig        |    4 +
 arch/arm64/include/asm/cputype.h    |    3 +
 6 files changed, 158 insertions(+), 0 deletions(-)
 create mode 100644 arch/arm64/boot/dts/apm-mustang.dts
 create mode 100644 arch/arm64/boot/dts/apm-storm.dtsi

-- 
1.7.4.1

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

end of thread, other threads:[~2013-04-23 14:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-23 10:25 [PATCH V2 0/4] arm64: Initial patch-set for APM X-Gene SOC family Vinayak Kale
2013-04-23 10:25 ` [PATCH V2 1/4] arm64: Add Kconfig option " Vinayak Kale
2013-04-23 10:25 ` [PATCH V2 2/4] arm64: Enable APM X-Gene SOC family in the defconfig Vinayak Kale
2013-04-23 10:25 ` [PATCH V2 3/4] arm64: Add defines for APM ARMv8 implementation Vinayak Kale
2013-04-23 10:25 ` [PATCH V2 4/4] arm64: Add initial DTS for APM X-Gene Storm SOC and APM Mustang board Vinayak Kale
2013-04-23 13:05   ` Rob Herring
2013-04-23 14:43     ` Vinayak Kale
2013-04-23 13:12   ` Mark Rutland
2013-04-23 14:44     ` Vinayak Kale
2013-04-23 11:20 ` [PATCH V2 0/4] arm64: Initial patch-set for APM X-Gene SOC family Catalin Marinas

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.