mbox series

[GIT,PULL,4/4] Broadcom soc changes for 5.5

Message ID 20191023212814.30622-4-f.fainelli@gmail.com
State New
Headers show
Series [GIT,PULL,1/4] Broadcom devicetree changes for 5.5 | expand

Pull-request

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

Message

Florian Fainelli Oct. 23, 2019, 9:28 p.m. UTC
The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:

  Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 72c630020b243e2971d5e9ccdcb1ca492a537930:

  Merge tag 'tags/bcm2835-soc-next-2019-10-15' into soc/next (2019-10-16 15:15:00 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoCs machine/Kconfig
updates for 5.5, please pull the following:

- Stefan adds a machine descriptor for BCM2711 (Raspberry Pi 4) which
  sets up the appropriate DMA aperture for the Pi peripherals to work
  (1GB window at 3GB offset)

- Ben fixes a number of sparse warnings for the Kona SMC code and the
  BCM2836 SMP code

----------------------------------------------------------------
Ben Dooks (2):
      ARM: bcm: include local platsmp.h for bcm2836_smp_ops
      ARM: bcm: fix missing __iomem in bcm_kona_smc.c

Florian Fainelli (1):
      Merge tag 'tags/bcm2835-soc-next-2019-10-15' into soc/next

Stefan Wahren (1):
      ARM: bcm: Add support for BCM2711 SoC

 arch/arm/mach-bcm/Kconfig        |  4 +++-
 arch/arm/mach-bcm/Makefile       |  3 ++-
 arch/arm/mach-bcm/bcm2711.c      | 24 ++++++++++++++++++++++++
 arch/arm/mach-bcm/bcm_kona_smc.c |  2 +-
 arch/arm/mach-bcm/platsmp.c      |  2 ++
 arch/arm64/Kconfig.platforms     |  5 +++--
 6 files changed, 35 insertions(+), 5 deletions(-)
 create mode 100644 arch/arm/mach-bcm/bcm2711.c