mbox series

[GIT,PULL,2/2] Broadcom soc changes for 6.13

Message ID 20241028035449.734504-2-florian.fainelli@broadcom.com (mailing list archive)
State New
Headers show
Series [GIT,PULL,1/2] Broadcom defconfig changes for 6.13 | expand

Pull-request

https://github.com/Broadcom/stblinux.git tags/arm-soc/for-6.13/soc

Message

Florian Fainelli Oct. 28, 2024, 3:54 a.m. UTC
The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

  Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)

are available in the Git repository at:

  https://github.com/Broadcom/stblinux.git tags/arm-soc/for-6.13/soc

for you to fetch changes up to 4ee0bd85dd0a505ea3a1117bf4fad429c1f013ab:

  ARM: bcm: brcmstb: Drop custom init_irq callback (2024-10-08 15:02:31 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoC changes for 6.13,
please pull the following:

- Linus adds support for the debug UART on BCM6846 (BCMBCA) platform

- Florian dros the custom init_irq() callback which does the same thing
  as the standard irqchip_init()

----------------------------------------------------------------
Florian Fainelli (1):
      ARM: bcm: brcmstb: Drop custom init_irq callback

Linus Walleij (1):
      ARM: bcm: Support BCMBCA debug UART

 arch/arm/Kconfig.debug           | 12 +++++++++---
 arch/arm/mach-bcm/Makefile       |  1 +
 arch/arm/mach-bcm/board_bcmbca.c | 31 +++++++++++++++++++++++++++++++
 arch/arm/mach-bcm/brcmstb.c      |  6 ------
 4 files changed, 41 insertions(+), 9 deletions(-)
 create mode 100644 arch/arm/mach-bcm/board_bcmbca.c