All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/3] bcm2835-dt-next-2021-12-13
@ 2021-12-13 12:30 ` Nicolas Saenz Julienne
  0 siblings, 0 replies; 20+ messages in thread
From: Nicolas Saenz Julienne @ 2021-12-13 12:30 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: Nicolas Saenz Julienne, Nicolas Saenz Julienne, linux-kernel,
	bcm-kernel-feedback-list, linux-rpi-kernel, linux-arm-kernel

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


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

* [GIT PULL 1/3] bcm2835-dt-next-2021-12-13
@ 2021-12-13 12:30 ` Nicolas Saenz Julienne
  0 siblings, 0 replies; 20+ messages in thread
From: Nicolas Saenz Julienne @ 2021-12-13 12:30 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: Nicolas Saenz Julienne, Nicolas Saenz Julienne, linux-kernel,
	bcm-kernel-feedback-list, linux-rpi-kernel, linux-arm-kernel

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


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

* [GIT PULL 2/3] bcm2835-dt-fixes-2021-12-13
  2021-12-13 12:30 ` Nicolas Saenz Julienne
@ 2021-12-13 12:30   ` Nicolas Saenz Julienne
  -1 siblings, 0 replies; 20+ messages in thread
From: Nicolas Saenz Julienne @ 2021-12-13 12:30 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: Nicolas Saenz Julienne, Nicolas Saenz Julienne, linux-kernel,
	bcm-kernel-feedback-list, linux-rpi-kernel, linux-arm-kernel

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


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

* [GIT PULL 2/3] bcm2835-dt-fixes-2021-12-13
@ 2021-12-13 12:30   ` Nicolas Saenz Julienne
  0 siblings, 0 replies; 20+ messages in thread
From: Nicolas Saenz Julienne @ 2021-12-13 12:30 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: Nicolas Saenz Julienne, Nicolas Saenz Julienne, linux-kernel,
	bcm-kernel-feedback-list, linux-rpi-kernel, linux-arm-kernel

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


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

* [GIT PULL 3/3] bcm2835-bindings-2021-12-13
  2021-12-13 12:30 ` Nicolas Saenz Julienne
@ 2021-12-13 12:30   ` Nicolas Saenz Julienne
  -1 siblings, 0 replies; 20+ messages in thread
From: Nicolas Saenz Julienne @ 2021-12-13 12:30 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: Nicolas Saenz Julienne, Nicolas Saenz Julienne, linux-kernel,
	bcm-kernel-feedback-list, linux-rpi-kernel, linux-arm-kernel

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


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

* [GIT PULL 3/3] bcm2835-bindings-2021-12-13
@ 2021-12-13 12:30   ` Nicolas Saenz Julienne
  0 siblings, 0 replies; 20+ messages in thread
From: Nicolas Saenz Julienne @ 2021-12-13 12:30 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: Nicolas Saenz Julienne, Nicolas Saenz Julienne, linux-kernel,
	bcm-kernel-feedback-list, linux-rpi-kernel, linux-arm-kernel

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


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

* Re: [GIT PULL 2/3] bcm2835-dt-fixes-2021-12-13
  2021-12-13 12:30   ` Nicolas Saenz Julienne
@ 2021-12-14  3:37     ` Florian Fainelli
  -1 siblings, 0 replies; 20+ messages in thread
From: Florian Fainelli @ 2021-12-14  3:37 UTC (permalink / raw)
  To: Nicolas Saenz Julienne, Florian Fainelli
  Cc: linux-kernel, bcm-kernel-feedback-list, linux-rpi-kernel,
	linux-arm-kernel



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

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

* Re: [GIT PULL 2/3] bcm2835-dt-fixes-2021-12-13
@ 2021-12-14  3:37     ` Florian Fainelli
  0 siblings, 0 replies; 20+ messages in thread
From: Florian Fainelli @ 2021-12-14  3:37 UTC (permalink / raw)
  To: Nicolas Saenz Julienne, Florian Fainelli
  Cc: linux-kernel, bcm-kernel-feedback-list, linux-rpi-kernel,
	linux-arm-kernel



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

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

* Re: [GIT PULL 1/3] bcm2835-dt-next-2021-12-13
  2021-12-13 12:30 ` Nicolas Saenz Julienne
@ 2021-12-14  3:38   ` Florian Fainelli
  -1 siblings, 0 replies; 20+ messages in thread
From: Florian Fainelli @ 2021-12-14  3:38 UTC (permalink / raw)
  To: Nicolas Saenz Julienne, Florian Fainelli
  Cc: linux-kernel, bcm-kernel-feedback-list, linux-rpi-kernel,
	linux-arm-kernel



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

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

* Re: [GIT PULL 1/3] bcm2835-dt-next-2021-12-13
@ 2021-12-14  3:38   ` Florian Fainelli
  0 siblings, 0 replies; 20+ messages in thread
From: Florian Fainelli @ 2021-12-14  3:38 UTC (permalink / raw)
  To: Nicolas Saenz Julienne, Florian Fainelli
  Cc: linux-kernel, bcm-kernel-feedback-list, linux-rpi-kernel,
	linux-arm-kernel



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

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

* Re: [GIT PULL 3/3] bcm2835-bindings-2021-12-13
  2021-12-13 12:30   ` Nicolas Saenz Julienne
@ 2021-12-14  3:38     ` Florian Fainelli
  -1 siblings, 0 replies; 20+ messages in thread
From: Florian Fainelli @ 2021-12-14  3:38 UTC (permalink / raw)
  To: Nicolas Saenz Julienne, Florian Fainelli
  Cc: linux-kernel, bcm-kernel-feedback-list, linux-rpi-kernel,
	linux-arm-kernel



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

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

* Re: [GIT PULL 3/3] bcm2835-bindings-2021-12-13
@ 2021-12-14  3:38     ` Florian Fainelli
  0 siblings, 0 replies; 20+ messages in thread
From: Florian Fainelli @ 2021-12-14  3:38 UTC (permalink / raw)
  To: Nicolas Saenz Julienne, Florian Fainelli
  Cc: linux-kernel, bcm-kernel-feedback-list, linux-rpi-kernel,
	linux-arm-kernel



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

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

* Re: [GIT PULL 1/3] bcm2835-dt-next-2021-12-13
  2021-12-14  3:38   ` Florian Fainelli
@ 2021-12-14  7:31     ` Nicolas Saenz Julienne
  -1 siblings, 0 replies; 20+ messages in thread
From: Nicolas Saenz Julienne @ 2021-12-14  7:31 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: linux-kernel, bcm-kernel-feedback-list, linux-rpi-kernel,
	linux-arm-kernel

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


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

* Re: [GIT PULL 1/3] bcm2835-dt-next-2021-12-13
@ 2021-12-14  7:31     ` Nicolas Saenz Julienne
  0 siblings, 0 replies; 20+ messages in thread
From: Nicolas Saenz Julienne @ 2021-12-14  7:31 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: linux-kernel, bcm-kernel-feedback-list, linux-rpi-kernel,
	linux-arm-kernel

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


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

* Re: [GIT PULL 3/3] bcm2835-bindings-2021-12-13
  2021-12-14  3:38     ` Florian Fainelli
@ 2021-12-18 16:34       ` Florian Fainelli
  -1 siblings, 0 replies; 20+ messages in thread
From: Florian Fainelli @ 2021-12-18 16:34 UTC (permalink / raw)
  To: Florian Fainelli, Nicolas Saenz Julienne
  Cc: linux-kernel, bcm-kernel-feedback-list, linux-rpi-kernel,
	linux-arm-kernel


[-- Attachment #1.1: Type: text/plain, Size: 997 bytes --]



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

[-- Attachment #1.2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4221 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

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

* Re: [GIT PULL 3/3] bcm2835-bindings-2021-12-13
@ 2021-12-18 16:34       ` Florian Fainelli
  0 siblings, 0 replies; 20+ messages in thread
From: Florian Fainelli @ 2021-12-18 16:34 UTC (permalink / raw)
  To: Florian Fainelli, Nicolas Saenz Julienne
  Cc: linux-kernel, bcm-kernel-feedback-list, linux-rpi-kernel,
	linux-arm-kernel

[-- Attachment #1: Type: text/plain, Size: 997 bytes --]



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

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4221 bytes --]

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

* Re: [GIT PULL 3/3] bcm2835-bindings-2021-12-13
  2021-12-18 16:34       ` Florian Fainelli
@ 2021-12-18 16:38         ` Nicolas Saenz Julienne
  -1 siblings, 0 replies; 20+ messages in thread
From: Nicolas Saenz Julienne @ 2021-12-18 16:38 UTC (permalink / raw)
  To: Florian Fainelli, Florian Fainelli
  Cc: linux-kernel, bcm-kernel-feedback-list, linux-rpi-kernel,
	linux-arm-kernel

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


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

* Re: [GIT PULL 3/3] bcm2835-bindings-2021-12-13
@ 2021-12-18 16:38         ` Nicolas Saenz Julienne
  0 siblings, 0 replies; 20+ messages in thread
From: Nicolas Saenz Julienne @ 2021-12-18 16:38 UTC (permalink / raw)
  To: Florian Fainelli, Florian Fainelli
  Cc: linux-kernel, bcm-kernel-feedback-list, linux-rpi-kernel,
	linux-arm-kernel

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


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

* Re: [GIT PULL 2/3] bcm2835-dt-fixes-2021-12-13
  2021-12-13 12:30   ` Nicolas Saenz Julienne
@ 2021-12-18 18:04     ` nicolas saenz julienne
  -1 siblings, 0 replies; 20+ messages in thread
From: nicolas saenz julienne @ 2021-12-18 18:04 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: Nicolas Saenz Julienne, linux-kernel, bcm-kernel-feedback-list,
	linux-rpi-kernel, linux-arm-kernel

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

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

* Re: [GIT PULL 2/3] bcm2835-dt-fixes-2021-12-13
@ 2021-12-18 18:04     ` nicolas saenz julienne
  0 siblings, 0 replies; 20+ messages in thread
From: nicolas saenz julienne @ 2021-12-18 18:04 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: Nicolas Saenz Julienne, linux-kernel, bcm-kernel-feedback-list,
	linux-rpi-kernel, linux-arm-kernel

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

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

end of thread, other threads:[~2021-12-18 18:06 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-13 12:30 [GIT PULL 1/3] bcm2835-dt-next-2021-12-13 Nicolas Saenz Julienne
2021-12-13 12:30 ` Nicolas Saenz Julienne
2021-12-13 12:30 ` [GIT PULL 2/3] bcm2835-dt-fixes-2021-12-13 Nicolas Saenz Julienne
2021-12-13 12:30   ` Nicolas Saenz Julienne
2021-12-14  3:37   ` Florian Fainelli
2021-12-14  3:37     ` Florian Fainelli
2021-12-18 18:04   ` nicolas saenz julienne
2021-12-18 18:04     ` nicolas saenz julienne
2021-12-13 12:30 ` [GIT PULL 3/3] bcm2835-bindings-2021-12-13 Nicolas Saenz Julienne
2021-12-13 12:30   ` Nicolas Saenz Julienne
2021-12-14  3:38   ` Florian Fainelli
2021-12-14  3:38     ` Florian Fainelli
2021-12-18 16:34     ` Florian Fainelli
2021-12-18 16:34       ` Florian Fainelli
2021-12-18 16:38       ` Nicolas Saenz Julienne
2021-12-18 16:38         ` Nicolas Saenz Julienne
2021-12-14  3:38 ` [GIT PULL 1/3] bcm2835-dt-next-2021-12-13 Florian Fainelli
2021-12-14  3:38   ` Florian Fainelli
2021-12-14  7:31   ` Nicolas Saenz Julienne
2021-12-14  7:31     ` Nicolas Saenz Julienne

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.