All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] Add Cavium ARCH_THUNDER2 platform
@ 2017-02-07 21:19 ` Jayachandran C
  0 siblings, 0 replies; 32+ messages in thread
From: Jayachandran C @ 2017-02-07 21:19 UTC (permalink / raw)
  To: arm, Arnd Bergmann
  Cc: devicetree, Catalin Marinas, Will Deacon, Rob Herring,
	Jayachandran C, linux-arm-kernel

Here's another revision of the patchset, updated based on the last
discussion.

This patchset adds support for the new ThunderX2 CN99XX processor
family.

Changes are to add: the config option, the required device tree files,
the device tree bindings documentation and the defconfig entry.

Changes from v2 -> v3:
* drop thunder-99xx.dtsi which was a copy of vulcan.dtsi, include file
  instead
* Don't add cavium,thunder2 processor compat ID, not needed until vulcan.dtsi
  moves to dts/cavium/
* select ARCH_VULCAN when ARCH_THUNDER2 is selected (for now)
* dropped Ack from Rob H due to change in specific patch

Changes from v1 -> v2:
* split Kconfig.platforms changes and device tree changes
* Added MAINTAINERS entry

JC.

Jayachandran C (5):
  arm64: add THUNDER2 processor family
  MAINTAINERS: Add Cavium ThunderX2 entry
  arm64: dts: add device tree for ARCH_THUNDER2
  dt-bindings: arm64 ARCH_THUNDER2 platform documentation
  arm64: add ARCH_THUNDER2 to defconfig

 .../devicetree/bindings/arm/cavium-thunder2.txt    |  5 ++++
 MAINTAINERS                                        |  7 +++++
 arch/arm64/Kconfig.platforms                       |  8 +++++
 arch/arm64/boot/dts/cavium/Makefile                |  1 +
 arch/arm64/boot/dts/cavium/thunder-99xx.dts        | 34 ++++++++++++++++++++++
 arch/arm64/configs/defconfig                       |  1 +
 6 files changed, 56 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/cavium-thunder2.txt
 create mode 100644 arch/arm64/boot/dts/cavium/thunder-99xx.dts

-- 
2.7.4

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

end of thread, other threads:[~2017-02-11 16:05 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-07 21:19 [PATCH v3 0/5] Add Cavium ARCH_THUNDER2 platform Jayachandran C
2017-02-07 21:19 ` Jayachandran C
2017-02-07 21:19 ` [PATCH v3 1/5] arm64: add THUNDER2 processor family Jayachandran C
2017-02-07 21:19   ` Jayachandran C
2017-02-07 21:19 ` [PATCH v3 2/5] MAINTAINERS: Add Cavium ThunderX2 entry Jayachandran C
2017-02-07 21:19   ` Jayachandran C
2017-02-07 21:19 ` [PATCH v3 3/5] arm64: dts: add device tree for ARCH_THUNDER2 Jayachandran C
2017-02-07 21:19   ` Jayachandran C
     [not found] ` <1486502399-2950-1-git-send-email-jnair-M3mlKVOIwJVv6pq1l3V1OdBPR1lH4CV8@public.gmane.org>
2017-02-07 21:19   ` [PATCH v3 4/5] dt-bindings: arm64 ARCH_THUNDER2 platform documentation Jayachandran C
2017-02-07 21:19     ` Jayachandran C
     [not found]     ` <1486502399-2950-5-git-send-email-jnair-M3mlKVOIwJVv6pq1l3V1OdBPR1lH4CV8@public.gmane.org>
2017-02-07 22:35       ` Rob Herring
2017-02-07 22:35         ` Rob Herring
     [not found]         ` <CAL_Jsq+i2evzVnQKf3qYMYJVZ=ecdSQObGy8CMn7aMoxBi_PTg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-02-08  5:32           ` Jayachandran C
2017-02-08  5:32             ` Jayachandran C
2017-02-08  8:42             ` Arnd Bergmann
2017-02-08  8:42               ` Arnd Bergmann
     [not found]               ` <CAK8P3a07eo0htv_y6H_aHvAaeo5two3vQTaySuFXpG+dzYguUQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-02-09 19:05                 ` Jayachandran C
2017-02-09 19:05                   ` Jayachandran C
2017-02-09 19:12                 ` [PATCH v4 3/5] arm64: dts: add device tree for ARCH_THUNDER2 Jayachandran C
2017-02-09 19:12                   ` Jayachandran C
2017-02-09 19:13               ` [PATCH v4 4/5] dt-bindings: arm64 ARCH_THUNDER2 platform documentation Jayachandran C
2017-02-09 19:13                 ` Jayachandran C
2017-02-10 14:55                 ` Rob Herring
2017-02-10 14:55                   ` Rob Herring
     [not found]                   ` <CAL_JsqKm-c6D_fki_TsRYKH3aGoC5GE7n0DazNi7P268aj-93g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-02-10 15:07                     ` Jayachandran C
2017-02-10 15:07                       ` Jayachandran C
2017-02-10 17:32                       ` Rob Herring
2017-02-10 17:32                         ` Rob Herring
     [not found]                         ` <CAL_JsqLaLnzFzQbGVpxGRFjkjSEM7mmGMd+xJ_urwcX5Jq9L+w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-02-11 16:05                           ` Jayachandran C
2017-02-11 16:05                             ` Jayachandran C
2017-02-07 21:19 ` [PATCH v3 5/5] arm64: add ARCH_THUNDER2 to defconfig Jayachandran C
2017-02-07 21:19   ` Jayachandran C

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.