* [GIT PULL 1/3] Broadcom defconfig changes for 4.20
@ 2018-09-14 23:59 Florian Fainelli
2018-09-14 23:59 ` [GIT PULL 2/3] Broadcom devicetree " Florian Fainelli
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Florian Fainelli @ 2018-09-14 23:59 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
are available in the Git repository at:
https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.20/defconfig
for you to fetch changes up to 99fa3b0c6082bff346f7d09f29e5edcc93d40bd3:
ARM: bcm2835_defconfig: Enable bcm2835-audio (2018-09-02 18:49:33 +0200)
----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoCs defconfig changes for
4.20, please pull the following:
- Stefan updates the bcm2835_defconfig file to turn on the bcm2835-audio
driver.
----------------------------------------------------------------
Stefan Wahren (1):
ARM: bcm2835_defconfig: Enable bcm2835-audio
arch/arm/configs/bcm2835_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL 2/3] Broadcom devicetree changes for 4.20
2018-09-14 23:59 [GIT PULL 1/3] Broadcom defconfig changes for 4.20 Florian Fainelli
@ 2018-09-14 23:59 ` Florian Fainelli
2018-09-23 13:28 ` Olof Johansson
2018-09-14 23:59 ` [GIT PULL 3/3] Broadcom devicetree-arm64 " Florian Fainelli
2018-09-25 18:30 ` [GIT PULL 1/3] Broadcom defconfig " Olof Johansson
2 siblings, 1 reply; 6+ messages in thread
From: Florian Fainelli @ 2018-09-14 23:59 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
are available in the Git repository at:
https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.20/devicetree
for you to fetch changes up to ab0b47d2eff413d60b0a1fc0c1f87f87f0d7f375:
ARM: dts: bcm: Fix SPI bus warnings (2018-09-13 15:09:10 -0700)
----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoCs Device Tree changes
for 4.20, please pull the following:
- Rafal updates the Broadcom BCM5301x (Northstar) DTS files to use the
new style partition parser and removes the unsupported/undocumented
linux,part-probe properties that were previously introduced
- Stefan adds supports for the Raspberry Pi Compute Module 3/3Lite, he
also updates the Raspberry Pi 3B+ USB Ethernet adapter to have proper
LED configuration
- Rob fixes a bunch of SPI bus warnings in the Northstar Plus and
Hurricane 2 DTS files
- Florian documents the Broadcom roboswitch Switch Register Access Block
(SRAB) interrupts, adds the switch interrupts to the Northstar Plus
DTS include file and finally updates the BCM958625HR reference board to
have the proper SFP module definition
----------------------------------------------------------------
Florian Fainelli (4):
ARM: dts: NSP: Enable SFP on bcm958625hr
dt-bindings: net: dsa: Document B53 SRAB interrupts and registers
ARM: dts: NSP: Wire up switch interrupts
Merge tag 'tags/bcm2835-dt-next-2018-09-09' into devicetree/next
Rafa? Mi?ecki (1):
ARM: dts: BCM5301X: Specify flash partitions
Rob Herring (1):
ARM: dts: bcm: Fix SPI bus warnings
Stefan Wahren (3):
dt-bindings: bcm: Add Raspberry Pi CM3 and CM3L
ARM: dts: add Raspberry Pi Compute Module 3 and IO board
ARM: dts: bcm283x-rpi-lan7515: Enable Ethernet LEDs
.../devicetree/bindings/arm/bcm/brcm,bcm2835.txt | 8 ++
Documentation/devicetree/bindings/net/dsa/b53.txt | 36 +++++++++
arch/arm/boot/dts/Makefile | 1 +
arch/arm/boot/dts/bcm-hr2.dtsi | 2 +-
arch/arm/boot/dts/bcm-nsp.dtsi | 33 +++++++-
arch/arm/boot/dts/bcm2837-rpi-cm3-io3.dts | 87 ++++++++++++++++++++++
arch/arm/boot/dts/bcm2837-rpi-cm3.dtsi | 52 +++++++++++++
arch/arm/boot/dts/bcm283x-rpi-lan7515.dtsi | 14 ++++
arch/arm/boot/dts/bcm47081-tplink-archer-c5-v2.dts | 28 +++++++
arch/arm/boot/dts/bcm4709-asus-rt-ac87u.dts | 31 ++++++++
arch/arm/boot/dts/bcm4709-tplink-archer-c9-v1.dts | 28 +++++++
arch/arm/boot/dts/bcm5301x-nand-cs0.dtsi | 4 +
arch/arm/boot/dts/bcm5301x.dtsi | 5 +-
arch/arm/boot/dts/bcm958625hr.dts | 26 +++++++
14 files changed, 351 insertions(+), 4 deletions(-)
create mode 100644 arch/arm/boot/dts/bcm2837-rpi-cm3-io3.dts
create mode 100644 arch/arm/boot/dts/bcm2837-rpi-cm3.dtsi
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL 3/3] Broadcom devicetree-arm64 changes for 4.20
2018-09-14 23:59 [GIT PULL 1/3] Broadcom defconfig changes for 4.20 Florian Fainelli
2018-09-14 23:59 ` [GIT PULL 2/3] Broadcom devicetree " Florian Fainelli
@ 2018-09-14 23:59 ` Florian Fainelli
2018-09-23 13:28 ` Olof Johansson
2018-09-25 18:30 ` [GIT PULL 1/3] Broadcom defconfig " Olof Johansson
2 siblings, 1 reply; 6+ messages in thread
From: Florian Fainelli @ 2018-09-14 23:59 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
are available in the Git repository at:
https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.20/devicetree-arm64
for you to fetch changes up to 7cdbe45da1a189e744e6801aebb462ee47235580:
arm64: dts: broadcom: Fix I2C and SPI bus warnings (2018-09-13 15:05:47 -0700)
----------------------------------------------------------------
This pull request contains Broadcom ARM64-based SoCs Device Tree changes
for 4.20, please pull the following:
- Stefan provides a reference to the Compute Module IO Board V3 such
that we can reference the arm counterpart and still build it for arm64
- Rob fixes I2C and SPI bus warnings which are going to show up with his
update to DTC scheduled for 4.20
----------------------------------------------------------------
Rob Herring (1):
arm64: dts: broadcom: Fix I2C and SPI bus warnings
Stefan Wahren (1):
arm64: dts: broadcom: Add reference to Compute Module IO Board V3
arch/arm64/boot/dts/broadcom/Makefile | 3 ++-
arch/arm64/boot/dts/broadcom/bcm2837-rpi-cm3-io3.dts | 2 ++
arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi | 4 ++--
arch/arm64/boot/dts/broadcom/stingray/bcm958742-base.dtsi | 2 +-
arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi | 4 ++--
5 files changed, 9 insertions(+), 6 deletions(-)
create mode 100644 arch/arm64/boot/dts/broadcom/bcm2837-rpi-cm3-io3.dts
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL 2/3] Broadcom devicetree changes for 4.20
2018-09-14 23:59 ` [GIT PULL 2/3] Broadcom devicetree " Florian Fainelli
@ 2018-09-23 13:28 ` Olof Johansson
0 siblings, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2018-09-23 13:28 UTC (permalink / raw)
To: linux-arm-kernel
Hi,
On Fri, Sep 14, 2018 at 04:59:27PM -0700, Florian Fainelli wrote:
> The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
>
> Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
>
> are available in the Git repository at:
>
> https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.20/devicetree
>
> for you to fetch changes up to ab0b47d2eff413d60b0a1fc0c1f87f87f0d7f375:
>
> ARM: dts: bcm: Fix SPI bus warnings (2018-09-13 15:09:10 -0700)
>
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM-based SoCs Device Tree changes
> for 4.20, please pull the following:
>
> - Rafal updates the Broadcom BCM5301x (Northstar) DTS files to use the
> new style partition parser and removes the unsupported/undocumented
> linux,part-probe properties that were previously introduced
>
> - Stefan adds supports for the Raspberry Pi Compute Module 3/3Lite, he
> also updates the Raspberry Pi 3B+ USB Ethernet adapter to have proper
> LED configuration
>
> - Rob fixes a bunch of SPI bus warnings in the Northstar Plus and
> Hurricane 2 DTS files
>
> - Florian documents the Broadcom roboswitch Switch Register Access Block
> (SRAB) interrupts, adds the switch interrupts to the Northstar Plus
> DTS include file and finally updates the BCM958625HR reference board to
> have the proper SFP module definition
This is probably the upper limit on amount of material that's easy to get
an overview in a patch description written in this format. If you have
more than this, I'd recommend considering dropping some of the attribution
and focus more on brief descriptions on the added functionality.
Attributing contributions is of course important, and we should figure
out good ways of doing that all the way up the tree, but for the tag
itself I find that it can get too verbose.
Merged, thanks!
-Olof
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL 3/3] Broadcom devicetree-arm64 changes for 4.20
2018-09-14 23:59 ` [GIT PULL 3/3] Broadcom devicetree-arm64 " Florian Fainelli
@ 2018-09-23 13:28 ` Olof Johansson
0 siblings, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2018-09-23 13:28 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Sep 14, 2018 at 04:59:28PM -0700, Florian Fainelli wrote:
> The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
>
> Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
>
> are available in the Git repository at:
>
> https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.20/devicetree-arm64
>
> for you to fetch changes up to 7cdbe45da1a189e744e6801aebb462ee47235580:
>
> arm64: dts: broadcom: Fix I2C and SPI bus warnings (2018-09-13 15:05:47 -0700)
>
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM64-based SoCs Device Tree changes
> for 4.20, please pull the following:
>
> - Stefan provides a reference to the Compute Module IO Board V3 such
> that we can reference the arm counterpart and still build it for arm64
>
> - Rob fixes I2C and SPI bus warnings which are going to show up with his
> update to DTC scheduled for 4.20
Merged, thanks!
-Olof
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL 1/3] Broadcom defconfig changes for 4.20
2018-09-14 23:59 [GIT PULL 1/3] Broadcom defconfig changes for 4.20 Florian Fainelli
2018-09-14 23:59 ` [GIT PULL 2/3] Broadcom devicetree " Florian Fainelli
2018-09-14 23:59 ` [GIT PULL 3/3] Broadcom devicetree-arm64 " Florian Fainelli
@ 2018-09-25 18:30 ` Olof Johansson
2 siblings, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2018-09-25 18:30 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Sep 14, 2018 at 04:59:26PM -0700, Florian Fainelli wrote:
> The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
>
> Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
>
> are available in the Git repository at:
>
> https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.20/defconfig
>
> for you to fetch changes up to 99fa3b0c6082bff346f7d09f29e5edcc93d40bd3:
>
> ARM: bcm2835_defconfig: Enable bcm2835-audio (2018-09-02 18:49:33 +0200)
>
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM-based SoCs defconfig changes for
> 4.20, please pull the following:
>
> - Stefan updates the bcm2835_defconfig file to turn on the bcm2835-audio
> driver.
Merged, thanks!
-Olof
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2018-09-25 18:30 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-14 23:59 [GIT PULL 1/3] Broadcom defconfig changes for 4.20 Florian Fainelli
2018-09-14 23:59 ` [GIT PULL 2/3] Broadcom devicetree " Florian Fainelli
2018-09-23 13:28 ` Olof Johansson
2018-09-14 23:59 ` [GIT PULL 3/3] Broadcom devicetree-arm64 " Florian Fainelli
2018-09-23 13:28 ` Olof Johansson
2018-09-25 18:30 ` [GIT PULL 1/3] Broadcom defconfig " Olof Johansson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).