All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] arm: bcmbca: Move BCM63138 SoC support under ARCH_BCMBCA
@ 2022-07-05 17:26 ` William Zhang
  0 siblings, 0 replies; 33+ messages in thread
From: William Zhang @ 2022-07-05 17:26 UTC (permalink / raw)
  To: Linux ARM List
  Cc: joel.peshkin, kursad.oney, f.fainelli, anand.gore,
	Broadcom Kernel List, philippe.reynes, dan.beygelman,
	William Zhang, Al Cooper, Andre Przywara, Andy Shevchenko,
	Ard Biesheuvel, Arnd Bergmann, Cai Huoqing, Conor Dooley,
	Damien Le Moal, Dmitry Osipenko, Eugen Hristev,
	Geert Uytterhoeven, Greg Kroah-Hartman, Herbert Xu, Jan Dabros,
	Jarkko Nikula, Jie Deng, Jiri Slaby, Joel Stanley,
	Kavyasree Kotagiri, Kishon Vijay Abraham I, Krzysztof Kozlowski,
	Krzysztof Kozlowski, Lukas Bulwahn, Mark Brown, Matt Mackall,
	Michael Turquette, Michael Walle, Nathan Chancellor,
	Nicolas Ferre, Olof Johansson, Rafał Miłecki, Ray Jui,
	Rob Herring, Rob Herring, Russell King, Sam Protsenko,
	Scott Branden, Stephan Gerhold, Stephen Boyd, Sunil Goutham,
	Sven Peter, Thierry Reding, Thomas Bogendoerfer, Tyrone Ting,
	Vinod Koul, Wolfram Sang, devicetree, linux-clk, linux-crypto,
	linux-i2c, linux-ide, linux-kernel, linux-phy, linux-serial,
	linux-spi, soc

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

Now that Broadcom Broadband arch ARCH_BCMBCA is in the kernel, this change
migrates the existing broadband chip BCM63138 support to ARCH_BCMBCA. It also
delete the old ARCH_BCM_63XX config as no other chip uses it.

Verified on BCM963138REF board with ramdisk boot.


William Zhang (9):
  dt-bindings: arm: add BCM63138 SoC
  ARM: dts: Move BCM963138DVT board dts to ARCH_BCMBCA
  ARM: dts: update dts files for bcmbca SoC BCM63138
  ARM: dts: Add BCM63138 generic board dts
  arm: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
  arm: bcmbca: Move BCM63138 ARCH_BCM_63XX config to ARCH_BCMBCA
  arm: bcmbca: Add BCMBCA sub platforms
  MAINTAINERS: Move BCM63138 to bcmbca arch entry
  ARM: multi_v7_defconfig: Update configs for BCM63138

 .../bindings/arm/bcm/brcm,bcmbca.yaml         |  8 +++
 MAINTAINERS                                   | 10 +--
 arch/arm/Kconfig.debug                        |  2 +-
 arch/arm/boot/dts/Makefile                    |  4 +-
 arch/arm/boot/dts/bcm63138.dtsi               | 18 +++---
 arch/arm/boot/dts/bcm963138.dts               | 26 ++++++++
 arch/arm/boot/dts/bcm963138dvt.dts            |  8 +--
 arch/arm/configs/multi_v7_defconfig           |  4 +-
 arch/arm/mach-bcm/Kconfig                     | 61 +++++++++++++------
 arch/arm/mach-bcm/Makefile                    |  7 +--
 arch/arm/mach-bcm/bcm63xx.c                   | 17 ------
 drivers/ata/Kconfig                           |  2 +-
 drivers/char/hw_random/Kconfig                |  2 +-
 drivers/clk/bcm/Kconfig                       |  4 +-
 drivers/i2c/busses/Kconfig                    |  2 +-
 drivers/phy/broadcom/Kconfig                  |  2 +-
 drivers/spi/Kconfig                           |  2 +-
 drivers/tty/serial/Kconfig                    |  4 +-
 18 files changed, 108 insertions(+), 75 deletions(-)
 create mode 100644 arch/arm/boot/dts/bcm963138.dts
 delete mode 100644 arch/arm/mach-bcm/bcm63xx.c

-- 
2.34.1


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

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

end of thread, other threads:[~2022-07-06 22:09 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-05 17:26 [PATCH 0/9] arm: bcmbca: Move BCM63138 SoC support under ARCH_BCMBCA William Zhang
2022-07-05 17:26 ` William Zhang
2022-07-05 17:26 ` William Zhang
2022-07-05 17:26 ` [PATCH 1/9] dt-bindings: arm: add BCM63138 SoC William Zhang
2022-07-05 17:26   ` William Zhang
2022-07-06  7:53   ` Krzysztof Kozlowski
2022-07-06  7:53     ` Krzysztof Kozlowski
2022-07-05 17:26 ` [PATCH 2/9] ARM: dts: Move BCM963138DVT board dts to ARCH_BCMBCA William Zhang
2022-07-05 17:26   ` William Zhang
2022-07-05 17:26 ` [PATCH 3/9] ARM: dts: update dts files for bcmbca SoC BCM63138 William Zhang
2022-07-05 17:26   ` William Zhang
2022-07-06  7:54   ` Krzysztof Kozlowski
2022-07-06  7:54     ` Krzysztof Kozlowski
2022-07-06 22:07     ` William Zhang
2022-07-06 22:07       ` William Zhang
2022-07-05 17:26 ` [PATCH 4/9] ARM: dts: Add BCM63138 generic board dts William Zhang
2022-07-05 17:26   ` William Zhang
2022-07-05 17:26 ` [PATCH 5/9] arm: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA William Zhang
2022-07-05 17:26   ` William Zhang
2022-07-05 19:10   ` Wolfram Sang
2022-07-05 19:10     ` Wolfram Sang
2022-07-06  3:45   ` Damien Le Moal
2022-07-06  3:45     ` Damien Le Moal
2022-07-06 16:52   ` Vinod Koul
2022-07-06 16:52     ` Vinod Koul
2022-07-05 17:26 ` [PATCH 6/9] arm: bcmbca: Move BCM63138 ARCH_BCM_63XX config to ARCH_BCMBCA William Zhang
2022-07-05 17:26   ` William Zhang
2022-07-05 17:26 ` [PATCH 7/9] arm: bcmbca: Add BCMBCA sub platforms William Zhang
2022-07-05 17:26   ` William Zhang
2022-07-05 17:26 ` [PATCH 8/9] MAINTAINERS: Move BCM63138 to bcmbca arch entry William Zhang
2022-07-05 17:26   ` William Zhang
2022-07-05 17:26 ` [PATCH 9/9] ARM: multi_v7_defconfig: Update configs for BCM63138 William Zhang
2022-07-05 17:26   ` William Zhang

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.