linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/5] Broadcom devicetree changes for 5.10
@ 2020-09-12  3:21 Florian Fainelli
  2020-09-12  3:21 ` [GIT PULL 2/5] Broadcom devicetree-arm64 " Florian Fainelli
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Florian Fainelli @ 2020-09-12  3:21 UTC (permalink / raw)
  To: soc
  Cc: Stefan Wahren, Florian Fainelli, Chanwoo Choi, arnd,
	Christian Lamparter, Andre Przywara, Dave Stevenson,
	Scott Branden, Adrian Schmutzler, Ray Jui, Maxime Ripard, olof,
	bcm-kernel-feedback-list, khilman, Hoegeun Kwon,
	Nicolas Saenz Julienne, linux-arm-kernel

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 1a4a752ee876b7c7d775d73c51decdbf852ba4d5:

  Merge tag 'tags/bcm2835-dt-next-2020-09-08' into devicetree/next (2020-09-10 13:35:55 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoCs changes for 5.10,
please pull the following:

- Christian adds support for the Cisco Meraki MR32 which is based on the
  BCM53016 SoC, this requires specifying the PWM, second UART and third
  PCIe controller in Device Tree before finally adding support for the
  board.

- Adrian updates the status properties from "ok" to "okay".

- Andre fixes the SP805 watchdog nodes to have the correct clock names
  and binding for both the Cygnus and Northstar Plus (NSP). He does the
  same thing with the SP804 timer node which was missing an
  "arm,primecell" compatible string.

- Maxime enables the BCM2711 (Raspberry Pi 4) display pipeline since all
  DRM changes are ready.

----------------------------------------------------------------
Adrian Schmutzler (1):
      ARM: dts: NSP: replace status value "ok" by "okay"

Andre Przywara (3):
      ARM: dts: Cygnus: Fix SP805 clocks
      ARM: dts: NSP: Fix SP805 clock-names
      ARM: dts: broadcom: Fix SP804 node

Christian Lamparter (5):
      dt-bindings: ARM: add bindings for the Meraki MR32
      ARM: dts: BCM5301X: Specify PWM in the DT
      ARM: dts: BCM5301X: Specify uart2 in the DT
      ARM: dts: BCM5301X: Specify pcie2 in the DT
      ARM: BCM5301X: Add DT for Meraki MR32

Florian Fainelli (1):
      Merge tag 'tags/bcm2835-dt-next-2020-09-08' into devicetree/next

Maxime Ripard (1):
      ARM: dts: bcm2711: Enable the display pipeline

 .../devicetree/bindings/arm/bcm/brcm,bcm4708.yaml  |   2 +
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/bcm-cygnus.dtsi                  |   4 +-
 arch/arm/boot/dts/bcm-nsp.dtsi                     |   6 +-
 arch/arm/boot/dts/bcm2711-rpi-4-b.dts              |  48 +++++
 arch/arm/boot/dts/bcm2711.dtsi                     | 122 ++++++++++++-
 arch/arm/boot/dts/bcm53016-meraki-mr32.dts         | 197 +++++++++++++++++++++
 arch/arm/boot/dts/bcm5301x.dtsi                    |  25 ++-
 arch/arm/boot/dts/bcm958525xmc.dts                 |   2 +-
 arch/arm/boot/dts/bcm958625k.dts                   |   2 +-
 10 files changed, 399 insertions(+), 10 deletions(-)
 create mode 100644 arch/arm/boot/dts/bcm53016-meraki-mr32.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/5] Broadcom devicetree-arm64 changes for 5.10
  2020-09-12  3:21 [GIT PULL 1/5] Broadcom devicetree changes for 5.10 Florian Fainelli
@ 2020-09-12  3:21 ` Florian Fainelli
  2020-09-12  3:21 ` [GIT PULL 3/5] Broadcom drivers " Florian Fainelli
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Florian Fainelli @ 2020-09-12  3:21 UTC (permalink / raw)
  To: soc
  Cc: Florian Fainelli, arnd, khilman, Andre Przywara,
	Adrian Schmutzler, Ray Jui, olof, bcm-kernel-feedback-list,
	linux-arm-kernel

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

  https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.10/devicetree-arm64

for you to fetch changes up to 6534dfbbfab3dee8eb903df9b68556405ab3fa36:

  arm64: dts: broadcom: Fix SP805 clock-names (2020-08-30 20:57:07 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM64-based SoCs changes for 5.10,
please pull the following:

- Adrian changes the status properties from "ok" to "okay"

- Andre fixes the SP805 watchdog nodes to have the correct clock names
  and binding for the Northstar 2 platform

----------------------------------------------------------------
Adrian Schmutzler (1):
      arm64: dts: broadcom: replace status value "ok" by "okay"

Andre Przywara (1):
      arm64: dts: broadcom: Fix SP805 clock-names

 arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi          | 2 +-
 arch/arm64/boot/dts/broadcom/stingray/bcm958742-base.dtsi | 2 +-
 arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi       | 2 +-
 3 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 3/5] Broadcom drivers changes for 5.10
  2020-09-12  3:21 [GIT PULL 1/5] Broadcom devicetree changes for 5.10 Florian Fainelli
  2020-09-12  3:21 ` [GIT PULL 2/5] Broadcom devicetree-arm64 " Florian Fainelli
@ 2020-09-12  3:21 ` Florian Fainelli
  2020-09-12  3:21 ` [GIT PULL 4/5] Broadcom maintainers " Florian Fainelli
  2020-09-12  3:21 ` [GIT PULL 5/5] Broadcom soc " Florian Fainelli
  3 siblings, 0 replies; 5+ messages in thread
From: Florian Fainelli @ 2020-09-12  3:21 UTC (permalink / raw)
  To: soc
  Cc: Rob Herring, Florian Fainelli, arnd, khilman,
	Álvaro Fernández Rojas, bcm-kernel-feedback-list, olof,
	Thomas Bogendoerfer, linux-arm-kernel

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

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

for you to fetch changes up to fb8a0b80c4bb4d474218d515cca0ec9b9028c6b4:

  bus: brcmstb_gisb: Add support for breakpoint interrupts (2020-09-06 20:10:44 -0700)

----------------------------------------------------------------
This pull request contains Broadcom SoCs drivers changes for 5.10,
please pull the following:

- Alvaro adds support for the BCM63xx (DSL) SoCs power domain controller
  and adds support for the 6318, 6328, 6362, 63268.

- Florian adds support for tuning the Bus Interface Unit on 72164 and
  72165, enables the Brahma-B53 and Cortex-A72 read-ahead cache for the
  64-bit capable ARCH_BRCMSTB platforms, and finally updates the GISB
  driver to support breakpoint notifications.

----------------------------------------------------------------
Florian Fainelli (8):
      bus: brcmstb_gisb: Shorten prints
      soc: bcm: brcmstb: biuctrl: Enable Read-ahead cache
      soc: bcm: brcmstb: biuctrl: Tune MCP settings for 72164
      soc: bcm: brcmstb: biuctrl: Tune MCP settings for 72165
      soc: bcm: brcmstb: biuctrl: Change RAC prefetch distance from +/-1 to +/- 2
      soc: bcm: brcmstb: biuctrl: Change RAC data line prefetching after 4 consecutive lines
      dt-bindings: bus: Document breakpoint interrupt for gisb-arb
      bus: brcmstb_gisb: Add support for breakpoint interrupts

Álvaro Fernández Rojas (9):
      dt-bindings: soc: brcm: add BCM63xx power domain binding
      MIPS: BMIPS: add BCM6328 power domain definitions
      MIPS: BMIPS: add BCM6362 power domain definitions
      MIPS: BMIPS: add BCM63268 power domain definitions
      MIPS: BMIPS: add BCM6318 power domain definitions
      soc: bcm: add BCM63xx power domain driver
      MIPS: BMIPS: dts: add BCM6328 power domain support
      MIPS: BMIPS: dts: add BCM6362 power domain support
      MIPS: BMIPS: dts: add BCM63268 power domain support

 .../devicetree/bindings/bus/brcm,gisb-arb.txt      |   3 +-
 .../bindings/power/brcm,bcm63xx-power.yaml         |  44 +++
 MAINTAINERS                                        |   1 +
 arch/mips/boot/dts/brcm/bcm63268.dtsi              |   6 +
 arch/mips/boot/dts/brcm/bcm6328.dtsi               |   6 +
 arch/mips/boot/dts/brcm/bcm6362.dtsi               |   6 +
 drivers/bus/brcmstb_gisb.c                         | 100 +++++-
 drivers/soc/bcm/Kconfig                            |  10 +
 drivers/soc/bcm/Makefile                           |   1 +
 drivers/soc/bcm/bcm63xx/Kconfig                    |  12 +
 drivers/soc/bcm/bcm63xx/Makefile                   |   2 +
 drivers/soc/bcm/bcm63xx/bcm63xx-power.c            | 378 +++++++++++++++++++++
 drivers/soc/bcm/brcmstb/biuctrl.c                  | 105 +++++-
 include/dt-bindings/soc/bcm6318-pm.h               |  17 +
 include/dt-bindings/soc/bcm63268-pm.h              |  21 ++
 include/dt-bindings/soc/bcm6328-pm.h               |  17 +
 include/dt-bindings/soc/bcm6362-pm.h               |  21 ++
 17 files changed, 736 insertions(+), 14 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/power/brcm,bcm63xx-power.yaml
 create mode 100644 drivers/soc/bcm/bcm63xx/Kconfig
 create mode 100644 drivers/soc/bcm/bcm63xx/Makefile
 create mode 100644 drivers/soc/bcm/bcm63xx/bcm63xx-power.c
 create mode 100644 include/dt-bindings/soc/bcm6318-pm.h
 create mode 100644 include/dt-bindings/soc/bcm63268-pm.h
 create mode 100644 include/dt-bindings/soc/bcm6328-pm.h
 create mode 100644 include/dt-bindings/soc/bcm6362-pm.h

_______________________________________________
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/5] Broadcom maintainers changes for 5.10
  2020-09-12  3:21 [GIT PULL 1/5] Broadcom devicetree changes for 5.10 Florian Fainelli
  2020-09-12  3:21 ` [GIT PULL 2/5] Broadcom devicetree-arm64 " Florian Fainelli
  2020-09-12  3:21 ` [GIT PULL 3/5] Broadcom drivers " Florian Fainelli
@ 2020-09-12  3:21 ` Florian Fainelli
  2020-09-12  3:21 ` [GIT PULL 5/5] Broadcom soc " Florian Fainelli
  3 siblings, 0 replies; 5+ messages in thread
From: Florian Fainelli @ 2020-09-12  3:21 UTC (permalink / raw)
  To: soc
  Cc: Florian Fainelli, arnd, Scott Branden, Christian Lamparter,
	khilman, bcm-kernel-feedback-list, olof, linux-arm-kernel

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 487047b87a6c3b49ce9d694ae765633dd43225a8:

  MAINTAINERS: extend BCM5301X ARM ARCHITECTURE files (2020-08-26 17:03:40 -0700)

----------------------------------------------------------------
This pull request contains Broadcom SoCs changes to the MAINTAINERS file
for 5.10, please pull the following:

- Christian updates the BCM5301x (Northstar) section to cover additional
  files added for the Cisco Meraki MR32

----------------------------------------------------------------
Christian Lamparter (1):
      MAINTAINERS: extend BCM5301X ARM ARCHITECTURE files

 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

_______________________________________________
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 5/5] Broadcom soc changes for 5.10
  2020-09-12  3:21 [GIT PULL 1/5] Broadcom devicetree changes for 5.10 Florian Fainelli
                   ` (2 preceding siblings ...)
  2020-09-12  3:21 ` [GIT PULL 4/5] Broadcom maintainers " Florian Fainelli
@ 2020-09-12  3:21 ` Florian Fainelli
  3 siblings, 0 replies; 5+ messages in thread
From: Florian Fainelli @ 2020-09-12  3:21 UTC (permalink / raw)
  To: soc
  Cc: Florian Fainelli, arnd, khilman, bcm-kernel-feedback-list, olof,
	linux-arm-kernel

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 4e5cafa8b3ea45cb17aa6b538fb439abefc0029e:

  ARM: brcmstb: Add debug UART entry for 72615 (2020-09-04 13:42:16 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoCs changes for 5.10,
please pull the following:

- Florian adds debug UART entries for the 72164 and 72165 SoCs and
  updates ARCH_BRCMSTB to select CONFIG_BCM7038_L1_IRQ which is an
  interrupt controller used with the 7211 chip family

----------------------------------------------------------------
Florian Fainelli (3):
      ARM: brcmstb: Add debug UART entry for 72614
      ARM: bcm: Enable BCM7038_L1_IRQ for ARCH_BRCMSTB
      ARM: brcmstb: Add debug UART entry for 72615

 arch/arm/include/debug/brcmstb.S | 26 +++++++++++++++-----------
 arch/arm/mach-bcm/Kconfig        |  1 +
 2 files changed, 16 insertions(+), 11 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

end of thread, other threads:[~2020-09-12  3:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-12  3:21 [GIT PULL 1/5] Broadcom devicetree changes for 5.10 Florian Fainelli
2020-09-12  3:21 ` [GIT PULL 2/5] Broadcom devicetree-arm64 " Florian Fainelli
2020-09-12  3:21 ` [GIT PULL 3/5] Broadcom drivers " Florian Fainelli
2020-09-12  3:21 ` [GIT PULL 4/5] Broadcom maintainers " Florian Fainelli
2020-09-12  3:21 ` [GIT PULL 5/5] Broadcom soc " Florian Fainelli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).