mbox series

[GIT,PULL,1/3] Broadcom devicetree changes for 5.13

Message ID 20210330184006.1451315-1-f.fainelli@gmail.com
State New
Headers show
Series [GIT,PULL,1/3] Broadcom devicetree changes for 5.13 | expand

Pull-request

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

Message

Florian Fainelli March 30, 2021, 6:40 p.m. UTC
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 pull request contains Broadcom ARM-based SoCs Device Tree changes
for 5.13, please pull the following:

- Rafal fixes YAML warnings for the memory nodes of BCM5301X nodes and
  adds support for the NVMEM NVRAM node on Linksys and Luxul WLAN
  routers. He also fixes up the partitions for the Linksys EA9400 to
  use the newly introduced parser compatible and sets the power LED to
  its default state.

----------------------------------------------------------------
Rafał Miłecki (4):
      ARM: dts: BCM5301X: fix "reg" formatting in /memory node
      ARM: dts: BCM5301X: Describe NVMEM NVRAM on Linksys & Luxul routers
      ARM: dts: BCM5301X: Fix Linksys EA9500 partitions
      ARM: dts: BCM5301X: Set Linksys EA9500 power LED

 arch/arm/boot/dts/bcm4708-asus-rt-ac56u.dts        |  4 ++--
 arch/arm/boot/dts/bcm4708-asus-rt-ac68u.dts        |  4 ++--
 arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dts  |  4 ++--
 arch/arm/boot/dts/bcm4708-linksys-ea6300-v1.dts    |  5 +++++
 arch/arm/boot/dts/bcm4708-netgear-r6250.dts        |  4 ++--
 arch/arm/boot/dts/bcm4708-netgear-r6300-v2.dts     |  4 ++--
 arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts      |  4 ++--
 arch/arm/boot/dts/bcm47081-asus-rt-n18u.dts        |  4 ++--
 arch/arm/boot/dts/bcm47081-buffalo-wzr-600dhp2.dts |  4 ++--
 arch/arm/boot/dts/bcm47081-buffalo-wzr-900dhp.dts  |  4 ++--
 arch/arm/boot/dts/bcm47081-luxul-xwr-1200.dts      |  5 +++++
 arch/arm/boot/dts/bcm4709-asus-rt-ac87u.dts        |  4 ++--
 arch/arm/boot/dts/bcm4709-buffalo-wxr-1900dhp.dts  |  4 ++--
 arch/arm/boot/dts/bcm4709-linksys-ea9200.dts       |  9 ++++++--
 arch/arm/boot/dts/bcm4709-netgear-r7000.dts        |  4 ++--
 arch/arm/boot/dts/bcm4709-netgear-r8000.dts        |  4 ++--
 arch/arm/boot/dts/bcm47094-dlink-dir-885l.dts      |  4 ++--
 arch/arm/boot/dts/bcm47094-linksys-panamera.dts    | 26 +++++++++++++---------
 arch/arm/boot/dts/bcm47094-luxul-abr-4500.dts      |  9 ++++++--
 arch/arm/boot/dts/bcm47094-luxul-xbr-4500.dts      |  9 ++++++--
 arch/arm/boot/dts/bcm47094-luxul-xwc-2000.dts      |  4 ++--
 arch/arm/boot/dts/bcm47094-luxul-xwr-3100.dts      |  9 ++++++--
 arch/arm/boot/dts/bcm47094-luxul-xwr-3150-v1.dts   |  9 ++++++--
 arch/arm/boot/dts/bcm47094-netgear-r8500.dts       |  4 ++--
 arch/arm/boot/dts/bcm47094-phicomm-k3.dts          |  4 ++--
 25 files changed, 94 insertions(+), 55 deletions(-)

Comments

Rafał Miłecki March 31, 2021, 9:36 p.m. UTC | #1
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.
Florian Fainelli March 31, 2021, 9:48 p.m. UTC | #2
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.
Rafał Miłecki March 31, 2021, 10:06 p.m. UTC | #3
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.
Florian Fainelli March 31, 2021, 10:08 p.m. UTC | #4
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.
Arnd Bergmann April 1, 2021, 8:15 p.m. UTC | #5
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