2021-12-13 12:30:50

by Nicolas Saenz Julienne

[permalink] [raw]
Subject: [GIT PULL 1/3] bcm2835-dt-next-2021-12-13

Hi Florian,

The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git tags/bcm2835-dt-next-2021-12-13

for you to fetch changes up to 5e8c1bf1a0a5c728cee2b6c2162348a9dfddf1bf:

ARM: dts: bcm2711-rpi-4-b: Add gpio offsets to line name array (2021-12-13 13:08:04 +0100)

----------------------------------------------------------------
Uwe Kleine-König adds offsets to GPIO line names array for better
readability.

----------------------------------------------------------------
Uwe Kleine-König (1):
ARM: dts: bcm2711-rpi-4-b: Add gpio offsets to line name array

arch/arm/boot/dts/bcm2711-rpi-4-b.dts | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)



2021-12-13 12:30:53

by Nicolas Saenz Julienne

[permalink] [raw]
Subject: [GIT PULL 2/3] bcm2835-dt-fixes-2021-12-13

Hi Florian,

The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git tags/bcm2835-dt-fixes-2021-12-13

for you to fetch changes up to 6a56599b5a6b19adb21f8f0d9f2d33511426fb20:

ARM: dts: gpio-ranges property is now required (2021-12-13 13:06:25 +0100)

----------------------------------------------------------------
A series of devicetree fixes aimed at the Raspberry Pi family of boards:

- Phil Elwell adds gpio-ranges to RPi's main GPIO/PINCTRL driver
- Phil Elwell and Stefan Wahren correct RPi400's GPIO expander's
labels
- Stefan Wahren drops fallback compatible from RPi2's vchiq devicetree
node

----------------------------------------------------------------
Phil Elwell (2):
ARM: dts: bcm2711-rpi-400: Fix GPIO expander labels
ARM: dts: gpio-ranges property is now required

Stefan Wahren (1):
ARM: dts: bcm283x: Drop fallback compatible for vchiq

arch/arm/boot/dts/bcm2711-rpi-400.dts | 4 ++--
arch/arm/boot/dts/bcm2711.dtsi | 2 ++
arch/arm/boot/dts/bcm2836-rpi.dtsi | 2 +-
arch/arm/boot/dts/bcm283x.dtsi | 2 ++
4 files changed, 7 insertions(+), 3 deletions(-)


2021-12-13 12:30:56

by Nicolas Saenz Julienne

[permalink] [raw]
Subject: [GIT PULL 3/3] bcm2835-bindings-2021-12-13

Hi Florian,

The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git tags/bcm2835-bindings-2021-12-13

for you to fetch changes up to 4e5be177f6d2545dd639f41138af3b138470c61d:

dt-bindings: soc: bcm: Convert brcm,bcm2835-vchiq to json-schema (2021-12-13 13:10:11 +0100)

----------------------------------------------------------------
Stefan Wahren converts VCHIQ's bindings to YAML format.

----------------------------------------------------------------
Stefan Wahren (1):
dt-bindings: soc: bcm: Convert brcm,bcm2835-vchiq to json-schema

.../bindings/soc/bcm/brcm,bcm2835-vchiq.txt | 17 --------
.../bindings/soc/bcm/brcm,bcm2835-vchiq.yaml | 45 ++++++++++++++++++++++
2 files changed, 45 insertions(+), 17 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-vchiq.txt
create mode 100644 Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-vchiq.yaml


2021-12-14 03:37:38

by Florian Fainelli

[permalink] [raw]
Subject: Re: [GIT PULL 2/3] bcm2835-dt-fixes-2021-12-13



On 12/13/2021 4:30 AM, Nicolas Saenz Julienne wrote:
> Hi Florian,
>
> The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:
>
> Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git tags/bcm2835-dt-fixes-2021-12-13
>
> for you to fetch changes up to 6a56599b5a6b19adb21f8f0d9f2d33511426fb20:
>
> ARM: dts: gpio-ranges property is now required (2021-12-13 13:06:25 +0100)
>
> ----------------------------------------------------------------
> A series of devicetree fixes aimed at the Raspberry Pi family of boards:
>
> - Phil Elwell adds gpio-ranges to RPi's main GPIO/PINCTRL driver
> - Phil Elwell and Stefan Wahren correct RPi400's GPIO expander's
> labels
> - Stefan Wahren drops fallback compatible from RPi2's vchiq devicetree
> node
>
> ----------------------------------------------------------------

Merged into devicetree/fixes and sent out, thanks!
--
Florian

2021-12-14 03:38:35

by Florian Fainelli

[permalink] [raw]
Subject: Re: [GIT PULL 1/3] bcm2835-dt-next-2021-12-13



On 12/13/2021 4:30 AM, Nicolas Saenz Julienne wrote:
> Hi Florian,
>
> The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:
>
> Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git tags/bcm2835-dt-next-2021-12-13
>
> for you to fetch changes up to 5e8c1bf1a0a5c728cee2b6c2162348a9dfddf1bf:
>
> ARM: dts: bcm2711-rpi-4-b: Add gpio offsets to line name array (2021-12-13 13:08:04 +0100)
>
> ----------------------------------------------------------------
> Uwe Kleine-König adds offsets to GPIO line names array for better
> readability.
>
> ----------------------------------------------------------------

Merged into devicetree/next, thanks!

PS: please remove your older @suse.de email address from the CC list
otherwise people get bounces when replying to this mail, thanks!
--
Florian

2021-12-14 03:38:55

by Florian Fainelli

[permalink] [raw]
Subject: Re: [GIT PULL 3/3] bcm2835-bindings-2021-12-13



On 12/13/2021 4:30 AM, Nicolas Saenz Julienne wrote:
> Hi Florian,
>
> The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:
>
> Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git tags/bcm2835-bindings-2021-12-13
>
> for you to fetch changes up to 4e5be177f6d2545dd639f41138af3b138470c61d:
>
> dt-bindings: soc: bcm: Convert brcm,bcm2835-vchiq to json-schema (2021-12-13 13:10:11 +0100)
>
> ----------------------------------------------------------------
> Stefan Wahren converts VCHIQ's bindings to YAML format.
>
> ----------------------------------------------------------------

Merged into devicetree/next, thanks!
--
Florian

2021-12-14 07:31:27

by Nicolas Saenz Julienne

[permalink] [raw]
Subject: Re: [GIT PULL 1/3] bcm2835-dt-next-2021-12-13

On Mon, 2021-12-13 at 19:38 -0800, Florian Fainelli wrote:
>
> On 12/13/2021 4:30 AM, Nicolas Saenz Julienne wrote:
> > Hi Florian,
> >
> > The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:
> >
> > Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)
> >
> > are available in the Git repository at:
> >
> > https://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git tags/bcm2835-dt-next-2021-12-13
> >
> > for you to fetch changes up to 5e8c1bf1a0a5c728cee2b6c2162348a9dfddf1bf:
> >
> > ARM: dts: bcm2711-rpi-4-b: Add gpio offsets to line name array (2021-12-13 13:08:04 +0100)
> >
> > ----------------------------------------------------------------
> > Uwe Kleine-König adds offsets to GPIO line names array for better
> > readability.
> >
> > ----------------------------------------------------------------
>
> Merged into devicetree/next, thanks!
>
> PS: please remove your older @suse.de email address from the CC list
> otherwise people get bounces when replying to this mail, thanks!

Done!

--
Nicolás Sáenz


2021-12-18 16:45:16

by Nicolas Saenz Julienne

[permalink] [raw]
Subject: Re: [GIT PULL 3/3] bcm2835-bindings-2021-12-13

On Sat, 2021-12-18 at 08:34 -0800, Florian Fainelli wrote:
>
> On 12/13/2021 7:38 PM, Florian Fainelli wrote:
> >
> >
> > On 12/13/2021 4:30 AM, Nicolas Saenz Julienne wrote:
> > > Hi Florian,
> > >
> > > The following changes since commit
> > > fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:
> > >
> > >    Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)
> > >
> > > are available in the Git repository at:
> > >
> > >
> > > https://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git
> > > tags/bcm2835-bindings-2021-12-13
> > >
> > > for you to fetch changes up to 4e5be177f6d2545dd639f41138af3b138470c61d:
> > >
> > >    dt-bindings: soc: bcm: Convert brcm,bcm2835-vchiq to json-schema
> > > (2021-12-13 13:10:11 +0100)
> > >
> > > ----------------------------------------------------------------
> > > Stefan Wahren converts VCHIQ's bindings to YAML format.
> > >
> > > ----------------------------------------------------------------
> >
> > Merged into devicetree/next, thanks!
>
> Nicolas, do you want to send me an updated pull request with Stefan's v3
> or should I just go ahead and replace it? THanks

Hi Florian,

I was waiting to see if there was anymore feedback. I'll send it this evening.

Regards,

--
Nicolás Sáenz


2021-12-18 16:45:15

by Florian Fainelli

[permalink] [raw]
Subject: Re: [GIT PULL 3/3] bcm2835-bindings-2021-12-13



On 12/13/2021 7:38 PM, Florian Fainelli wrote:
>
>
> On 12/13/2021 4:30 AM, Nicolas Saenz Julienne wrote:
>> Hi Florian,
>>
>> The following changes since commit
>> fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:
>>
>>    Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)
>>
>> are available in the Git repository at:
>>
>>
>> https://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git
>> tags/bcm2835-bindings-2021-12-13
>>
>> for you to fetch changes up to 4e5be177f6d2545dd639f41138af3b138470c61d:
>>
>>    dt-bindings: soc: bcm: Convert brcm,bcm2835-vchiq to json-schema
>> (2021-12-13 13:10:11 +0100)
>>
>> ----------------------------------------------------------------
>> Stefan Wahren converts VCHIQ's bindings to YAML format.
>>
>> ----------------------------------------------------------------
>
> Merged into devicetree/next, thanks!

Nicolas, do you want to send me an updated pull request with Stefan's v3
or should I just go ahead and replace it? THanks
--
Florian


Attachments:
smime.p7s (4.12 kB)
S/MIME Cryptographic Signature

2021-12-18 18:04:35

by nicolas saenz julienne

[permalink] [raw]
Subject: Re: [GIT PULL 2/3] bcm2835-dt-fixes-2021-12-13

On Mon, 2021-12-13 at 13:30 +0100, Nicolas Saenz Julienne wrote:
> Hi Florian,
>
> The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:
>
> Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git tags/bcm2835-dt-fixes-2021-12-13
>
> for you to fetch changes up to 6a56599b5a6b19adb21f8f0d9f2d33511426fb20:
>
> ARM: dts: gpio-ranges property is now required (2021-12-13 13:06:25 +0100)
>
> ----------------------------------------------------------------
> A series of devicetree fixes aimed at the Raspberry Pi family of boards:
>
> - Phil Elwell adds gpio-ranges to RPi's main GPIO/PINCTRL driver
> - Phil Elwell and Stefan Wahren correct RPi400's GPIO expander's
> labels
> - Stefan Wahren drops fallback compatible from RPi2's vchiq devicetree
> node
>
> ----------------------------------------------------------------
> Phil Elwell (2):
> ARM: dts: bcm2711-rpi-400: Fix GPIO expander labels


Hi Florian,
I know you're in the loop, but just to be safe. Both patches below are no
longer needed: the gpio-ranges change was applied by linusw alongside its
pinctrl counterpart, vchiq's fallback will remain as is.

> ARM: dts: gpio-ranges property is now required
> ARM: dts: bcm283x: Drop fallback compatible for vchiq

If it makes your life simpler I can send a second 'dt-fixes' pull request.

Regards,
Nicolas