All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] arm: bcmbca: move bcm68360 support under CONFIG_ARCH_BCMBCA
@ 2022-08-15 18:55 William Zhang
  2022-08-15 18:55 ` [PATCH v2 1/3] arm: bcmbca: add bcm6856 SoC " William Zhang
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: William Zhang @ 2022-08-15 18:55 UTC (permalink / raw)
  To: U-Boot Mailing List
  Cc: anand.gore, rafal, f.fainelli, kursad.oney, dan.beygelman,
	joel.peshkin, philippe.reynes, William Zhang, Andre Przywara,
	Christian Hewitt, Fabio Estevam, Rayagonda Kokatanur, Rick Chen,
	Samuel Holland, Sean Anderson, Simon Glass, Tom Rini,
	Tomer Yacoby, Ying-Chun Liu (PaulLiu)

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

BCM68360 is a variant for the main PON chip BCM6856 which is
part of the Broadcom BCA (Broadband Carrier Access origin) chipset
family. BCM68360 was originally added by Philippe before Broadcom
started to upstream the support for BCMBCA SoCs. The ARM based Broadband
SoC family is now supported under the unified ARCH_BCMBCA config. This
patch series migrate the BCM68360 support under the config of
ARCH_BCMBCA and BCM6856.

This patch series need to apply on top of my previous patch series [1].

[1] https://lists.denx.de/pipermail/u-boot/2022-August/491581.html

Changes in v2:
- Bring Philippe Reynes copyright tag from 68360 dts to 6856 dts

William Zhang (3):
  arm: bcmbca: add bcm6856 SoC support under CONFIG_ARCH_BCMBCA
  arm: bcmbca: remove bcm68360 support under CONFIG_ARCH_BCM68360
  arm: bcmbca: make bcm68360 driver depending on CONFIG_BCM6856

 MAINTAINERS                              |   1 +
 arch/arm/Kconfig                         |   7 -
 arch/arm/dts/Makefile                    |   6 +-
 arch/arm/dts/bcm68360.dtsi               | 217 -------------------
 arch/arm/dts/bcm6856.dtsi                | 253 +++++++++++++++++++++++
 arch/arm/dts/bcm968360bg.dts             |   6 +-
 arch/arm/dts/bcm96856.dts                |  30 +++
 arch/arm/mach-bcmbca/Kconfig             |   8 +
 arch/arm/mach-bcmbca/Makefile            |   1 +
 arch/arm/mach-bcmbca/bcm6856/Kconfig     |  17 ++
 arch/arm/mach-bcmbca/bcm6856/Makefile    |   5 +
 arch/arm/mach-bcmbca/bcm6856/mmu_table.c |  32 +++
 board/broadcom/bcm968360bg/Kconfig       |  17 --
 board/broadcom/bcm968360bg/MAINTAINERS   |   6 -
 board/broadcom/bcm968360bg/Makefile      |   3 -
 board/broadcom/bcm968360bg/bcm968360bg.c |  62 ------
 board/broadcom/bcmbca/Kconfig            |   7 +
 configs/bcm968360bg_ram_defconfig        |  10 +-
 configs/bcm96856_defconfig               |  23 +++
 drivers/gpio/Kconfig                     |   2 +-
 drivers/led/Kconfig                      |   2 +-
 drivers/mtd/nand/raw/Kconfig             |   2 +-
 drivers/spi/Kconfig                      |   2 +-
 drivers/watchdog/Kconfig                 |   2 +-
 include/configs/bcm96856.h               |  15 ++
 include/configs/broadcom_bcm968360bg.h   |  32 ---
 26 files changed, 408 insertions(+), 360 deletions(-)
 delete mode 100644 arch/arm/dts/bcm68360.dtsi
 create mode 100644 arch/arm/dts/bcm6856.dtsi
 create mode 100644 arch/arm/dts/bcm96856.dts
 create mode 100644 arch/arm/mach-bcmbca/bcm6856/Kconfig
 create mode 100644 arch/arm/mach-bcmbca/bcm6856/Makefile
 create mode 100644 arch/arm/mach-bcmbca/bcm6856/mmu_table.c
 delete mode 100644 board/broadcom/bcm968360bg/Kconfig
 delete mode 100644 board/broadcom/bcm968360bg/MAINTAINERS
 delete mode 100644 board/broadcom/bcm968360bg/Makefile
 delete mode 100644 board/broadcom/bcm968360bg/bcm968360bg.c
 create mode 100644 configs/bcm96856_defconfig
 create mode 100644 include/configs/bcm96856.h
 delete mode 100644 include/configs/broadcom_bcm968360bg.h

-- 
2.37.1


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

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

end of thread, other threads:[~2022-08-24 12:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-15 18:55 [PATCH v2 0/3] arm: bcmbca: move bcm68360 support under CONFIG_ARCH_BCMBCA William Zhang
2022-08-15 18:55 ` [PATCH v2 1/3] arm: bcmbca: add bcm6856 SoC " William Zhang
2022-08-24 12:23   ` Philippe REYNES
2022-08-15 18:55 ` [PATCH v2 2/3] arm: bcmbca: remove bcm68360 support under CONFIG_ARCH_BCM68360 William Zhang
2022-08-24 12:24   ` Philippe REYNES
2022-08-15 18:55 ` [PATCH v2 3/3] arm: bcmbca: make bcm68360 driver depending on CONFIG_BCM6856 William Zhang
2022-08-24 12:24   ` Philippe REYNES

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.