All of lore.kernel.org
 help / color / mirror / Atom feed
From: Florian Fainelli <f.fainelli@gmail.com>
To: soc@kernel.org
Cc: bcm-kernel-feedback-list@broadcom.com,
	linux-arm-kernel@lists.infradead.org,
	"Rafał Miłecki" <rafal@milecki.pl>,
	"Florian Fainelli" <f.fainelli@gmail.com>,
	"William Zhang" <william.zhang@broadcom.com>,
	"Kursad Oney" <kursad.oney@broadcom.com>,
	arnd@arndb.de, olof@lixom.net, khilman@kernel.org
Subject: [GIT PULL 2/3] Broadcom devicetree-arm64 changes for 5.20 part 2
Date: Fri, 15 Jul 2022 15:16:41 -0700	[thread overview]
Message-ID: <20220715221642.297536-3-f.fainelli@gmail.com> (raw)
In-Reply-To: <20220715221642.297536-1-f.fainelli@gmail.com>

The following changes since commit eab6bb0994b806525fc5e362e8b865f61c4a9e20:

  arm64: dts: Add DTS files for bcmbca SoC BCM6813 (2022-06-15 10:40:02 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 746ef3ac89cadfac2c444b1704962b32fb309d4a:

  arm64: bcmbca: Include full family name in Kconfig (2022-07-15 14:59:08 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM64-based SoCs Device Tree changes
for 5.20, second part, please pull the following:

- Rafal adds basic support for the BCM4912-based router Asus GT-AX6000,
  he also has ARCH_BCM4908 select ARCH_BCMBCA such that in the next cycle
  we can remove ARCH_BCM4908 and continue to have make oldconfig work.
  Finally he spells out what BCA means to make it clearer

----------------------------------------------------------------
Rafał Miłecki (3):
      arm64: dts: Add base DTS file for bcmbca device Asus GT-AX6000
      arm64: make ARCH_BCM4908 select ARCH_BCMBCA
      arm64: bcmbca: Include full family name in Kconfig

 arch/arm64/Kconfig.platforms                          |  3 ++-
 arch/arm64/boot/dts/broadcom/bcmbca/Makefile          |  4 +++-
 .../dts/broadcom/bcmbca/bcm4912-asus-gt-ax6000.dts    | 19 +++++++++++++++++++
 3 files changed, 24 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm64/boot/dts/broadcom/bcmbca/bcm4912-asus-gt-ax6000.dts

WARNING: multiple messages have this Message-ID (diff)
From: Florian Fainelli <f.fainelli@gmail.com>
To: soc@kernel.org
Cc: bcm-kernel-feedback-list@broadcom.com,
	linux-arm-kernel@lists.infradead.org,
	"Rafał Miłecki" <rafal@milecki.pl>,
	"Florian Fainelli" <f.fainelli@gmail.com>,
	"William Zhang" <william.zhang@broadcom.com>,
	"Kursad Oney" <kursad.oney@broadcom.com>,
	arnd@arndb.de, olof@lixom.net, khilman@kernel.org
Subject: [GIT PULL 2/3] Broadcom devicetree-arm64 changes for 5.20 part 2
Date: Fri, 15 Jul 2022 15:16:41 -0700	[thread overview]
Message-ID: <20220715221642.297536-3-f.fainelli@gmail.com> (raw)
In-Reply-To: <20220715221642.297536-1-f.fainelli@gmail.com>

The following changes since commit eab6bb0994b806525fc5e362e8b865f61c4a9e20:

  arm64: dts: Add DTS files for bcmbca SoC BCM6813 (2022-06-15 10:40:02 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 746ef3ac89cadfac2c444b1704962b32fb309d4a:

  arm64: bcmbca: Include full family name in Kconfig (2022-07-15 14:59:08 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM64-based SoCs Device Tree changes
for 5.20, second part, please pull the following:

- Rafal adds basic support for the BCM4912-based router Asus GT-AX6000,
  he also has ARCH_BCM4908 select ARCH_BCMBCA such that in the next cycle
  we can remove ARCH_BCM4908 and continue to have make oldconfig work.
  Finally he spells out what BCA means to make it clearer

----------------------------------------------------------------
Rafał Miłecki (3):
      arm64: dts: Add base DTS file for bcmbca device Asus GT-AX6000
      arm64: make ARCH_BCM4908 select ARCH_BCMBCA
      arm64: bcmbca: Include full family name in Kconfig

 arch/arm64/Kconfig.platforms                          |  3 ++-
 arch/arm64/boot/dts/broadcom/bcmbca/Makefile          |  4 +++-
 .../dts/broadcom/bcmbca/bcm4912-asus-gt-ax6000.dts    | 19 +++++++++++++++++++
 3 files changed, 24 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm64/boot/dts/broadcom/bcmbca/bcm4912-asus-gt-ax6000.dts

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

  parent reply	other threads:[~2022-07-15 22:18 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-15 22:16 [PATCH 0/3] Broadcom ARM SoC changes for 5.20 part 2 Florian Fainelli
2022-07-15 22:16 ` Florian Fainelli
2022-07-15 22:16 ` [GIT PULL 1/3] Broadcom devicetree " Florian Fainelli
2022-07-15 22:16   ` Florian Fainelli
2022-07-15 22:16 ` Florian Fainelli [this message]
2022-07-15 22:16   ` [GIT PULL 2/3] Broadcom devicetree-arm64 " Florian Fainelli
2022-07-15 22:16 ` [GIT PULL 3/3] Broadcom soc " Florian Fainelli
2022-07-15 22:16   ` Florian Fainelli
2022-07-16 21:20 ` [PATCH 0/3] Broadcom ARM SoC " 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=20220715221642.297536-3-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=kursad.oney@broadcom.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=olof@lixom.net \
    --cc=rafal@milecki.pl \
    --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.