* [GIT PULL 2/3] Broadcom devicetree-arm64 changes for 5.13
2021-03-30 18:40 [GIT PULL 1/3] Broadcom devicetree changes for 5.13 Florian Fainelli
@ 2021-03-30 18:40 ` Florian Fainelli
2021-04-01 20:15 ` Arnd Bergmann
2021-03-30 18:40 ` [GIT PULL 3/3] Broadcom drivers " Florian Fainelli
` (2 subsequent siblings)
3 siblings, 1 reply; 10+ messages in thread
From: Florian Fainelli @ 2021-03-30 18:40 UTC (permalink / raw)
To: soc
Cc: Rafał Miłecki, Florian Fainelli, Rob Herring,
linux-arm-kernel, arnd, olof, khilman, bcm-kernel-feedback-list
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/devicetre-arm64
for you to fetch changes up to 9f01f5cdb548352418b34ce77db02a560fe2913b:
arm64: dts: broadcom: bcm4908: add Ethernet MAC addr (2021-03-29 11:44:31 -0700)
----------------------------------------------------------------
This pull request contains Broadcom ARM64-based SoCs Device Tree changes
for 5.13, please pull the following:
- Rafal continues to add support for the 4908 SoCs and describes the USB
PHY, firmware flash partitions and Ethernet switch and Ethernet
controller. He also adds support for the TP-Link Archer C2300 V1
router and upates the Netgear R8000P and Asus GT-AC5300 routers network
ports description.
----------------------------------------------------------------
Rafał Miłecki (11):
arm64: dts: broadcom: bcm4908: describe USB PHY
arm64: dts: broadcom: bcm4908: describe Ethernet controller
arm64: dts: broadcom: bcm4908: describe Netgear R8000P switch
arm64: dts: broadcom: bcm4908: add remaining Netgear R8000P LEDs
arm64: dts: broadcom: bcm4908: describe firmware partitions
arm64: dts: broadcom: bcm4908: fix switch parent node name
dt-bindings: arm: bcm: document TP-Link Archer C2300 binding
arm64: dts: broadcom: bcm4908: add TP-Link Archer C2300 V1
arm64: dts: broadcom: bcm4908: set Asus GT-AC5300 port 7 PHY mode
arm64: dts: broadcom: bcm4908: add Ethernet TX irq
arm64: dts: broadcom: bcm4908: add Ethernet MAC addr
.../devicetree/bindings/arm/bcm/brcm,bcm4908.yaml | 1 +
arch/arm64/boot/dts/broadcom/bcm4908/Makefile | 1 +
.../broadcom/bcm4908/bcm4906-netgear-r8000p.dts | 107 +++++++++++-
.../bcm4908/bcm4906-tplink-archer-c2300-v1.dts | 182 +++++++++++++++++++++
.../broadcom/bcm4908/bcm4908-asus-gt-ac5300.dts | 44 ++++-
arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi | 47 +++++-
6 files changed, 375 insertions(+), 7 deletions(-)
create mode 100644 arch/arm64/boot/dts/broadcom/bcm4908/bcm4906-tplink-archer-c2300-v1.dts
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 10+ messages in thread* Re: [GIT PULL 2/3] Broadcom devicetree-arm64 changes for 5.13
2021-03-30 18:40 ` [GIT PULL 2/3] Broadcom devicetree-arm64 " Florian Fainelli
@ 2021-04-01 20:15 ` Arnd Bergmann
0 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2021-04-01 20:15 UTC (permalink / raw)
To: Florian Fainelli, soc
Cc: Arnd Bergmann, Rob Herring, linux-arm-kernel, khilman,
bcm-kernel-feedback-list, olof, Rafał Miłecki
From: Arnd Bergmann <arnd@arndb.de>
On Tue, 30 Mar 2021 11:40:05 -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/devicetre-arm64
>
> [...]
Merged into arm/dt, thanks!
merge commit: 3b73ea6c8069a616be468d00c7ba6148bf82dad9
Arnd
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 10+ messages in thread
* [GIT PULL 3/3] Broadcom drivers changes for 5.13
2021-03-30 18:40 [GIT PULL 1/3] Broadcom devicetree changes for 5.13 Florian Fainelli
2021-03-30 18:40 ` [GIT PULL 2/3] Broadcom devicetree-arm64 " Florian Fainelli
@ 2021-03-30 18:40 ` Florian Fainelli
2021-04-01 19:24 ` Arnd Bergmann
2021-03-31 21:36 ` [GIT PULL 1/3] Broadcom devicetree " Rafał Miłecki
2021-04-01 20:15 ` Arnd Bergmann
3 siblings, 1 reply; 10+ messages in thread
From: Florian Fainelli @ 2021-03-30 18:40 UTC (permalink / raw)
To: soc
Cc: Rafał Miłecki, Florian Fainelli, Rob Herring,
linux-arm-kernel, arnd, olof, khilman, bcm-kernel-feedback-list
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(+)
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 10+ messages in thread* Re: [GIT PULL 3/3] Broadcom drivers changes for 5.13
2021-03-30 18:40 ` [GIT PULL 3/3] Broadcom drivers " Florian Fainelli
@ 2021-04-01 19:24 ` Arnd Bergmann
0 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2021-04-01 19:24 UTC (permalink / raw)
To: soc, Florian Fainelli
Cc: Arnd Bergmann, khilman, linux-arm-kernel, olof,
bcm-kernel-feedback-list, Rafał Miłecki, Rob Herring
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
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [GIT PULL 1/3] Broadcom devicetree changes for 5.13
2021-03-30 18:40 [GIT PULL 1/3] Broadcom devicetree changes for 5.13 Florian Fainelli
2021-03-30 18:40 ` [GIT PULL 2/3] Broadcom devicetree-arm64 " Florian Fainelli
2021-03-30 18:40 ` [GIT PULL 3/3] Broadcom drivers " Florian Fainelli
@ 2021-03-31 21:36 ` Rafał Miłecki
2021-03-31 21:48 ` Florian Fainelli
2021-04-01 20:15 ` Arnd Bergmann
3 siblings, 1 reply; 10+ messages in thread
From: Rafał Miłecki @ 2021-03-31 21:36 UTC (permalink / raw)
To: Florian Fainelli
Cc: soc, linux-arm-kernel, arnd, olof, khilman,
bcm-kernel-feedback-list
On 2021-03-30 20:40, 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/devicetree
>
> for you to fetch changes up to
> dcb56d61d5a8acca0a357cc603397bc0272ce4cb:
>
> ARM: dts: BCM5301X: Set Linksys EA9500 power LED (2021-03-29 11:43:45
> -0700)
This one seems a bit confusing.
Command:
git log arm-soc/for-5.13/devicetree
shows me only 2 of mentioned commits
Web UI:
https://github.com/Broadcom/stblinux/releases/tag/arm-soc%2Ffor-5.13%2Fdevicetree
references dcb56d6 but opening it shows page with a warning:
"This commit does not belong to any branch on this repository, and may
belong to a fork outside of the repository."
My guess if you didn't push your local devicetree/next branch.
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [GIT PULL 1/3] Broadcom devicetree changes for 5.13
2021-03-31 21:36 ` [GIT PULL 1/3] Broadcom devicetree " Rafał Miłecki
@ 2021-03-31 21:48 ` Florian Fainelli
2021-03-31 22:06 ` Rafał Miłecki
0 siblings, 1 reply; 10+ messages in thread
From: Florian Fainelli @ 2021-03-31 21:48 UTC (permalink / raw)
To: Rafał Miłecki
Cc: soc, linux-arm-kernel, arnd, olof, khilman,
bcm-kernel-feedback-list
On 3/31/21 2:36 PM, Rafał Miłecki wrote:
> On 2021-03-30 20:40, 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/devicetree
>>
>> for you to fetch changes up to dcb56d61d5a8acca0a357cc603397bc0272ce4cb:
>>
>> ARM: dts: BCM5301X: Set Linksys EA9500 power LED (2021-03-29
>> 11:43:45 -0700)
>
> This one seems a bit confusing.
>
> Command:
> git log arm-soc/for-5.13/devicetree
> shows me only 2 of mentioned commits
>
> Web UI:
> https://github.com/Broadcom/stblinux/releases/tag/arm-soc%2Ffor-5.13%2Fdevicetree
>
> references dcb56d6 but opening it shows page with a warning:
> "This commit does not belong to any branch on this repository, and may
> belong to a fork outside of the repository."
>
> My guess if you didn't push your local devicetree/next branch.
I did and then overwrote it, it should show up correctly now.
--
Florian
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [GIT PULL 1/3] Broadcom devicetree changes for 5.13
2021-03-31 21:48 ` Florian Fainelli
@ 2021-03-31 22:06 ` Rafał Miłecki
2021-03-31 22:08 ` Florian Fainelli
0 siblings, 1 reply; 10+ messages in thread
From: Rafał Miłecki @ 2021-03-31 22:06 UTC (permalink / raw)
To: Florian Fainelli
Cc: soc, linux-arm-kernel, arnd, olof, khilman,
bcm-kernel-feedback-list
On 2021-03-31 23:48, Florian Fainelli wrote:
> On 3/31/21 2:36 PM, Rafał Miłecki wrote:
>> On 2021-03-30 20:40, 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/devicetree
>>>
>>> for you to fetch changes up to
>>> dcb56d61d5a8acca0a357cc603397bc0272ce4cb:
>>>
>>> ARM: dts: BCM5301X: Set Linksys EA9500 power LED (2021-03-29
>>> 11:43:45 -0700)
>>
>> This one seems a bit confusing.
>>
>> Command:
>> git log arm-soc/for-5.13/devicetree
>> shows me only 2 of mentioned commits
>>
>> Web UI:
>> https://github.com/Broadcom/stblinux/releases/tag/arm-soc%2Ffor-5.13%2Fdevicetree
>>
>> references dcb56d6 but opening it shows page with a warning:
>> "This commit does not belong to any branch on this repository, and may
>> belong to a fork outside of the repository."
>>
>> My guess if you didn't push your local devicetree/next branch.
>
> I did and then overwrote it, it should show up correctly now.
I think you just pushed drivers/next instead of devicetree/next.
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [GIT PULL 1/3] Broadcom devicetree changes for 5.13
2021-03-31 22:06 ` Rafał Miłecki
@ 2021-03-31 22:08 ` Florian Fainelli
0 siblings, 0 replies; 10+ messages in thread
From: Florian Fainelli @ 2021-03-31 22:08 UTC (permalink / raw)
To: Rafał Miłecki
Cc: soc, linux-arm-kernel, arnd, olof, khilman,
bcm-kernel-feedback-list
On 3/31/21 3:06 PM, Rafał Miłecki wrote:
> On 2021-03-31 23:48, Florian Fainelli wrote:
>> On 3/31/21 2:36 PM, Rafał Miłecki wrote:
>>> On 2021-03-30 20:40, 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/devicetree
>>>>
>>>> for you to fetch changes up to
>>>> dcb56d61d5a8acca0a357cc603397bc0272ce4cb:
>>>>
>>>> ARM: dts: BCM5301X: Set Linksys EA9500 power LED (2021-03-29
>>>> 11:43:45 -0700)
>>>
>>> This one seems a bit confusing.
>>>
>>> Command:
>>> git log arm-soc/for-5.13/devicetree
>>> shows me only 2 of mentioned commits
>>>
>>> Web UI:
>>> https://github.com/Broadcom/stblinux/releases/tag/arm-soc%2Ffor-5.13%2Fdevicetree
>>>
>>>
>>> references dcb56d6 but opening it shows page with a warning:
>>> "This commit does not belong to any branch on this repository, and may
>>> belong to a fork outside of the repository."
>>>
>>> My guess if you didn't push your local devicetree/next branch.
>>
>> I did and then overwrote it, it should show up correctly now.
>
> I think you just pushed drivers/next instead of devicetree/next.
Humpf, yes, now fixed.
--
Florian
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [GIT PULL 1/3] Broadcom devicetree changes for 5.13
2021-03-30 18:40 [GIT PULL 1/3] Broadcom devicetree changes for 5.13 Florian Fainelli
` (2 preceding siblings ...)
2021-03-31 21:36 ` [GIT PULL 1/3] Broadcom devicetree " Rafał Miłecki
@ 2021-04-01 20:15 ` Arnd Bergmann
3 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2021-04-01 20:15 UTC (permalink / raw)
To: Florian Fainelli, soc
Cc: Arnd Bergmann, linux-arm-kernel, khilman,
bcm-kernel-feedback-list, olof, Rafał Miłecki
From: Arnd Bergmann <arnd@arndb.de>
On Tue, 30 Mar 2021 11:40:04 -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/devicetree
>
> [...]
Merged into arm/dt, thanks!
merge commit: 498adc8623c237d9f87f4a0582393e0d69504bae
Arnd
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 10+ messages in thread