All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/3] Broadcom devicetree changes for 5.6
@ 2020-01-08 19:11 Florian Fainelli
  2020-01-08 19:11 ` [GIT PULL 2/3] Broadcom drivers " Florian Fainelli
  2020-01-08 19:11 ` [GIT PULL 3/3] Broadcom soc " Florian Fainelli
  0 siblings, 2 replies; 3+ messages in thread
From: Florian Fainelli @ 2020-01-08 19:11 UTC (permalink / raw)
  To: soc
  Cc: Florian Fainelli, arnd, khilman, Nicolas Saenz Julienne, Ray Jui,
	Stephen Brennan, olof, bcm-kernel-feedback-list,
	linux-arm-kernel, Stefan Wahren

The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 0100f76d96346b44e7310a5cfb102124b6667643:

  Merge tag 'tags/bcm2835-dt-next-2020-01-07' into devicetree/next (2020-01-08 10:09:49 -0800)

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

- Stephan adds support for the HWRNG on 2711 (Raspberry Pi 4) which is
  different than the previous Pi chips

- Florian switches the BCM956265HR board to use the hardware I2C
  controllers for interfacing with the SFPs

----------------------------------------------------------------
Florian Fainelli (2):
      ARM: dts: NSP: Use hardware I2C for BCM958625HR
      Merge tag 'tags/bcm2835-dt-next-2020-01-07' into devicetree/next

Stephen Brennan (2):
      ARM: dts: bcm2835: Move rng definition to common location
      ARM: dts: bcm2711: Enable HWRNG support

 arch/arm/boot/dts/bcm2711.dtsi        |  6 ++----
 arch/arm/boot/dts/bcm2835-common.dtsi |  6 ++++++
 arch/arm/boot/dts/bcm283x.dtsi        |  6 ------
 arch/arm/boot/dts/bcm958625hr.dts     | 15 +++++----------
 4 files changed, 13 insertions(+), 20 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] 3+ messages in thread

* [GIT PULL 2/3] Broadcom drivers changes for 5.6
  2020-01-08 19:11 [GIT PULL 1/3] Broadcom devicetree changes for 5.6 Florian Fainelli
@ 2020-01-08 19:11 ` Florian Fainelli
  2020-01-08 19:11 ` [GIT PULL 3/3] Broadcom soc " Florian Fainelli
  1 sibling, 0 replies; 3+ messages in thread
From: Florian Fainelli @ 2020-01-08 19:11 UTC (permalink / raw)
  To: soc
  Cc: Florian Fainelli, arnd, khilman, bcm-kernel-feedback-list, olof,
	linux-arm-kernel

The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

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

for you to fetch changes up to add427c49e92c78519d0ff1728ea66d9e52f1fc9:

  soc: bcm: brcmstb: biuctrl: Update programming for 7211 (2020-01-05 13:44:04 -0800)

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

- Florian provides a set of updates to the Bus Interface Unit control to
  tune it appropriately for the most recent chips: 7255, 7260, 7216, 7211

----------------------------------------------------------------
Florian Fainelli (4):
      soc: bcm: brcmstb: biuctrl: Tune 7260 BIU interface
      soc: bcm: brcmstb: biuctrl: Tune interface for 7255 and 7216
      soc: bcm: brcmstb: biuctrl: Update layout for A72 on 7211
      soc: bcm: brcmstb: biuctrl: Update programming for 7211

 drivers/soc/bcm/brcmstb/biuctrl.c | 30 ++++++++++++++++++++++--------
 1 file changed, 22 insertions(+), 8 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] 3+ messages in thread

* [GIT PULL 3/3] Broadcom soc changes for 5.6
  2020-01-08 19:11 [GIT PULL 1/3] Broadcom devicetree changes for 5.6 Florian Fainelli
  2020-01-08 19:11 ` [GIT PULL 2/3] Broadcom drivers " Florian Fainelli
@ 2020-01-08 19:11 ` Florian Fainelli
  1 sibling, 0 replies; 3+ messages in thread
From: Florian Fainelli @ 2020-01-08 19:11 UTC (permalink / raw)
  To: soc
  Cc: Florian Fainelli, arnd, khilman, bcm-kernel-feedback-list,
	Justin Chen, olof, linux-arm-kernel

The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

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

for you to fetch changes up to c586f47f55d8239466824f917582c7d7d9e546ed:

  ARM: bcm: Select ARM_AMBA for ARCH_BRCMSTB (2019-12-26 19:50:54 -0800)

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

- Justin adds an entry for BCM7216's debug UART to support DEBUG_LL
- Florian adds a select ARM_AMBA to support the ARM PL011 UART/console
  which is required on BCM7211

----------------------------------------------------------------
Florian Fainelli (1):
      ARM: bcm: Select ARM_AMBA for ARCH_BRCMSTB

Justin Chen (1):
      ARM: brcmstb: Add debug UART entry for 7216

 arch/arm/include/debug/brcmstb.S | 24 +++++++++++++-----------
 arch/arm/mach-bcm/Kconfig        |  1 +
 2 files changed, 14 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] 3+ messages in thread

end of thread, other threads:[~2020-01-08 19:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-08 19:11 [GIT PULL 1/3] Broadcom devicetree changes for 5.6 Florian Fainelli
2020-01-08 19:11 ` [GIT PULL 2/3] Broadcom drivers " Florian Fainelli
2020-01-08 19:11 ` [GIT PULL 3/3] 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.