public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [GIT PULL 1/6] Broadcom defconfig changes for 5.12
@ 2021-01-31 22:17 Florian Fainelli
  2021-01-31 22:17 ` [GIT PULL 2/6] Broadcom defconfig-arm64 " Florian Fainelli
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Florian Fainelli @ 2021-01-31 22:17 UTC (permalink / raw)
  To: soc
  Cc: Florian Fainelli, arnd, khilman, bcm-kernel-feedback-list,
	Nicolas Saenz Julienne, olof, linux-arm-kernel

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

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

for you to fetch changes up to d88b6b834872d51d76a951f89c761e7b12717962:

  Merge tag 'tags/bcm2835-defconfig-next-2021-01-25' into defconfig/next (2021-01-25 13:13:44 -0800)

----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoCs defconfig updates for
5.12, please pull the following:

- Nicolas enables the NVMEM reserved memory driver to permit reading the
  Raspberry Pi's bootloader configuration from user-space

----------------------------------------------------------------
Florian Fainelli (1):
      Merge tag 'tags/bcm2835-defconfig-next-2021-01-25' into defconfig/next

Nicolas Saenz Julienne (1):
      ARM: multi_v7_defconfig: Enable nvmem's rmem driver

 arch/arm/configs/multi_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

_______________________________________________
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] 14+ messages in thread

* [GIT PULL 2/6] Broadcom defconfig-arm64 changes for 5.12
  2021-01-31 22:17 [GIT PULL 1/6] Broadcom defconfig changes for 5.12 Florian Fainelli
@ 2021-01-31 22:17 ` Florian Fainelli
  2021-02-02 21:38   ` Arnd Bergmann
  2021-01-31 22:17 ` [GIT PULL 3/6] Broadcom devicetree " Florian Fainelli
                   ` (5 subsequent siblings)
  6 siblings, 1 reply; 14+ messages in thread
From: Florian Fainelli @ 2021-01-31 22:17 UTC (permalink / raw)
  To: soc
  Cc: Florian Fainelli, arnd, khilman, bcm-kernel-feedback-list,
	Nicolas Saenz Julienne, olof, linux-arm-kernel

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

  https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.12/defconfig-arm64

for you to fetch changes up to 2a9e89e6a694cb01ff19b8ffd6fceb46b824f1a9:

  Merge tag 'tags/bcm2835-defconfig-arm64-next-2021-01-25' into defconfig-arm64/next (2021-01-25 13:14:13 -0800)

----------------------------------------------------------------
This pull request contains Broadcom ARM64-based SoCs defconfig updates for
5.12, please pull the following:

- Nicolas enables the NVMEM reserved memory driver to permit reading the
  Raspberry Pi's bootloader configuration from user-space

----------------------------------------------------------------
Florian Fainelli (1):
      Merge tag 'tags/bcm2835-defconfig-arm64-next-2021-01-25' into defconfig-arm64/next

Nicolas Saenz Julienne (1):
      arm64: defconfig: Enable nvmem's rmem driver

 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

_______________________________________________
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] 14+ messages in thread

* [GIT PULL 3/6] Broadcom devicetree changes for 5.12
  2021-01-31 22:17 [GIT PULL 1/6] Broadcom defconfig changes for 5.12 Florian Fainelli
  2021-01-31 22:17 ` [GIT PULL 2/6] Broadcom defconfig-arm64 " Florian Fainelli
@ 2021-01-31 22:17 ` Florian Fainelli
  2021-02-02 17:10   ` Arnd Bergmann
  2021-01-31 22:17 ` [GIT PULL 4/6] Broadcom devicetree-arm64 " Florian Fainelli
                   ` (4 subsequent siblings)
  6 siblings, 1 reply; 14+ messages in thread
From: Florian Fainelli @ 2021-01-31 22:17 UTC (permalink / raw)
  To: soc
  Cc: linux-arm-kernel, Florian Fainelli, arnd, Tim Gover,
	Dave Stevenson, khilman, Nicolas Saenz Julienne,
	bcm-kernel-feedback-list, Maxime Ripard, olof, Stanislav Jakubek

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

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

for you to fetch changes up to a0610b409fc9f90b4861c021ebe853bfcc310bb3:

  Merge tag 'tags/bcm2835-dt-next-2021-01-28' into devicetree/next (2021-01-28 20:11:44 -0800)

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

- Dave adds a proper compatile string for the DSI1 panel on 2711
  (Raspberry Pi 4) to permit adequate driver differentiation

- Nicolas declares reserved memory regions filed by the Rasbperry Pi
  bootloader to indicate the running system configuration

- Maxime declares the BSC (HDMI I2C controller) and CEC interrupt
  controllers

- Stanislav fixes a tab vs. space issue in the BCM21664 DTS

----------------------------------------------------------------
Dave Stevenson (1):
      ARM: dts: bcm2711: Use compatible string for BCM2711 DSI1

Florian Fainelli (2):
      Merge tag 'tags/bcm2835-dt-next-2021-01-25' into devicetree/next
      Merge tag 'tags/bcm2835-dt-next-2021-01-28' into devicetree/next

Maxime Ripard (2):
      ARM: dts: bcm2711: Add the BSC interrupt controller
      ARM: dts: bcm2711: Add the CEC interrupt controller

Nicolas Saenz Julienne (1):
      ARM: dts: bcm2711: Add reserved memory template to hold firmware configuration

Stanislav Jakubek (1):
      ARM: dts: bcm21664: Replace spaces with a tab

 arch/arm/boot/dts/bcm21664.dtsi       |  2 +-
 arch/arm/boot/dts/bcm2711-rpi-4-b.dts | 17 +++++++++++++++++
 arch/arm/boot/dts/bcm2711.dtsi        | 31 +++++++++++++++++++++++++++++++
 3 files changed, 49 insertions(+), 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] 14+ messages in thread

* [GIT PULL 4/6] Broadcom devicetree-arm64 changes for 5.12
  2021-01-31 22:17 [GIT PULL 1/6] Broadcom defconfig changes for 5.12 Florian Fainelli
  2021-01-31 22:17 ` [GIT PULL 2/6] Broadcom defconfig-arm64 " Florian Fainelli
  2021-01-31 22:17 ` [GIT PULL 3/6] Broadcom devicetree " Florian Fainelli
@ 2021-01-31 22:17 ` Florian Fainelli
  2021-02-02 17:10   ` Arnd Bergmann
  2021-01-31 22:17 ` [GIT PULL 5/6] Broadcom drivers " Florian Fainelli
                   ` (3 subsequent siblings)
  6 siblings, 1 reply; 14+ messages in thread
From: Florian Fainelli @ 2021-01-31 22:17 UTC (permalink / raw)
  To: soc
  Cc: Rob Herring, Florian Fainelli, arnd, Scott Branden, khilman, olof,
	Ray Jui, Rafał Miłecki, bcm-kernel-feedback-list,
	linux-arm-kernel

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

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

for you to fetch changes up to fe119977677e7dd3ddb4ab52678b46b804148eb5:

  arm64: dts: broadcom: Remove SATA from Stingray (2021-01-26 16:26:33 -0800)

----------------------------------------------------------------
This pull request contains Broadcom ARM64-based SoCs Device Tree changes
for 5.12 please pull the following:

- Rafal continues to add support for the 4906/4908 SoC family and adds
  a Device Tree for the Netgear R8000P router (4906-based), describes
  the NAND controller of the 4908 more appropriately (based on the older
  63138 DSL SoC), describes the 4908 PCIe reset controller, internal
  Ethernet switch (Starfighter 2 switch) and finally the Power
  Management Bus (PMB)

- Scott removes all of the SATA-related Device Tree nodes since SATA
  is unused on the Stingray product line

----------------------------------------------------------------
Rafał Miłecki (6):
      dt-bindings: arm: bcm: document Netgear R8000P binding
      arm64: dts: broadcom: bcm4908: add BCM4906 Netgear R8000P DTS files
      arm64: dts: broadcom: bcm4908: use proper NAND binding
      arm64: dts: broadcom: bcm4908: describe PCIe reset controller
      arm64: dts: broadcom: bcm4908: describe internal switch
      arm64: dts: broadcom: bcm4908: describe PMB block

Scott Branden (1):
      arm64: dts: broadcom: Remove SATA from Stingray

 .../devicetree/bindings/arm/bcm/brcm,bcm4908.yaml  |   2 +
 arch/arm64/boot/dts/broadcom/bcm4908/Makefile      |   1 +
 .../broadcom/bcm4908/bcm4906-netgear-r8000p.dts    |  52 ++++
 arch/arm64/boot/dts/broadcom/bcm4908/bcm4906.dtsi  |  18 ++
 .../broadcom/bcm4908/bcm4908-asus-gt-ac5300.dts    |  51 ++++
 arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi  | 117 ++++++++-
 .../boot/dts/broadcom/stingray/bcm958742-base.dtsi |  64 -----
 .../boot/dts/broadcom/stingray/stingray-sata.dtsi  | 278 ---------------------
 .../arm64/boot/dts/broadcom/stingray/stingray.dtsi |   7 -
 9 files changed, 239 insertions(+), 351 deletions(-)
 create mode 100644 arch/arm64/boot/dts/broadcom/bcm4908/bcm4906-netgear-r8000p.dts
 create mode 100644 arch/arm64/boot/dts/broadcom/bcm4908/bcm4906.dtsi
 delete mode 100644 arch/arm64/boot/dts/broadcom/stingray/stingray-sata.dtsi

_______________________________________________
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] 14+ messages in thread

* [GIT PULL 5/6] Broadcom drivers changes for 5.12
  2021-01-31 22:17 [GIT PULL 1/6] Broadcom defconfig changes for 5.12 Florian Fainelli
                   ` (2 preceding siblings ...)
  2021-01-31 22:17 ` [GIT PULL 4/6] Broadcom devicetree-arm64 " Florian Fainelli
@ 2021-01-31 22:17 ` Florian Fainelli
  2021-02-02 21:36   ` Arnd Bergmann
  2021-01-31 22:17 ` [GIT PULL 6/6] Broadcom soc " Florian Fainelli
                   ` (2 subsequent siblings)
  6 siblings, 1 reply; 14+ messages in thread
From: Florian Fainelli @ 2021-01-31 22:17 UTC (permalink / raw)
  To: soc
  Cc: Rob Herring, Ulf Hansson, Florian Fainelli, arnd, khilman, olof,
	bcm-kernel-feedback-list, Rafał Miłecki,
	linux-arm-kernel

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 8b8f095b9076ca61107c0910c9273afd1dfa1f04:

  soc: bcm: brcmstb: Remove soc_is_brcmstb() (2021-01-27 09:36:41 -0800)

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

- Rafal adds support for the Power Management Bus (PMB) which is used in
  a variety of DSL/Cable modem/STB SoCs with a primary target being the
  4908 Wi-Fi SoC from the DSL organization. He also adds empty stubs to
  get the chip identification (family and revision) to permit the
  Broadcom STB USB PHY driver from being decoupled from ARCH_BRCMSTB

- Florian removes an unused function and its header

----------------------------------------------------------------
Florian Fainelli (1):
      soc: bcm: brcmstb: Remove soc_is_brcmstb()

Rafał Miłecki (3):
      dt-bindings: power: document Broadcom's PMB binding
      soc: bcm: add PM driver for Broadcom's PMB
      soc: bcm: brcmstb: add stubs for getting platform IDs

 .../devicetree/bindings/power/brcm,bcm-pmb.yaml    |  50 ++++
 MAINTAINERS                                        |  10 +
 drivers/soc/bcm/Makefile                           |   2 +-
 drivers/soc/bcm/bcm63xx/Kconfig                    |   9 +
 drivers/soc/bcm/bcm63xx/Makefile                   |   1 +
 drivers/soc/bcm/bcm63xx/bcm-pmb.c                  | 333 +++++++++++++++++++++
 drivers/soc/bcm/brcmstb/common.c                   |  17 --
 include/dt-bindings/soc/bcm-pmb.h                  |  11 +
 include/linux/soc/brcmstb/brcmstb.h                |  16 +
 include/soc/brcmstb/common.h                       |  12 -
 10 files changed, 431 insertions(+), 30 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/power/brcm,bcm-pmb.yaml
 create mode 100644 drivers/soc/bcm/bcm63xx/bcm-pmb.c
 create mode 100644 include/dt-bindings/soc/bcm-pmb.h
 delete mode 100644 include/soc/brcmstb/common.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] 14+ messages in thread

* [GIT PULL 6/6] Broadcom soc changes for 5.12
  2021-01-31 22:17 [GIT PULL 1/6] Broadcom defconfig changes for 5.12 Florian Fainelli
                   ` (3 preceding siblings ...)
  2021-01-31 22:17 ` [GIT PULL 5/6] Broadcom drivers " Florian Fainelli
@ 2021-01-31 22:17 ` Florian Fainelli
  2021-02-02 21:47   ` Arnd Bergmann
  2021-01-31 22:17 ` [GIT PULL 7/7] " Florian Fainelli
  2021-02-02 21:38 ` [GIT PULL 1/6] Broadcom defconfig " Arnd Bergmann
  6 siblings, 1 reply; 14+ messages in thread
From: Florian Fainelli @ 2021-01-31 22:17 UTC (permalink / raw)
  To: soc
  Cc: Florian Fainelli, arnd, khilman, Linus Walleij,
	Nicolas Saenz Julienne, bcm-kernel-feedback-list, Maxime Ripard,
	olof, linux-arm-kernel

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

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

for you to fetch changes up to e066cfd867aabe621be5c1855fc42ff699781ae4:

  Merge tag 'tags/bcm2835-soc-next-2021-01-25' into soc/next (2021-01-25 13:14:49 -0800)

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

- Maxime adds a select of the Broadcom STB standard L2 interrupt
  controller driver which is used in the Raspberry Pi 4 HDMI controller to
  support I2C and CEC interrupts

- Florian adds a debug URT entry for the 72116 STB SoC

----------------------------------------------------------------
Florian Fainelli (2):
      ARM: brcmstb: Add debug UART entry for 72116
      Merge tag 'tags/bcm2835-soc-next-2021-01-25' into soc/next

Maxime Ripard (1):
      ARM: bcm: Select BRCMSTB_L2_IRQ for bcm2835

 arch/arm/include/debug/brcmstb.S | 30 ++++++++++++++++--------------
 arch/arm/mach-bcm/Kconfig        |  1 +
 arch/arm64/Kconfig.platforms     |  1 +
 3 files changed, 18 insertions(+), 14 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] 14+ messages in thread

* [GIT PULL 7/7] Broadcom soc changes for 5.12
  2021-01-31 22:17 [GIT PULL 1/6] Broadcom defconfig changes for 5.12 Florian Fainelli
                   ` (4 preceding siblings ...)
  2021-01-31 22:17 ` [GIT PULL 6/6] Broadcom soc " Florian Fainelli
@ 2021-01-31 22:17 ` Florian Fainelli
  2021-01-31 22:18   ` Florian Fainelli
  2021-02-02 21:38 ` [GIT PULL 1/6] Broadcom defconfig " Arnd Bergmann
  6 siblings, 1 reply; 14+ messages in thread
From: Florian Fainelli @ 2021-01-31 22:17 UTC (permalink / raw)
  To: soc
  Cc: Florian Fainelli, arnd, khilman, Linus Walleij,
	Nicolas Saenz Julienne, bcm-kernel-feedback-list, Maxime Ripard,
	olof, linux-arm-kernel

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

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

for you to fetch changes up to e066cfd867aabe621be5c1855fc42ff699781ae4:

  Merge tag 'tags/bcm2835-soc-next-2021-01-25' into soc/next (2021-01-25 13:14:49 -0800)

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

- Maxime adds a select of the Broadcom STB standard L2 interrupt
  controller driver which is used in the Raspberry Pi 4 HDMI controller to
  support I2C and CEC interrupts

- Florian adds a debug URT entry for the 72116 STB SoC

----------------------------------------------------------------
Florian Fainelli (2):
      ARM: brcmstb: Add debug UART entry for 72116
      Merge tag 'tags/bcm2835-soc-next-2021-01-25' into soc/next

Maxime Ripard (1):
      ARM: bcm: Select BRCMSTB_L2_IRQ for bcm2835

 arch/arm/include/debug/brcmstb.S | 30 ++++++++++++++++--------------
 arch/arm/mach-bcm/Kconfig        |  1 +
 arch/arm64/Kconfig.platforms     |  1 +
 3 files changed, 18 insertions(+), 14 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] 14+ messages in thread

* Re: [GIT PULL 7/7] Broadcom soc changes for 5.12
  2021-01-31 22:17 ` [GIT PULL 7/7] " Florian Fainelli
@ 2021-01-31 22:18   ` Florian Fainelli
  0 siblings, 0 replies; 14+ messages in thread
From: Florian Fainelli @ 2021-01-31 22:18 UTC (permalink / raw)
  To: soc
  Cc: arnd, khilman, Linus Walleij, Nicolas Saenz Julienne,
	bcm-kernel-feedback-list, Maxime Ripard, olof, linux-arm-kernel



On 1/31/2021 2:17 PM, Florian Fainelli wrote:
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
> 
>   Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
> 
> are available in the Git repository at:
> 
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.12/soc
> 
> for you to fetch changes up to e066cfd867aabe621be5c1855fc42ff699781ae4:
> 
>   Merge tag 'tags/bcm2835-soc-next-2021-01-25' into soc/next (2021-01-25 13:14:49 -0800)
> 
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM-based SoCs Kconfig/machine entry
> changes for 5.12, please pull the following:
> 
> - Maxime adds a select of the Broadcom STB standard L2 interrupt
>   controller driver which is used in the Raspberry Pi 4 HDMI controller to
>   support I2C and CEC interrupts
> 
> - Florian adds a debug URT entry for the 72116 STB SoC
> 
> ----------------------------------------------------------------

You can ignore this one, my script had a hiccup and it is strictly the
same as 6/6.
-- 
Florian

_______________________________________________
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] 14+ messages in thread

* Re: [GIT PULL 3/6] Broadcom devicetree changes for 5.12
  2021-01-31 22:17 ` [GIT PULL 3/6] Broadcom devicetree " Florian Fainelli
@ 2021-02-02 17:10   ` Arnd Bergmann
  0 siblings, 0 replies; 14+ messages in thread
From: Arnd Bergmann @ 2021-02-02 17:10 UTC (permalink / raw)
  To: Florian Fainelli, soc
  Cc: Stanislav Jakubek, Tim Gover, Arnd Bergmann, khilman,
	Dave Stevenson, Nicolas Saenz Julienne, bcm-kernel-feedback-list,
	Maxime Ripard, olof, linux-arm-kernel

From: Arnd Bergmann <arnd@arndb.de>

On Sun, 31 Jan 2021 14:17:17 -0800, Florian Fainelli wrote:
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
> 
>   Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
> 
> are available in the Git repository at:
> 
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.12/devicetree
> 
> [...]

Merged into arm/dt, thanks!

merge commit: af6e05f171145298d6a6aba29c88c595258d2829

       Arnd

_______________________________________________
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] 14+ messages in thread

* Re: [GIT PULL 4/6] Broadcom devicetree-arm64 changes for 5.12
  2021-01-31 22:17 ` [GIT PULL 4/6] Broadcom devicetree-arm64 " Florian Fainelli
@ 2021-02-02 17:10   ` Arnd Bergmann
  0 siblings, 0 replies; 14+ messages in thread
From: Arnd Bergmann @ 2021-02-02 17:10 UTC (permalink / raw)
  To: Florian Fainelli, soc
  Cc: Rob Herring, Arnd Bergmann, khilman, Scott Branden, olof, Ray Jui,
	Rafał Miłecki, bcm-kernel-feedback-list,
	linux-arm-kernel

From: Arnd Bergmann <arnd@arndb.de>

On Sun, 31 Jan 2021 14:17:18 -0800, Florian Fainelli wrote:
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
> 
>   Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
> 
> are available in the Git repository at:
> 
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.12/devicetree-arm64
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 528587ea03b1db948bd3a1b0ecdf42a0b92f0fe7

       Arnd

_______________________________________________
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] 14+ messages in thread

* Re: [GIT PULL 5/6] Broadcom drivers changes for 5.12
  2021-01-31 22:17 ` [GIT PULL 5/6] Broadcom drivers " Florian Fainelli
@ 2021-02-02 21:36   ` Arnd Bergmann
  0 siblings, 0 replies; 14+ messages in thread
From: Arnd Bergmann @ 2021-02-02 21:36 UTC (permalink / raw)
  To: soc, Florian Fainelli
  Cc: Rob Herring, Ulf Hansson, Arnd Bergmann, khilman,
	Rafał Miłecki, bcm-kernel-feedback-list, olof,
	linux-arm-kernel

From: Arnd Bergmann <arnd@arndb.de>

On Sun, 31 Jan 2021 14:17:19 -0800, Florian Fainelli wrote:
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
> 
>   Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
> 
> are available in the Git repository at:
> 
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.12/drivers
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: 60a64da9f0d0b7e766ba9bb0c11e28ca780fc2fd

       Arnd

_______________________________________________
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] 14+ messages in thread

* Re: [GIT PULL 1/6] Broadcom defconfig changes for 5.12
  2021-01-31 22:17 [GIT PULL 1/6] Broadcom defconfig changes for 5.12 Florian Fainelli
                   ` (5 preceding siblings ...)
  2021-01-31 22:17 ` [GIT PULL 7/7] " Florian Fainelli
@ 2021-02-02 21:38 ` Arnd Bergmann
  6 siblings, 0 replies; 14+ messages in thread
From: Arnd Bergmann @ 2021-02-02 21:38 UTC (permalink / raw)
  To: Florian Fainelli, soc
  Cc: Arnd Bergmann, khilman, bcm-kernel-feedback-list,
	Nicolas Saenz Julienne, olof, linux-arm-kernel

From: Arnd Bergmann <arnd@arndb.de>

On Sun, 31 Jan 2021 14:17:15 -0800, Florian Fainelli wrote:
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
> 
>   Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
> 
> are available in the Git repository at:
> 
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.12/defconfig
> 
> [...]

Merged into arm/defconfig, thanks!

merge commit: 071359e719af26ef27ac626053e236523c5d9d2b

       Arnd

_______________________________________________
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] 14+ messages in thread

* Re: [GIT PULL 2/6] Broadcom defconfig-arm64 changes for 5.12
  2021-01-31 22:17 ` [GIT PULL 2/6] Broadcom defconfig-arm64 " Florian Fainelli
@ 2021-02-02 21:38   ` Arnd Bergmann
  0 siblings, 0 replies; 14+ messages in thread
From: Arnd Bergmann @ 2021-02-02 21:38 UTC (permalink / raw)
  To: Florian Fainelli, soc
  Cc: Arnd Bergmann, khilman, bcm-kernel-feedback-list,
	Nicolas Saenz Julienne, olof, linux-arm-kernel

From: Arnd Bergmann <arnd@arndb.de>

On Sun, 31 Jan 2021 14:17:16 -0800, Florian Fainelli wrote:
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
> 
>   Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
> 
> are available in the Git repository at:
> 
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.12/defconfig-arm64
> 
> [...]

Merged into arm/defconfig, thanks!

merge commit: c0ec73899d43dfe2600b9b2a5c130401a907c98a

       Arnd

_______________________________________________
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] 14+ messages in thread

* Re: [GIT PULL 6/6] Broadcom soc changes for 5.12
  2021-01-31 22:17 ` [GIT PULL 6/6] Broadcom soc " Florian Fainelli
@ 2021-02-02 21:47   ` Arnd Bergmann
  0 siblings, 0 replies; 14+ messages in thread
From: Arnd Bergmann @ 2021-02-02 21:47 UTC (permalink / raw)
  To: Florian Fainelli, soc
  Cc: Arnd Bergmann, khilman, Linus Walleij, bcm-kernel-feedback-list,
	linux-arm-kernel, olof, Nicolas Saenz Julienne, Maxime Ripard

From: Arnd Bergmann <arnd@arndb.de>

On Sun, 31 Jan 2021 14:17:20 -0800, Florian Fainelli wrote:
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
> 
>   Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
> 
> are available in the Git repository at:
> 
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.12/soc
> 
> [...]

Merged into arm/soc, thanks!

merge commit: f79bf56fb2b5f1540ba5605ba28cf89ee9dbaadf

       Arnd

_______________________________________________
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] 14+ messages in thread

end of thread, other threads:[~2021-02-02 21:49 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-31 22:17 [GIT PULL 1/6] Broadcom defconfig changes for 5.12 Florian Fainelli
2021-01-31 22:17 ` [GIT PULL 2/6] Broadcom defconfig-arm64 " Florian Fainelli
2021-02-02 21:38   ` Arnd Bergmann
2021-01-31 22:17 ` [GIT PULL 3/6] Broadcom devicetree " Florian Fainelli
2021-02-02 17:10   ` Arnd Bergmann
2021-01-31 22:17 ` [GIT PULL 4/6] Broadcom devicetree-arm64 " Florian Fainelli
2021-02-02 17:10   ` Arnd Bergmann
2021-01-31 22:17 ` [GIT PULL 5/6] Broadcom drivers " Florian Fainelli
2021-02-02 21:36   ` Arnd Bergmann
2021-01-31 22:17 ` [GIT PULL 6/6] Broadcom soc " Florian Fainelli
2021-02-02 21:47   ` Arnd Bergmann
2021-01-31 22:17 ` [GIT PULL 7/7] " Florian Fainelli
2021-01-31 22:18   ` Florian Fainelli
2021-02-02 21:38 ` [GIT PULL 1/6] Broadcom defconfig " Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox