mbox series

[GIT,PULL,3/3] Broadcom drivers changes for 5.13

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

Pull-request

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

Message

Florian Fainelli March 30, 2021, 6:40 p.m. UTC
The following changes since commit fe07bfda2fb9cdef8a4d4008a409bb02f35f1bd8:

  Linux 5.12-rc1 (2021-02-28 16:05:19 -0800)

are available in the Git repository at:

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

for you to fetch changes up to be6d99420306bb6b0abfff7a814564a614690db6:

  soc: bcm: bcm-pmb: add BCM63138 SATA support (2021-03-25 14:24:43 -0700)

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

- Rafal updates the Broadcom PMB binding to support BCM63138 and updates
  the code to support resetting the 63138 SATA controller

----------------------------------------------------------------
Rafał Miłecki (2):
      dt-bindings: power: bcm-pmb: add BCM63138 binding
      soc: bcm: bcm-pmb: add BCM63138 SATA support

 .../devicetree/bindings/power/brcm,bcm-pmb.yaml    |  1 +
 drivers/soc/bcm/bcm63xx/bcm-pmb.c                  | 30 ++++++++++++++++++++++
 include/dt-bindings/soc/bcm-pmb.h                  |  1 +
 3 files changed, 32 insertions(+)

Comments

Arnd Bergmann April 1, 2021, 7:24 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Tue, 30 Mar 2021 11:40:06 -0700, Florian Fainelli wrote:
> The following changes since commit fe07bfda2fb9cdef8a4d4008a409bb02f35f1bd8:
> 
>   Linux 5.12-rc1 (2021-02-28 16:05:19 -0800)
> 
> are available in the Git repository at:
> 
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.13/drivers
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: e9396d6b3864d235c57733ccb4902834eb8313a8

       Arnd