All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/4] Broadcom devicetree changes for 5.5
@ 2019-10-23 21:28 Florian Fainelli
  2019-10-23 21:28 ` [GIT PULL 2/4] Broadcom drivers " Florian Fainelli
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Florian Fainelli @ 2019-10-23 21:28 UTC (permalink / raw)
  To: soc
  Cc: Rob Herring, Florian Fainelli, arnd, khilman, Eric Anholt,
	Chris Packham, bcm-kernel-feedback-list, Dan Haab, olof,
	linux-arm-kernel, Stefan Wahren

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/devicetree

for you to fetch changes up to 4c365e231bd1d3bbe2bdbc2a0c4e413ffb365b20:

  ARM: dts: bcm: HR2: add label to sp805 watchdog (2019-10-23 10:42:23 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoCs Device Tree updates
for 5.5, please pull the following:

- Stefan paves the way for supporting the Raspberry Pi 4 and gets rid of
  a bunch of dtc checker warnings by removing incorrect
  nodes/properties, moving BCM2835/6/7 specific nodes into the
  appropriate DTS, converts Raspberry Pi boards to JSON schema, and
  finally adds minimal Raspberry Pi 4 model B support

- Dan adds support for the Luxul XWC-2000 router based on the BCM47094 SoC

- Chris adds a proper label to the Hurricane 2 watchdog controller node

----------------------------------------------------------------
Chris Packham (1):
      ARM: dts: bcm: HR2: add label to sp805 watchdog

Dan Haab (1):
      ARM: dts: BCM5301X: Add DT for Luxul XWC-2000

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

Stefan Wahren (7):
      ARM: dts: bcm283x: Remove simple-bus from fixed clocks
      ARM: dts: bcm283x: Remove brcm,bcm2835-pl011 compatible
      ARM: dts: bcm283x: Move BCM2835/6/7 specific to bcm2835-common.dtsi
      dt-bindings: arm: Convert BCM2835 board/soc bindings to json-schema
      dt-bindings: arm: bcm2835: Add Raspberry Pi 4 to DT schema
      ARM: dts: Add minimal Raspberry Pi 4 support
      arm64: dts: broadcom: Add reference to RPi 4 B

 .../devicetree/bindings/arm/bcm/bcm2835.yaml       |  54 ++
 .../devicetree/bindings/arm/bcm/brcm,bcm2835.txt   |  67 --
 arch/arm/boot/dts/Makefile                         |   2 +
 arch/arm/boot/dts/bcm-hr2.dtsi                     |   2 +-
 arch/arm/boot/dts/bcm2711-rpi-4-b.dts              | 123 +++
 arch/arm/boot/dts/bcm2711.dtsi                     | 844 +++++++++++++++++++++
 arch/arm/boot/dts/bcm2835-common.dtsi              | 194 +++++
 arch/arm/boot/dts/bcm2835-rpi.dtsi                 |   4 -
 arch/arm/boot/dts/bcm2835.dtsi                     |   1 +
 arch/arm/boot/dts/bcm2836.dtsi                     |   1 +
 arch/arm/boot/dts/bcm2837.dtsi                     |   1 +
 arch/arm/boot/dts/bcm283x-rpi-usb-peripheral.dtsi  |   7 +
 arch/arm/boot/dts/bcm283x.dtsi                     | 190 +----
 arch/arm/boot/dts/bcm47094-luxul-xwc-2000.dts      |  53 ++
 arch/arm64/boot/dts/broadcom/Makefile              |   3 +-
 arch/arm64/boot/dts/broadcom/bcm2711-rpi-4-b.dts   |   2 +
 16 files changed, 1291 insertions(+), 257 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/arm/bcm/bcm2835.yaml
 delete mode 100644 Documentation/devicetree/bindings/arm/bcm/brcm,bcm2835.txt
 create mode 100644 arch/arm/boot/dts/bcm2711-rpi-4-b.dts
 create mode 100644 arch/arm/boot/dts/bcm2711.dtsi
 create mode 100644 arch/arm/boot/dts/bcm2835-common.dtsi
 create mode 100644 arch/arm/boot/dts/bcm283x-rpi-usb-peripheral.dtsi
 create mode 100644 arch/arm/boot/dts/bcm47094-luxul-xwc-2000.dts
 create mode 100644 arch/arm64/boot/dts/broadcom/bcm2711-rpi-4-b.dts

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL 2/4] Broadcom drivers changes for 5.5
  2019-10-23 21:28 [GIT PULL 1/4] Broadcom devicetree changes for 5.5 Florian Fainelli
@ 2019-10-23 21:28 ` Florian Fainelli
  2019-10-23 21:28 ` [GIT PULL 3/4] Broadcom maintainers " Florian Fainelli
  2019-10-23 21:28 ` [GIT PULL 4/4] Broadcom soc " Florian Fainelli
  2 siblings, 0 replies; 5+ messages in thread
From: Florian Fainelli @ 2019-10-23 21:28 UTC (permalink / raw)
  To: soc
  Cc: Florian Fainelli, arnd, khilman, bcm-kernel-feedback-list,
	Markus Mayer, olof, linux-arm-kernel

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/drivers

for you to fetch changes up to b61d3e87b6ab6f5da1ab1f825d1c75abbbebc578:

  memory: brcmstb: dpfe: Fixup API version/commands for 7211 (2019-10-18 12:11:59 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM/ARM64/MIPS based SoCs drivers
updates for 5.5, please pull the following:

- Markus updates the DPFE driver so as to support deferring the firmware
  loading process until the first sysfs attribute is accessed, in the
  process he does a bunch of cleanups and minor fixes

- Florian adds support for the DPFE on 7211 which uses a "new style" API
  v2 and makes necessary changes along the way

----------------------------------------------------------------
Florian Fainelli (2):
      memory: brcmstb: dpfe: Compute checksum at __send_command() time
      memory: brcmstb: dpfe: Fixup API version/commands for 7211

Markus Mayer (6):
      memory: brcmstb: dpfe: rename struct private_data
      memory: brcmstb: dpfe: initialize priv->dev
      memory: brcmstb: dpfe: add locking around DCPU enable/disable
      memory: brcmstb: dpfe: move init_data into brcmstb_dpfe_download_firmware()
      memory: brcmstb: dpfe: pass *priv as argument to brcmstb_dpfe_download_firmware()
      memory: brcmstb: dpfe: support for deferred firmware download

 drivers/memory/brcmstb_dpfe.c | 164 ++++++++++++++++++++++++++----------------
 1 file changed, 101 insertions(+), 63 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL 3/4] Broadcom maintainers changes for 5.5
  2019-10-23 21:28 [GIT PULL 1/4] Broadcom devicetree changes for 5.5 Florian Fainelli
  2019-10-23 21:28 ` [GIT PULL 2/4] Broadcom drivers " Florian Fainelli
@ 2019-10-23 21:28 ` Florian Fainelli
  2019-10-24  3:04   ` Olof Johansson
  2019-10-23 21:28 ` [GIT PULL 4/4] Broadcom soc " Florian Fainelli
  2 siblings, 1 reply; 5+ messages in thread
From: Florian Fainelli @ 2019-10-23 21:28 UTC (permalink / raw)
  To: soc
  Cc: Florian Fainelli, arnd, khilman, Eric Anholt,
	bcm-kernel-feedback-list, Stefan Wahren, olof, Brian Norris,
	Simon Arlott, linux-arm-kernel

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/maintainers

for you to fetch changes up to 0d660ffbca1a5f16f6db8f6ccbea5c207ec7e361:

  MAINTAINERS: Remove Gregory and Brian for ARCH_BRCMSTB (2019-10-23 12:02:05 -0700)

----------------------------------------------------------------
This pull request contains MAINTAINERS file updates for Broadcom SoCs
for the 5.5 kernel, please pull the following:

- Simon adds a .mailmap alias for his old email

- Stefan updates the existing BCM2835 with BCM2711 which is the chip
  name for the Raspberry Pi 4

- Florian removes Gregory and Brian from the MAINTAINERS file for
  BRCMSTB SoCs

----------------------------------------------------------------
Florian Fainelli (2):
      Merge tag 'tags/bcm2835-maintainers-next-2019-10-15' into maintainers/next
      MAINTAINERS: Remove Gregory and Brian for ARCH_BRCMSTB

Simon Arlott (1):
      mailmap: Add Simon Arlott (replacement for expired email address)

Stefan Wahren (1):
      MAINTAINERS: Add BCM2711 to BCM2835 ARCH

 .mailmap    | 1 +
 MAINTAINERS | 5 ++---
 2 files changed, 3 insertions(+), 3 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL 4/4] Broadcom soc changes for 5.5
  2019-10-23 21:28 [GIT PULL 1/4] Broadcom devicetree changes for 5.5 Florian Fainelli
  2019-10-23 21:28 ` [GIT PULL 2/4] Broadcom drivers " Florian Fainelli
  2019-10-23 21:28 ` [GIT PULL 3/4] Broadcom maintainers " Florian Fainelli
@ 2019-10-23 21:28 ` Florian Fainelli
  2 siblings, 0 replies; 5+ messages in thread
From: Florian Fainelli @ 2019-10-23 21:28 UTC (permalink / raw)
  To: soc
  Cc: Florian Fainelli, arnd, Scott Branden, khilman, Eric Anholt,
	Ben Dooks, bcm-kernel-feedback-list, Stefan Wahren, olof,
	linux-arm-kernel

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL 3/4] Broadcom maintainers changes for 5.5
  2019-10-23 21:28 ` [GIT PULL 3/4] Broadcom maintainers " Florian Fainelli
@ 2019-10-24  3:04   ` Olof Johansson
  0 siblings, 0 replies; 5+ messages in thread
From: Olof Johansson @ 2019-10-24  3:04 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: arnd, khilman, Eric Anholt, soc, bcm-kernel-feedback-list,
	Stefan Wahren, Brian Norris, Simon Arlott, linux-arm-kernel

On Wed, Oct 23, 2019 at 02:28:12PM -0700, Florian Fainelli wrote:
> 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/maintainers
> 
> for you to fetch changes up to 0d660ffbca1a5f16f6db8f6ccbea5c207ec7e361:
> 
>   MAINTAINERS: Remove Gregory and Brian for ARCH_BRCMSTB (2019-10-23 12:02:05 -0700)
> 
> ----------------------------------------------------------------
> This pull request contains MAINTAINERS file updates for Broadcom SoCs
> for the 5.5 kernel, please pull the following:
> 
> - Simon adds a .mailmap alias for his old email
> 
> - Stefan updates the existing BCM2835 with BCM2711 which is the chip
>   name for the Raspberry Pi 4
> 
> - Florian removes Gregory and Brian from the MAINTAINERS file for
>   BRCMSTB SoCs

I've seen some maintainers moving entries into CREDITS when they retire from
maintainership. It's actually a sort of nice way to do it, IMHO -- recognizing
historical contributions and all that.

(Feel free to follow up with that separately, I've merged this branch into
fixes for now)


-Olof

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2019-10-24  3:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-23 21:28 [GIT PULL 1/4] Broadcom devicetree changes for 5.5 Florian Fainelli
2019-10-23 21:28 ` [GIT PULL 2/4] Broadcom drivers " Florian Fainelli
2019-10-23 21:28 ` [GIT PULL 3/4] Broadcom maintainers " Florian Fainelli
2019-10-24  3:04   ` Olof Johansson
2019-10-23 21:28 ` [GIT PULL 4/4] Broadcom soc " 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.