All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heiko Stuebner <heiko@sntech.de>
To: arm@kernel.org
Cc: soc@kernel.org, linux-rockchip@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Rockchip dts fixes for 6.7
Date: Thu, 07 Dec 2023 21:41:37 +0100	[thread overview]
Message-ID: <2709704.mvXUDI8C0e@phil> (raw)

Hi Arnd, Kevin, Olof,

please find a below a collection of fixes for the current release 6.7
cycle.

Please pull

Thanks
Heiko


The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v6.7-rockchip-dtsfixes1

for you to fetch changes up to 37f3d6108730713c411827ab4af764909f4dfc78:

  arm64: dts: rockchip: Fix eMMC Data Strobe PD on rk3588 (2023-12-06 10:38:03 +0100)

----------------------------------------------------------------
Devicetree fixes for the 6.7-cycle.

All over the place this time. From adapting the size of the vdec nodes
on rk3328 and rk3399, fixing some wrong pinctrl settings on rk3128 and
the Turing RK1 board, emmc-settings fixes on rk3588 and interrupt-name
mishaps, down to some dt-cleanups.

Also this adds the missing rockchip,rk3588-pmugrf compatible to the soc
grf binding, that I somehow messed up during the pull requests for the
-rc1 . At least with it included the dt-checker is happier.

----------------------------------------------------------------
Alex Bee (2):
      arm64: dts: rockchip: Expand reg size of vdec node for RK3399
      ARM: dts: rockchip: Fix sdmmc_pwren's pinmux setting for RK3128

Heiko Stuebner (2):
      arm64: dts: rockchip: fix rk356x pcie msg interrupt name
      arm64: dts: rockchip: drop interrupt-names property from rk3588s dfi

Jonas Karlman (1):
      arm64: dts: rockchip: Expand reg size of vdec node for RK3328

Krzysztof Kozlowski (2):
      ARM: dts: rockchip: minor whitespace cleanup around '='
      arm64: dts: rockchip: minor whitespace cleanup around '='

Rob Herring (1):
      arm64: dts: rockchip: Fix PCI node addresses on rk3399-gru

Sam Edwards (2):
      arm64: dts: rockchip: Fix Turing RK1 interrupt pinctrls
      arm64: dts: rockchip: Fix eMMC Data Strobe PD on rk3588

Sascha Hauer (1):
      dt-bindings: soc: rockchip: grf: add rockchip,rk3588-pmugrf

 Documentation/devicetree/bindings/soc/rockchip/grf.yaml  | 1 +
 arch/arm/boot/dts/rockchip/rk3128.dtsi                   | 2 +-
 arch/arm/boot/dts/rockchip/rk322x.dtsi                   | 6 +++---
 arch/arm64/boot/dts/rockchip/px30-ringneck-haikou.dts    | 2 +-
 arch/arm64/boot/dts/rockchip/rk3328.dtsi                 | 2 +-
 arch/arm64/boot/dts/rockchip/rk3399-gru-chromebook.dtsi  | 3 +--
 arch/arm64/boot/dts/rockchip/rk3399-gru-scarlet-dumo.dts | 4 ++--
 arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi             | 1 +
 arch/arm64/boot/dts/rockchip/rk3399.dtsi                 | 6 ++++--
 arch/arm64/boot/dts/rockchip/rk356x.dtsi                 | 2 +-
 arch/arm64/boot/dts/rockchip/rk3588-turing-rk1.dtsi      | 4 ++--
 arch/arm64/boot/dts/rockchip/rk3588s-orangepi-5.dts      | 2 +-
 arch/arm64/boot/dts/rockchip/rk3588s-pinctrl.dtsi        | 2 +-
 arch/arm64/boot/dts/rockchip/rk3588s.dtsi                | 1 -
 14 files changed, 20 insertions(+), 18 deletions(-)




WARNING: multiple messages have this Message-ID (diff)
From: Heiko Stuebner <heiko@sntech.de>
To: arm@kernel.org
Cc: soc@kernel.org, linux-rockchip@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Rockchip dts fixes for 6.7
Date: Thu, 07 Dec 2023 21:41:37 +0100	[thread overview]
Message-ID: <2709704.mvXUDI8C0e@phil> (raw)

Hi Arnd, Kevin, Olof,

please find a below a collection of fixes for the current release 6.7
cycle.

Please pull

Thanks
Heiko


The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v6.7-rockchip-dtsfixes1

for you to fetch changes up to 37f3d6108730713c411827ab4af764909f4dfc78:

  arm64: dts: rockchip: Fix eMMC Data Strobe PD on rk3588 (2023-12-06 10:38:03 +0100)

----------------------------------------------------------------
Devicetree fixes for the 6.7-cycle.

All over the place this time. From adapting the size of the vdec nodes
on rk3328 and rk3399, fixing some wrong pinctrl settings on rk3128 and
the Turing RK1 board, emmc-settings fixes on rk3588 and interrupt-name
mishaps, down to some dt-cleanups.

Also this adds the missing rockchip,rk3588-pmugrf compatible to the soc
grf binding, that I somehow messed up during the pull requests for the
-rc1 . At least with it included the dt-checker is happier.

----------------------------------------------------------------
Alex Bee (2):
      arm64: dts: rockchip: Expand reg size of vdec node for RK3399
      ARM: dts: rockchip: Fix sdmmc_pwren's pinmux setting for RK3128

Heiko Stuebner (2):
      arm64: dts: rockchip: fix rk356x pcie msg interrupt name
      arm64: dts: rockchip: drop interrupt-names property from rk3588s dfi

Jonas Karlman (1):
      arm64: dts: rockchip: Expand reg size of vdec node for RK3328

Krzysztof Kozlowski (2):
      ARM: dts: rockchip: minor whitespace cleanup around '='
      arm64: dts: rockchip: minor whitespace cleanup around '='

Rob Herring (1):
      arm64: dts: rockchip: Fix PCI node addresses on rk3399-gru

Sam Edwards (2):
      arm64: dts: rockchip: Fix Turing RK1 interrupt pinctrls
      arm64: dts: rockchip: Fix eMMC Data Strobe PD on rk3588

Sascha Hauer (1):
      dt-bindings: soc: rockchip: grf: add rockchip,rk3588-pmugrf

 Documentation/devicetree/bindings/soc/rockchip/grf.yaml  | 1 +
 arch/arm/boot/dts/rockchip/rk3128.dtsi                   | 2 +-
 arch/arm/boot/dts/rockchip/rk322x.dtsi                   | 6 +++---
 arch/arm64/boot/dts/rockchip/px30-ringneck-haikou.dts    | 2 +-
 arch/arm64/boot/dts/rockchip/rk3328.dtsi                 | 2 +-
 arch/arm64/boot/dts/rockchip/rk3399-gru-chromebook.dtsi  | 3 +--
 arch/arm64/boot/dts/rockchip/rk3399-gru-scarlet-dumo.dts | 4 ++--
 arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi             | 1 +
 arch/arm64/boot/dts/rockchip/rk3399.dtsi                 | 6 ++++--
 arch/arm64/boot/dts/rockchip/rk356x.dtsi                 | 2 +-
 arch/arm64/boot/dts/rockchip/rk3588-turing-rk1.dtsi      | 4 ++--
 arch/arm64/boot/dts/rockchip/rk3588s-orangepi-5.dts      | 2 +-
 arch/arm64/boot/dts/rockchip/rk3588s-pinctrl.dtsi        | 2 +-
 arch/arm64/boot/dts/rockchip/rk3588s.dtsi                | 1 -
 14 files changed, 20 insertions(+), 18 deletions(-)




_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

WARNING: multiple messages have this Message-ID (diff)
From: Heiko Stuebner <heiko@sntech.de>
To: arm@kernel.org
Cc: soc@kernel.org, linux-rockchip@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Rockchip dts fixes for 6.7
Date: Thu, 07 Dec 2023 21:41:37 +0100	[thread overview]
Message-ID: <2709704.mvXUDI8C0e@phil> (raw)

Hi Arnd, Kevin, Olof,

please find a below a collection of fixes for the current release 6.7
cycle.

Please pull

Thanks
Heiko


The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v6.7-rockchip-dtsfixes1

for you to fetch changes up to 37f3d6108730713c411827ab4af764909f4dfc78:

  arm64: dts: rockchip: Fix eMMC Data Strobe PD on rk3588 (2023-12-06 10:38:03 +0100)

----------------------------------------------------------------
Devicetree fixes for the 6.7-cycle.

All over the place this time. From adapting the size of the vdec nodes
on rk3328 and rk3399, fixing some wrong pinctrl settings on rk3128 and
the Turing RK1 board, emmc-settings fixes on rk3588 and interrupt-name
mishaps, down to some dt-cleanups.

Also this adds the missing rockchip,rk3588-pmugrf compatible to the soc
grf binding, that I somehow messed up during the pull requests for the
-rc1 . At least with it included the dt-checker is happier.

----------------------------------------------------------------
Alex Bee (2):
      arm64: dts: rockchip: Expand reg size of vdec node for RK3399
      ARM: dts: rockchip: Fix sdmmc_pwren's pinmux setting for RK3128

Heiko Stuebner (2):
      arm64: dts: rockchip: fix rk356x pcie msg interrupt name
      arm64: dts: rockchip: drop interrupt-names property from rk3588s dfi

Jonas Karlman (1):
      arm64: dts: rockchip: Expand reg size of vdec node for RK3328

Krzysztof Kozlowski (2):
      ARM: dts: rockchip: minor whitespace cleanup around '='
      arm64: dts: rockchip: minor whitespace cleanup around '='

Rob Herring (1):
      arm64: dts: rockchip: Fix PCI node addresses on rk3399-gru

Sam Edwards (2):
      arm64: dts: rockchip: Fix Turing RK1 interrupt pinctrls
      arm64: dts: rockchip: Fix eMMC Data Strobe PD on rk3588

Sascha Hauer (1):
      dt-bindings: soc: rockchip: grf: add rockchip,rk3588-pmugrf

 Documentation/devicetree/bindings/soc/rockchip/grf.yaml  | 1 +
 arch/arm/boot/dts/rockchip/rk3128.dtsi                   | 2 +-
 arch/arm/boot/dts/rockchip/rk322x.dtsi                   | 6 +++---
 arch/arm64/boot/dts/rockchip/px30-ringneck-haikou.dts    | 2 +-
 arch/arm64/boot/dts/rockchip/rk3328.dtsi                 | 2 +-
 arch/arm64/boot/dts/rockchip/rk3399-gru-chromebook.dtsi  | 3 +--
 arch/arm64/boot/dts/rockchip/rk3399-gru-scarlet-dumo.dts | 4 ++--
 arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi             | 1 +
 arch/arm64/boot/dts/rockchip/rk3399.dtsi                 | 6 ++++--
 arch/arm64/boot/dts/rockchip/rk356x.dtsi                 | 2 +-
 arch/arm64/boot/dts/rockchip/rk3588-turing-rk1.dtsi      | 4 ++--
 arch/arm64/boot/dts/rockchip/rk3588s-orangepi-5.dts      | 2 +-
 arch/arm64/boot/dts/rockchip/rk3588s-pinctrl.dtsi        | 2 +-
 arch/arm64/boot/dts/rockchip/rk3588s.dtsi                | 1 -
 14 files changed, 20 insertions(+), 18 deletions(-)




_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2023-12-07 20:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-07 20:41 Heiko Stuebner [this message]
2023-12-07 20:41 ` [GIT PULL] Rockchip dts fixes for 6.7 Heiko Stuebner
2023-12-07 20:41 ` Heiko Stuebner
2023-12-08  9:00 ` patchwork-bot+linux-soc

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2709704.mvXUDI8C0e@phil \
    --to=heiko@sntech.de \
    --cc=arm@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=soc@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.