All of lore.kernel.org
 help / color / mirror / Atom feed
From: Florian Fainelli <f.fainelli@gmail.com>
To: soc@kernel.org
Cc: "William Zhang" <william.zhang@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 2/5] Broadcom devicetree changes for 6.1
Date: Wed, 14 Sep 2022 19:30:41 -0700	[thread overview]
Message-ID: <20220915023044.2350782-2-f.fainelli@gmail.com> (raw)
In-Reply-To: <20220915023044.2350782-1-f.fainelli@gmail.com>

The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)

are available in the Git repository at:

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

for you to fetch changes up to dd5c672d7ca92040ed77aaf9293a5134a5980af1:

  arm64: bcmbca: Merge ARCH_BCM4908 to ARCH_BCMBCA (2022-08-15 09:56:09 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoC Device Tree updates
for 6.1, please pull the following:

- Rafal improves the BCM5301X PCIe DT nodes schema validation by
flagging the PCIe controller with a missing "device_type" property

- William merges BCM4908 within BCMBCA since this chip is part of the
Broadcom Broadband Carrier Access group and follows the architecture of
those chips

----------------------------------------------------------------
Rafał Miłecki (1):
      ARM: dts: BCM5301X: Add basic PCI controller properties

William Zhang (6):
      dt-bindings: arm64: bcmbca: Merge BCM4908 into BCMBCA
      dt-bindings: arm64: bcmbca: Update BCM4908 description
      arm64: dts: bcmbca: update BCM4908 board dts files
      arm64: dts: Move BCM4908 dts to bcmbca folder
      arm64: dts: Add BCM4908 generic board dts
      arm64: bcmbca: Merge ARCH_BCM4908 to ARCH_BCMBCA

 .../devicetree/bindings/arm/bcm/brcm,bcm4908.yaml  | 42 ----------------------
 .../devicetree/bindings/arm/bcm/brcm,bcmbca.yaml   | 25 +++++++++++++
 arch/arm/boot/dts/bcm5301x.dtsi                    | 12 +++++++
 arch/arm64/Kconfig.platforms                       | 10 +-----
 arch/arm64/boot/dts/broadcom/Makefile              |  1 -
 arch/arm64/boot/dts/broadcom/bcm4908/Makefile      |  5 ---
 arch/arm64/boot/dts/broadcom/bcmbca/Makefile       |  5 +++
 .../{bcm4908 => bcmbca}/bcm4906-netgear-r8000p.dts |  2 +-
 .../bcm4906-tplink-archer-c2300-v1.dts             |  2 +-
 .../dts/broadcom/{bcm4908 => bcmbca}/bcm4906.dtsi  |  0
 .../{bcm4908 => bcmbca}/bcm4908-asus-gt-ac5300.dts |  2 +-
 .../bcm4908-netgear-raxe500.dts                    |  2 +-
 .../dts/broadcom/{bcm4908 => bcmbca}/bcm4908.dtsi  |  0
 arch/arm64/boot/dts/broadcom/bcmbca/bcm94908.dts   | 30 ++++++++++++++++
 14 files changed, 77 insertions(+), 61 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/arm/bcm/brcm,bcm4908.yaml
 delete mode 100644 arch/arm64/boot/dts/broadcom/bcm4908/Makefile
 rename arch/arm64/boot/dts/broadcom/{bcm4908 => bcmbca}/bcm4906-netgear-r8000p.dts (96%)
 rename arch/arm64/boot/dts/broadcom/{bcm4908 => bcmbca}/bcm4906-tplink-archer-c2300-v1.dts (99%)
 rename arch/arm64/boot/dts/broadcom/{bcm4908 => bcmbca}/bcm4906.dtsi (100%)
 rename arch/arm64/boot/dts/broadcom/{bcm4908 => bcmbca}/bcm4908-asus-gt-ac5300.dts (97%)
 rename arch/arm64/boot/dts/broadcom/{bcm4908 => bcmbca}/bcm4908-netgear-raxe500.dts (89%)
 rename arch/arm64/boot/dts/broadcom/{bcm4908 => bcmbca}/bcm4908.dtsi (100%)
 create mode 100644 arch/arm64/boot/dts/broadcom/bcmbca/bcm94908.dts

WARNING: multiple messages have this Message-ID (diff)
From: Florian Fainelli <f.fainelli@gmail.com>
To: soc@kernel.org
Cc: "William Zhang" <william.zhang@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 2/5] Broadcom devicetree changes for 6.1
Date: Wed, 14 Sep 2022 19:30:41 -0700	[thread overview]
Message-ID: <20220915023044.2350782-2-f.fainelli@gmail.com> (raw)
In-Reply-To: <20220915023044.2350782-1-f.fainelli@gmail.com>

The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)

are available in the Git repository at:

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

for you to fetch changes up to dd5c672d7ca92040ed77aaf9293a5134a5980af1:

  arm64: bcmbca: Merge ARCH_BCM4908 to ARCH_BCMBCA (2022-08-15 09:56:09 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoC Device Tree updates
for 6.1, please pull the following:

- Rafal improves the BCM5301X PCIe DT nodes schema validation by
flagging the PCIe controller with a missing "device_type" property

- William merges BCM4908 within BCMBCA since this chip is part of the
Broadcom Broadband Carrier Access group and follows the architecture of
those chips

----------------------------------------------------------------
Rafał Miłecki (1):
      ARM: dts: BCM5301X: Add basic PCI controller properties

William Zhang (6):
      dt-bindings: arm64: bcmbca: Merge BCM4908 into BCMBCA
      dt-bindings: arm64: bcmbca: Update BCM4908 description
      arm64: dts: bcmbca: update BCM4908 board dts files
      arm64: dts: Move BCM4908 dts to bcmbca folder
      arm64: dts: Add BCM4908 generic board dts
      arm64: bcmbca: Merge ARCH_BCM4908 to ARCH_BCMBCA

 .../devicetree/bindings/arm/bcm/brcm,bcm4908.yaml  | 42 ----------------------
 .../devicetree/bindings/arm/bcm/brcm,bcmbca.yaml   | 25 +++++++++++++
 arch/arm/boot/dts/bcm5301x.dtsi                    | 12 +++++++
 arch/arm64/Kconfig.platforms                       | 10 +-----
 arch/arm64/boot/dts/broadcom/Makefile              |  1 -
 arch/arm64/boot/dts/broadcom/bcm4908/Makefile      |  5 ---
 arch/arm64/boot/dts/broadcom/bcmbca/Makefile       |  5 +++
 .../{bcm4908 => bcmbca}/bcm4906-netgear-r8000p.dts |  2 +-
 .../bcm4906-tplink-archer-c2300-v1.dts             |  2 +-
 .../dts/broadcom/{bcm4908 => bcmbca}/bcm4906.dtsi  |  0
 .../{bcm4908 => bcmbca}/bcm4908-asus-gt-ac5300.dts |  2 +-
 .../bcm4908-netgear-raxe500.dts                    |  2 +-
 .../dts/broadcom/{bcm4908 => bcmbca}/bcm4908.dtsi  |  0
 arch/arm64/boot/dts/broadcom/bcmbca/bcm94908.dts   | 30 ++++++++++++++++
 14 files changed, 77 insertions(+), 61 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/arm/bcm/brcm,bcm4908.yaml
 delete mode 100644 arch/arm64/boot/dts/broadcom/bcm4908/Makefile
 rename arch/arm64/boot/dts/broadcom/{bcm4908 => bcmbca}/bcm4906-netgear-r8000p.dts (96%)
 rename arch/arm64/boot/dts/broadcom/{bcm4908 => bcmbca}/bcm4906-tplink-archer-c2300-v1.dts (99%)
 rename arch/arm64/boot/dts/broadcom/{bcm4908 => bcmbca}/bcm4906.dtsi (100%)
 rename arch/arm64/boot/dts/broadcom/{bcm4908 => bcmbca}/bcm4908-asus-gt-ac5300.dts (97%)
 rename arch/arm64/boot/dts/broadcom/{bcm4908 => bcmbca}/bcm4908-netgear-raxe500.dts (89%)
 rename arch/arm64/boot/dts/broadcom/{bcm4908 => bcmbca}/bcm4908.dtsi (100%)
 create mode 100644 arch/arm64/boot/dts/broadcom/bcmbca/bcm94908.dts

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2022-09-15  2:30 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-15  2:30 [GIT PULL 1/5] Broadcom defconfig-arm64 changes for 6.1 Florian Fainelli
2022-09-15  2:30 ` Florian Fainelli
2022-09-15  2:30 ` Florian Fainelli [this message]
2022-09-15  2:30   ` [GIT PULL 2/5] Broadcom devicetree " Florian Fainelli
2022-09-15  2:30 ` [GIT PULL 3/5] Broadcom devicetree-arm64 " Florian Fainelli
2022-09-15  2:30   ` Florian Fainelli
2022-09-15  2:30 ` [GIT PULL 4/5] Broadcom drivers " Florian Fainelli
2022-09-15  2:30   ` Florian Fainelli
2022-09-15  2:30 ` [GIT PULL 5/5] Broadcom maintainers " Florian Fainelli
2022-09-15  2:30   ` Florian Fainelli
2022-09-15 20:20 ` [GIT PULL 1/5] Broadcom defconfig-arm64 " patchwork-bot+linux-soc

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=20220915023044.2350782-2-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=robh@kernel.org \
    --cc=soc@kernel.org \
    --cc=william.zhang@broadcom.com \
    /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.