All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/1] Broadcom devicetree fixes for 5.16
@ 2021-11-16 20:14 ` Florian Fainelli
  0 siblings, 0 replies; 11+ messages in thread
From: Florian Fainelli @ 2021-11-16 20:14 UTC (permalink / raw)
  To: soc
  Cc: Florian Fainelli, Jim Quinlan, Christian Lamparter,
	linux-arm-kernel, arnd, olof, khilman, bcm-kernel-feedback-list

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://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.16/devicetree-fixes

for you to fetch changes up to 98481f3d72fb88cb5b973153434061015f094925:

  ARM: dts: bcm2711: Fix PCIe interrupts (2021-11-15 19:09:47 -0800)

----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoCs Device Tree fixes for
5.16, please pull the following:

- Florian fixes the BCM5310x DTS include file to have the appropriate
  I2C controller interrupt line, and allows the BCMA GPIO controller to
  be used as an interrupt controller. Finally, the BCM2711 (Raspberry Pi
  4) PCIe Device Tree node interrupts are fixed to list the correct
  interrupt output as well as the INTB/C/D lines.

----------------------------------------------------------------
Florian Fainelli (3):
      ARM: dts: BCM5301X: Fix I2C controller interrupt
      ARM: dts: BCM5301X: Add interrupt properties to GPIO node
      ARM: dts: bcm2711: Fix PCIe interrupts

 arch/arm/boot/dts/bcm2711.dtsi  | 8 +++++++-
 arch/arm/boot/dts/bcm5301x.dtsi | 4 +++-
 2 files changed, 10 insertions(+), 2 deletions(-)

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [GIT PULL 1/1] Broadcom devicetree fixes for 5.16
@ 2021-11-16 20:14 ` Florian Fainelli
  0 siblings, 0 replies; 11+ messages in thread
From: Florian Fainelli @ 2021-11-16 20:14 UTC (permalink / raw)
  To: soc
  Cc: Florian Fainelli, Jim Quinlan, Christian Lamparter,
	linux-arm-kernel, arnd, olof, khilman, bcm-kernel-feedback-list

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://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.16/devicetree-fixes

for you to fetch changes up to 98481f3d72fb88cb5b973153434061015f094925:

  ARM: dts: bcm2711: Fix PCIe interrupts (2021-11-15 19:09:47 -0800)

----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoCs Device Tree fixes for
5.16, please pull the following:

- Florian fixes the BCM5310x DTS include file to have the appropriate
  I2C controller interrupt line, and allows the BCMA GPIO controller to
  be used as an interrupt controller. Finally, the BCM2711 (Raspberry Pi
  4) PCIe Device Tree node interrupts are fixed to list the correct
  interrupt output as well as the INTB/C/D lines.

----------------------------------------------------------------
Florian Fainelli (3):
      ARM: dts: BCM5301X: Fix I2C controller interrupt
      ARM: dts: BCM5301X: Add interrupt properties to GPIO node
      ARM: dts: bcm2711: Fix PCIe interrupts

 arch/arm/boot/dts/bcm2711.dtsi  | 8 +++++++-
 arch/arm/boot/dts/bcm5301x.dtsi | 4 +++-
 2 files changed, 10 insertions(+), 2 deletions(-)

_______________________________________________
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] 11+ messages in thread

* Re: [GIT PULL 1/1] Broadcom devicetree fixes for 5.16
  2021-11-16 20:14 ` Florian Fainelli
  (?)
@ 2021-11-22 11:08 ` patchwork-bot+linux-soc
  -1 siblings, 0 replies; 11+ messages in thread
From: patchwork-bot+linux-soc @ 2021-11-22 11:08 UTC (permalink / raw)
  To: Florian Fainelli; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (arm/fixes)
by Arnd Bergmann <arnd@arndb.de>:

On Tue, 16 Nov 2021 12:14:29 -0800 you wrote:
> 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://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.16/devicetree-fixes
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/1] Broadcom devicetree fixes for 5.16
    https://git.kernel.org/soc/soc/c/3449d6bf4c45

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [GIT PULL 1/1] Broadcom devicetree fixes for 5.16
  2021-12-14 18:59     ` Arnd Bergmann
@ 2021-12-15 17:20       ` Florian Fainelli
  -1 siblings, 0 replies; 11+ messages in thread
From: Florian Fainelli @ 2021-12-15 17:20 UTC (permalink / raw)
  To: Arnd Bergmann, Florian Fainelli
  Cc: SoC Team, Phil Elwell, Linus Walleij, Nicolas Saenz Julienne,
	Stefan Wahren, Linux ARM, Olof Johansson, Kevin Hilman,
	bcm-kernel-feedback-list

On 12/14/21 10:59 AM, Arnd Bergmann wrote:
> On Tue, Dec 14, 2021 at 6:13 PM Florian Fainelli <f.fainelli@gmail.com> wrote:
>> On 12/13/21 7:36 PM, Florian Fainelli wrote:
>>> Florian Fainelli (1):
>>>       Merge tag 'tags/bcm2835-dt-fixes-2021-12-13' into devicetree/fixes
>>>
>>> Phil Elwell (2):
>>>       ARM: dts: bcm2711-rpi-400: Fix GPIO expander labels
>>>       ARM: dts: gpio-ranges property is now required
>>
>> It looks like the change above needs to be accompanied by
>> pinctlr-bcm2835.c changes which have been applied into Linus W's tree.
>> Arnd, are you able to back out this pull request for the time being? I
>> don't believe any of those fixes are critical for v5.16.
> 
> I was already holding off because of a comment I had on the vchiq patch,
> as discussed on IRC. I assumed you had already seen the discussion there,
> so I did not reply here.

Thanks, I dropped this from my tree as well now. We will get those fixes
merged in a slightly different way to avoid breakage in linux-next. Thanks!
-- 
Florian

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [GIT PULL 1/1] Broadcom devicetree fixes for 5.16
@ 2021-12-15 17:20       ` Florian Fainelli
  0 siblings, 0 replies; 11+ messages in thread
From: Florian Fainelli @ 2021-12-15 17:20 UTC (permalink / raw)
  To: Arnd Bergmann, Florian Fainelli
  Cc: SoC Team, Phil Elwell, Linus Walleij, Nicolas Saenz Julienne,
	Stefan Wahren, Linux ARM, Olof Johansson, Kevin Hilman,
	bcm-kernel-feedback-list

On 12/14/21 10:59 AM, Arnd Bergmann wrote:
> On Tue, Dec 14, 2021 at 6:13 PM Florian Fainelli <f.fainelli@gmail.com> wrote:
>> On 12/13/21 7:36 PM, Florian Fainelli wrote:
>>> Florian Fainelli (1):
>>>       Merge tag 'tags/bcm2835-dt-fixes-2021-12-13' into devicetree/fixes
>>>
>>> Phil Elwell (2):
>>>       ARM: dts: bcm2711-rpi-400: Fix GPIO expander labels
>>>       ARM: dts: gpio-ranges property is now required
>>
>> It looks like the change above needs to be accompanied by
>> pinctlr-bcm2835.c changes which have been applied into Linus W's tree.
>> Arnd, are you able to back out this pull request for the time being? I
>> don't believe any of those fixes are critical for v5.16.
> 
> I was already holding off because of a comment I had on the vchiq patch,
> as discussed on IRC. I assumed you had already seen the discussion there,
> so I did not reply here.

Thanks, I dropped this from my tree as well now. We will get those fixes
merged in a slightly different way to avoid breakage in linux-next. Thanks!
-- 
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] 11+ messages in thread

* Re: [GIT PULL 1/1] Broadcom devicetree fixes for 5.16
  2021-12-14 17:13   ` Florian Fainelli
@ 2021-12-14 18:59     ` Arnd Bergmann
  -1 siblings, 0 replies; 11+ messages in thread
From: Arnd Bergmann @ 2021-12-14 18:59 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: SoC Team, Phil Elwell, Linus Walleij, Nicolas Saenz Julienne,
	Stefan Wahren, Linux ARM, Arnd Bergmann, Olof Johansson,
	Kevin Hilman, bcm-kernel-feedback-list

On Tue, Dec 14, 2021 at 6:13 PM Florian Fainelli <f.fainelli@gmail.com> wrote:
> On 12/13/21 7:36 PM, Florian Fainelli wrote:
> > Florian Fainelli (1):
> >       Merge tag 'tags/bcm2835-dt-fixes-2021-12-13' into devicetree/fixes
> >
> > Phil Elwell (2):
> >       ARM: dts: bcm2711-rpi-400: Fix GPIO expander labels
> >       ARM: dts: gpio-ranges property is now required
>
> It looks like the change above needs to be accompanied by
> pinctlr-bcm2835.c changes which have been applied into Linus W's tree.
> Arnd, are you able to back out this pull request for the time being? I
> don't believe any of those fixes are critical for v5.16.

I was already holding off because of a comment I had on the vchiq patch,
as discussed on IRC. I assumed you had already seen the discussion there,
so I did not reply here.

        Arnd

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [GIT PULL 1/1] Broadcom devicetree fixes for 5.16
@ 2021-12-14 18:59     ` Arnd Bergmann
  0 siblings, 0 replies; 11+ messages in thread
From: Arnd Bergmann @ 2021-12-14 18:59 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: SoC Team, Phil Elwell, Linus Walleij, Nicolas Saenz Julienne,
	Stefan Wahren, Linux ARM, Arnd Bergmann, Olof Johansson,
	Kevin Hilman, bcm-kernel-feedback-list

On Tue, Dec 14, 2021 at 6:13 PM Florian Fainelli <f.fainelli@gmail.com> wrote:
> On 12/13/21 7:36 PM, Florian Fainelli wrote:
> > Florian Fainelli (1):
> >       Merge tag 'tags/bcm2835-dt-fixes-2021-12-13' into devicetree/fixes
> >
> > Phil Elwell (2):
> >       ARM: dts: bcm2711-rpi-400: Fix GPIO expander labels
> >       ARM: dts: gpio-ranges property is now required
>
> It looks like the change above needs to be accompanied by
> pinctlr-bcm2835.c changes which have been applied into Linus W's tree.
> Arnd, are you able to back out this pull request for the time being? I
> don't believe any of those fixes are critical for v5.16.

I was already holding off because of a comment I had on the vchiq patch,
as discussed on IRC. I assumed you had already seen the discussion there,
so I did not reply here.

        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] 11+ messages in thread

* Re: [GIT PULL 1/1] Broadcom devicetree fixes for 5.16
  2021-12-14  3:36 ` Florian Fainelli
@ 2021-12-14 17:13   ` Florian Fainelli
  -1 siblings, 0 replies; 11+ messages in thread
From: Florian Fainelli @ 2021-12-14 17:13 UTC (permalink / raw)
  To: Florian Fainelli, soc
  Cc: Phil Elwell, Linus Walleij, Nicolas Saenz Julienne,
	Stefan Wahren, linux-arm-kernel, arnd, olof, khilman,
	bcm-kernel-feedback-list

On 12/13/21 7:36 PM, Florian Fainelli wrote:
> The following changes since commit 98481f3d72fb88cb5b973153434061015f094925:
> 
>   ARM: dts: bcm2711: Fix PCIe interrupts (2021-11-15 19:09:47 -0800)
> 
> are available in the Git repository at:
> 
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.16/devicetree-fixes-part2
> 
> for you to fetch changes up to f1d8b8561e84c9caf3e01d726b874d80475b0ffe:
> 
>   Merge tag 'tags/bcm2835-dt-fixes-2021-12-13' into devicetree/fixes (2021-12-13 12:20:59 -0800)
> 
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM-based SoCs Device Tree fixes for
> 5.16, please pull the following:
> 
> - Stefan removes a fallback compatible string for the VCIHCQ node in
>   preparation for allowing the VCIHCQ binding to be converted to YAML
> 
> - Phil fixes the GPIO expander labels for the Raspberry Pi 400 GPIO
>   expander and adds the missing 'gpio-ranges' property for the BCM283x and
>   BCM2711 Device Tree include files
> 
> ----------------------------------------------------------------
> Florian Fainelli (1):
>       Merge tag 'tags/bcm2835-dt-fixes-2021-12-13' into devicetree/fixes
> 
> Phil Elwell (2):
>       ARM: dts: bcm2711-rpi-400: Fix GPIO expander labels
>       ARM: dts: gpio-ranges property is now required

It looks like the change above needs to be accompanied by
pinctlr-bcm2835.c changes which have been applied into Linus W's tree.
Arnd, are you able to back out this pull request for the time being? I
don't believe any of those fixes are critical for v5.16.
-- 
Florian

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [GIT PULL 1/1] Broadcom devicetree fixes for 5.16
@ 2021-12-14 17:13   ` Florian Fainelli
  0 siblings, 0 replies; 11+ messages in thread
From: Florian Fainelli @ 2021-12-14 17:13 UTC (permalink / raw)
  To: Florian Fainelli, soc
  Cc: Phil Elwell, Linus Walleij, Nicolas Saenz Julienne,
	Stefan Wahren, linux-arm-kernel, arnd, olof, khilman,
	bcm-kernel-feedback-list

On 12/13/21 7:36 PM, Florian Fainelli wrote:
> The following changes since commit 98481f3d72fb88cb5b973153434061015f094925:
> 
>   ARM: dts: bcm2711: Fix PCIe interrupts (2021-11-15 19:09:47 -0800)
> 
> are available in the Git repository at:
> 
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.16/devicetree-fixes-part2
> 
> for you to fetch changes up to f1d8b8561e84c9caf3e01d726b874d80475b0ffe:
> 
>   Merge tag 'tags/bcm2835-dt-fixes-2021-12-13' into devicetree/fixes (2021-12-13 12:20:59 -0800)
> 
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM-based SoCs Device Tree fixes for
> 5.16, please pull the following:
> 
> - Stefan removes a fallback compatible string for the VCIHCQ node in
>   preparation for allowing the VCIHCQ binding to be converted to YAML
> 
> - Phil fixes the GPIO expander labels for the Raspberry Pi 400 GPIO
>   expander and adds the missing 'gpio-ranges' property for the BCM283x and
>   BCM2711 Device Tree include files
> 
> ----------------------------------------------------------------
> Florian Fainelli (1):
>       Merge tag 'tags/bcm2835-dt-fixes-2021-12-13' into devicetree/fixes
> 
> Phil Elwell (2):
>       ARM: dts: bcm2711-rpi-400: Fix GPIO expander labels
>       ARM: dts: gpio-ranges property is now required

It looks like the change above needs to be accompanied by
pinctlr-bcm2835.c changes which have been applied into Linus W's tree.
Arnd, are you able to back out this pull request for the time being? I
don't believe any of those fixes are critical for v5.16.
-- 
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] 11+ messages in thread

* [GIT PULL 1/1] Broadcom devicetree fixes for 5.16
@ 2021-12-14  3:36 ` Florian Fainelli
  0 siblings, 0 replies; 11+ messages in thread
From: Florian Fainelli @ 2021-12-14  3:36 UTC (permalink / raw)
  To: soc
  Cc: Florian Fainelli, Phil Elwell, Linus Walleij,
	Nicolas Saenz Julienne, Stefan Wahren, linux-arm-kernel, arnd,
	olof, khilman, bcm-kernel-feedback-list

The following changes since commit 98481f3d72fb88cb5b973153434061015f094925:

  ARM: dts: bcm2711: Fix PCIe interrupts (2021-11-15 19:09:47 -0800)

are available in the Git repository at:

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

for you to fetch changes up to f1d8b8561e84c9caf3e01d726b874d80475b0ffe:

  Merge tag 'tags/bcm2835-dt-fixes-2021-12-13' into devicetree/fixes (2021-12-13 12:20:59 -0800)

----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoCs Device Tree fixes for
5.16, please pull the following:

- Stefan removes a fallback compatible string for the VCIHCQ node in
  preparation for allowing the VCIHCQ binding to be converted to YAML

- Phil fixes the GPIO expander labels for the Raspberry Pi 400 GPIO
  expander and adds the missing 'gpio-ranges' property for the BCM283x and
  BCM2711 Device Tree include files

----------------------------------------------------------------
Florian Fainelli (1):
      Merge tag 'tags/bcm2835-dt-fixes-2021-12-13' into devicetree/fixes

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(-)

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [GIT PULL 1/1] Broadcom devicetree fixes for 5.16
@ 2021-12-14  3:36 ` Florian Fainelli
  0 siblings, 0 replies; 11+ messages in thread
From: Florian Fainelli @ 2021-12-14  3:36 UTC (permalink / raw)
  To: soc
  Cc: Florian Fainelli, Phil Elwell, Linus Walleij,
	Nicolas Saenz Julienne, Stefan Wahren, linux-arm-kernel, arnd,
	olof, khilman, bcm-kernel-feedback-list

The following changes since commit 98481f3d72fb88cb5b973153434061015f094925:

  ARM: dts: bcm2711: Fix PCIe interrupts (2021-11-15 19:09:47 -0800)

are available in the Git repository at:

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

for you to fetch changes up to f1d8b8561e84c9caf3e01d726b874d80475b0ffe:

  Merge tag 'tags/bcm2835-dt-fixes-2021-12-13' into devicetree/fixes (2021-12-13 12:20:59 -0800)

----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoCs Device Tree fixes for
5.16, please pull the following:

- Stefan removes a fallback compatible string for the VCIHCQ node in
  preparation for allowing the VCIHCQ binding to be converted to YAML

- Phil fixes the GPIO expander labels for the Raspberry Pi 400 GPIO
  expander and adds the missing 'gpio-ranges' property for the BCM283x and
  BCM2711 Device Tree include files

----------------------------------------------------------------
Florian Fainelli (1):
      Merge tag 'tags/bcm2835-dt-fixes-2021-12-13' into devicetree/fixes

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(-)

_______________________________________________
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] 11+ messages in thread

end of thread, other threads:[~2021-12-15 17:21 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-16 20:14 [GIT PULL 1/1] Broadcom devicetree fixes for 5.16 Florian Fainelli
2021-11-16 20:14 ` Florian Fainelli
2021-11-22 11:08 ` patchwork-bot+linux-soc
2021-12-14  3:36 Florian Fainelli
2021-12-14  3:36 ` Florian Fainelli
2021-12-14 17:13 ` Florian Fainelli
2021-12-14 17:13   ` Florian Fainelli
2021-12-14 18:59   ` Arnd Bergmann
2021-12-14 18:59     ` Arnd Bergmann
2021-12-15 17:20     ` Florian Fainelli
2021-12-15 17:20       ` Florian Fainelli

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.