All of lore.kernel.org
 help / color / mirror / Atom feed
From: Florian Fainelli <f.fainelli@gmail.com>
To: soc@kernel.org
Cc: "Scott Branden" <scott.branden@broadcom.com>,
	"Ray Jui" <ray.jui@broadcom.com>,
	"Florian Fainelli" <f.fainelli@gmail.com>,
	"Rafał Miłecki" <rafal@milecki.pl>,
	"Rob Herring" <robh@kernel.org>,
	linux-arm-kernel@lists.infradead.org, arnd@arndb.de,
	olof@lixom.net, khilman@kernel.org,
	bcm-kernel-feedback-list@broadcom.com
Subject: [GIT PULL 4/6] Broadcom devicetree-arm64 changes for 5.12
Date: Sun, 31 Jan 2021 14:17:18 -0800	[thread overview]
Message-ID: <20210131221721.685974-4-f.fainelli@gmail.com> (raw)
In-Reply-To: <20210131221721.685974-1-f.fainelli@gmail.com>

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

WARNING: multiple messages have this Message-ID (diff)
From: Florian Fainelli <f.fainelli@gmail.com>
To: soc@kernel.org
Cc: "Rob Herring" <robh@kernel.org>,
	"Florian Fainelli" <f.fainelli@gmail.com>,
	arnd@arndb.de, "Scott Branden" <scott.branden@broadcom.com>,
	khilman@kernel.org, olof@lixom.net,
	"Ray Jui" <ray.jui@broadcom.com>,
	"Rafał Miłecki" <rafal@milecki.pl>,
	bcm-kernel-feedback-list@broadcom.com,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 4/6] Broadcom devicetree-arm64 changes for 5.12
Date: Sun, 31 Jan 2021 14:17:18 -0800	[thread overview]
Message-ID: <20210131221721.685974-4-f.fainelli@gmail.com> (raw)
Message-ID: <20210131221718._jZ_l80ieiM-8GPP3_M1UYRGH0GHw_g-U9Pyw87bAP8@z> (raw)
In-Reply-To: <20210131221721.685974-1-f.fainelli@gmail.com>

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

  parent reply	other threads:[~2021-01-31 22:18 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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-01-31 22:17 ` [GIT PULL 2/6] Broadcom defconfig-arm64 " Florian Fainelli
2021-01-31 22:17   ` Florian Fainelli
2021-02-02 21:38   ` Arnd Bergmann
2021-02-02 21:38     ` Arnd Bergmann
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-02-02 17:10     ` Arnd Bergmann
2021-01-31 22:17 ` Florian Fainelli [this message]
2021-01-31 22:17   ` [GIT PULL 4/6] Broadcom devicetree-arm64 " Florian Fainelli
2021-02-02 17:10   ` Arnd Bergmann
2021-02-02 17:10     ` Arnd Bergmann
2021-01-31 22:17 ` [GIT PULL 5/6] Broadcom drivers " Florian Fainelli
2021-01-31 22:17   ` Florian Fainelli
2021-02-02 21:36   ` Arnd Bergmann
2021-02-02 21:36     ` Arnd Bergmann
2021-01-31 22:17 ` [GIT PULL 6/6] Broadcom soc " Florian Fainelli
2021-01-31 22:17   ` Florian Fainelli
2021-02-02 21:47   ` Arnd Bergmann
2021-02-02 21:47     ` Arnd Bergmann
2021-01-31 22:17 ` [GIT PULL 7/7] " Florian Fainelli
2021-01-31 22:17   ` Florian Fainelli
2021-01-31 22:18   ` Florian Fainelli
2021-01-31 22:18     ` Florian Fainelli
2021-02-02 21:38 ` [GIT PULL 1/6] Broadcom defconfig " Arnd Bergmann
2021-02-02 21:38   ` Arnd Bergmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210131221721.685974-4-f.fainelli@gmail.com \
    --to=f.fainelli@gmail.com \
    --cc=arnd@arndb.de \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=khilman@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=olof@lixom.net \
    --cc=rafal@milecki.pl \
    --cc=ray.jui@broadcom.com \
    --cc=robh@kernel.org \
    --cc=scott.branden@broadcom.com \
    --cc=soc@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.