linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/7] arm64: ARMv8 RTSM model SoC support
@ 2012-12-19 17:54 Catalin Marinas
  2012-12-19 17:54 ` [PATCH v2 1/7] arm: Move sp810.h to include/linux/amba/ Catalin Marinas
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Catalin Marinas @ 2012-12-19 17:54 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

Following feedback from Arnd, I moved the vexpress clocks initialisation
in clk-vexpress.c and removed the arch/arm64/platorms directory
entirely. We still have an ARCH_VEXPRESS Kconfig entry since the related
code under drivers/ requires it but otherwise the SoC support is much
simplified.

The 2nd patch is trickier as it relies on the clocks order in the DT
(more comments in the patch log)


Catalin Marinas (6):
  arm: Move sp810.h to include/linux/amba/
  vexpress: Match the "arm,sp810" DT entry for clock initialisation
  arm64: Always select ARM_AMBA and GENERIC_GPIO
  arm64: Populate the platform devices
  arm64: Enable ARMv8 RTSM model (SoC) support
  arm64: Add simple earlyprintk support

Pawel Moll (1):
  arm64: Add dts files for the ARMv8 RTSM model

 Documentation/arm64/memory.txt                     |   2 +
 arch/arm/plat-spear/restart.c                      |   2 +-
 arch/arm64/Kconfig                                 |  16 +-
 arch/arm64/Kconfig.debug                           |   9 +
 arch/arm64/boot/dts/Makefile                       |   2 +
 arch/arm64/boot/dts/rtsm_ve-aemv8a.dts             | 154 ++++++++++++++
 arch/arm64/boot/dts/rtsm_ve-motherboard.dtsi       | 234 +++++++++++++++++++++
 arch/arm64/boot/dts/skeleton.dtsi                  |  13 ++
 arch/arm64/configs/vexpress_defconfig              |  90 ++++++++
 arch/arm64/include/asm/io.h                        |   3 +
 arch/arm64/include/asm/memory.h                    |   1 +
 arch/arm64/include/asm/mmu.h                       |   1 +
 arch/arm64/kernel/Makefile                         |   1 +
 arch/arm64/kernel/early_printk.c                   | 118 +++++++++++
 arch/arm64/kernel/head.S                           |  12 +-
 arch/arm64/kernel/setup.c                          |   8 +
 arch/arm64/mm/mmu.c                                |  42 ++++
 drivers/clk/versatile/clk-vexpress.c               |  31 +--
 drivers/net/ethernet/smsc/Kconfig                  |   4 +-
 .../asm/hardware => include/linux/amba}/sp810.h    |   0
 include/linux/vexpress.h                           |   2 +-
 21 files changed, 725 insertions(+), 20 deletions(-)
 create mode 100644 arch/arm64/boot/dts/rtsm_ve-aemv8a.dts
 create mode 100644 arch/arm64/boot/dts/rtsm_ve-motherboard.dtsi
 create mode 100644 arch/arm64/boot/dts/skeleton.dtsi
 create mode 100644 arch/arm64/configs/vexpress_defconfig
 create mode 100644 arch/arm64/kernel/early_printk.c
 rename {arch/arm/include/asm/hardware => include/linux/amba}/sp810.h (100%)

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

end of thread, other threads:[~2012-12-19 17:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-19 17:54 [PATCH v2 0/7] arm64: ARMv8 RTSM model SoC support Catalin Marinas
2012-12-19 17:54 ` [PATCH v2 1/7] arm: Move sp810.h to include/linux/amba/ Catalin Marinas
2012-12-19 17:54 ` [PATCH v2 2/7] vexpress: Match the "arm, sp810" DT entry for clock initialisation Catalin Marinas
2012-12-19 17:54 ` [PATCH v2 3/7] arm64: Always select ARM_AMBA and GENERIC_GPIO Catalin Marinas
2012-12-19 17:54 ` [PATCH v2 4/7] arm64: Populate the platform devices Catalin Marinas
2012-12-19 17:54 ` [PATCH v2 5/7] arm64: Add dts files for the ARMv8 RTSM model Catalin Marinas
2012-12-19 17:54 ` [PATCH v2 6/7] arm64: Enable ARMv8 RTSM model (SoC) support Catalin Marinas
2012-12-19 17:54 ` [PATCH v2 7/7] arm64: Add simple earlyprintk support Catalin Marinas

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).