All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] arm: bcmbca: introduce the bcmbca architecture and 47622 SOC
@ 2022-04-13 19:26 ` William Zhang
  0 siblings, 0 replies; 32+ messages in thread
From: William Zhang @ 2022-04-13 19:26 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Broadcom Kernel List, Kursad Oney, Joel Peshkin, Anand Gore,
	Dan Beygelman, Florian Fainelli, William Zhang, Arnd Bergmann,
	Dmitry Osipenko, Florian Fainelli, Joel Stanley,
	Krzysztof Kozlowski, Olof Johansson, Ray Jui, Rob Herring,
	Russell King, Scott Branden, Stephan Gerhold, Thierry Reding,
	devicetree, linux-kernel, soc

[-- Attachment #1: Type: text/plain, Size: 1474 bytes --]


This change introduces Broadcom's ARCH_BCMBCA architecture for
armv7 and armv8 based Broadband SoCs. We expect to send additional
patches for each SoC in the near future.

The first SoC supported in this arch is Broadcom's ARM A7 based 47622
SOC. The initial support includes a bare-bone dts for quad core ARM A7
with a ARM PL011 uart. Linux kernel image can be built with
multi_v7_defconfig.

Changes for V2:
* Update compatible string and node name in the 47622.dtsi
* Change Broadcom internal list from maintainer to reviewer in
MAINTAINERS


William Zhang (5):
  dt-bindings: arm: add bcmbca device tree binding document
  arm: bcmbca: add arch bcmbca machine entry
  ARM: dts: add dts files for bcmbca soc 47622
  MAINTAINERS: update MAINTAINERS file
  ARM: multi_v7_defconfig: enable CONFIG_ARCH_BCMBCA in armv7 defconfig

 .../bindings/arm/bcm/brcm,bcmbca.yaml         |  33 +++++
 MAINTAINERS                                   |  14 ++
 arch/arm/boot/dts/Makefile                    |   2 +
 arch/arm/boot/dts/bcm47622.dtsi               | 126 ++++++++++++++++++
 arch/arm/boot/dts/bcm947622.dts               |  30 +++++
 arch/arm/configs/multi_v7_defconfig           |   1 +
 arch/arm/mach-bcm/Kconfig                     |  12 ++
 7 files changed, 218 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml
 create mode 100644 arch/arm/boot/dts/bcm47622.dtsi
 create mode 100644 arch/arm/boot/dts/bcm947622.dts

-- 
2.17.1


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4212 bytes --]

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

end of thread, other threads:[~2022-04-22 22:27 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-13 19:26 [PATCH v2 0/5] arm: bcmbca: introduce the bcmbca architecture and 47622 SOC William Zhang
2022-04-13 19:26 ` William Zhang
2022-04-13 19:26 ` [PATCH v2 1/5] dt-bindings: arm: add bcmbca device tree binding document William Zhang
2022-04-13 19:26   ` William Zhang
2022-04-14  7:29   ` Krzysztof Kozlowski
2022-04-14  7:29     ` Krzysztof Kozlowski
2022-04-14 17:38     ` William Zhang
2022-04-14 17:38       ` William Zhang
2022-04-17 18:13       ` Krzysztof Kozlowski
2022-04-17 18:13         ` Krzysztof Kozlowski
2022-04-19 19:29         ` William Zhang
2022-04-19 19:29           ` William Zhang
2022-04-17 18:14   ` Krzysztof Kozlowski
2022-04-17 18:14     ` Krzysztof Kozlowski
2022-04-22 21:17   ` Florian Fainelli
2022-04-22 21:17     ` Florian Fainelli
2022-04-13 19:26 ` [PATCH v2 2/5] arm: bcmbca: add arch bcmbca machine entry William Zhang
2022-04-13 19:26   ` William Zhang
2022-04-22 21:18   ` Florian Fainelli
2022-04-22 21:18     ` Florian Fainelli
2022-04-13 19:26 ` [PATCH v2 3/5] ARM: dts: add dts files for bcmbca soc 47622 William Zhang
2022-04-13 19:26   ` William Zhang
2022-04-22 21:18   ` Florian Fainelli
2022-04-22 21:18     ` Florian Fainelli
2022-04-13 19:26 ` [PATCH v2 4/5] MAINTAINERS: update MAINTAINERS file William Zhang
2022-04-13 19:26   ` William Zhang
2022-04-22 21:23   ` Florian Fainelli
2022-04-22 21:23     ` Florian Fainelli
2022-04-13 19:26 ` [PATCH v2 5/5] ARM: multi_v7_defconfig: enable CONFIG_ARCH_BCMBCA in armv7 defconfig William Zhang
2022-04-13 19:26   ` William Zhang
2022-04-22 21:20   ` Florian Fainelli
2022-04-22 21:20     ` Florian Fainelli

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.