All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Arnd Bergmann" <arnd@arndb.de>
To: "Linus Torvalds" <torvalds@linux-foundation.org>
Cc: soc@kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	"Bjorn Andersson" <andersson@kernel.org>,
	"Doug Anderson" <dianders@chromium.org>,
	"Heiko Stübner" <heiko@sntech.de>
Subject: [GIT PULL] ARM: SoC fixes for 6.4, part 3
Date: Fri, 23 Jun 2023 22:57:31 +0200	[thread overview]
Message-ID: <fac1e7b7-4ba6-4334-a550-9d8a78037bf6@app.fastmail.com> (raw)

The following changes since commit 858fd168a95c5b9669aac8db6c14a9aeab446375:

  Linux 6.4-rc6 (2023-06-11 14:35:30 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/arm-fixes-6.4-3

for you to fetch changes up to ed8ff046eddd916627e1e9a549eacd9c043fde7d:

  Merge tag 'qcom-arm64-fixes-for-6.4-2' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/fixes (2023-06-23 22:13:27 +0200)

----------------------------------------------------------------
ARM: SoC fixes for 6.4, part 3

The final bug fixes for Qualcomm and Rockchips came in, all of them
for devicetree files:

 - Devices on Qualcomm SC7180/SC7280 that are cache coherent are now
   marked so correctly to fix a regression after a change in kernel behavior.

 - Rockchips has a few minor changes for correctness of regulator and cache
   properties, as well as fixes for incorrect behavior of the RK3568 PCI
   controller and reset pins on two boards.

----------------------------------------------------------------
Andrew Powers-Holmes (1):
      arm64: dts: rockchip: Fix rk356x PCIe register and range mappings

Arnd Bergmann (2):
      Merge tag 'v6.4-rockchip-dtsfixes1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into arm/fixes
      Merge tag 'qcom-arm64-fixes-for-6.4-2' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/fixes

Douglas Anderson (4):
      dt-bindings: firmware: qcom,scm: Document that SCM can be dma-coherent
      arm64: dts: qcom: sc7180: Mark SCM as dma-coherent for IDP
      arm64: dts: qcom: sc7180: Mark SCM as dma-coherent for trogdor
      arm64: dts: qcom: sc7280: Mark SCM as dma-coherent for chrome devices

Krzysztof Kozlowski (1):
      arm64: dts: rockchip: add missing cache properties

Lorenz Brun (1):
      arm64: dts: rockchip: fix USB regulator on ROCK64

Nicolas Frattaroli (1):
      arm64: dts: rockchip: fix nEXTRST on SOQuartz

Tianling Shen (1):
      arm64: dts: rockchip: fix button reset pin for nanopi r5c

 .../devicetree/bindings/firmware/qcom,scm.yaml     |  2 ++
 arch/arm64/boot/dts/qcom/sc7180-idp.dts            |  5 ++++
 arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi       |  5 ++++
 arch/arm64/boot/dts/qcom/sc7180.dtsi               |  2 +-
 arch/arm64/boot/dts/qcom/sc7280-chrome-common.dtsi |  5 ++++
 arch/arm64/boot/dts/qcom/sc7280.dtsi               |  2 +-
 arch/arm64/boot/dts/rockchip/rk3308.dtsi           |  1 +
 arch/arm64/boot/dts/rockchip/rk3328-rock64.dts     | 14 ++---------
 arch/arm64/boot/dts/rockchip/rk3328.dtsi           |  1 +
 .../boot/dts/rockchip/rk3566-soquartz-cm4.dts      | 18 ++++++++------
 arch/arm64/boot/dts/rockchip/rk3566-soquartz.dtsi  | 29 ++++++++++------------
 arch/arm64/boot/dts/rockchip/rk3568-nanopi-r5c.dts |  2 +-
 arch/arm64/boot/dts/rockchip/rk3568-nanopi-r5s.dts |  1 -
 arch/arm64/boot/dts/rockchip/rk3568.dtsi           | 14 ++++++-----
 arch/arm64/boot/dts/rockchip/rk356x.dtsi           |  7 +++---
 arch/arm64/boot/dts/rockchip/rk3588s.dtsi          |  9 +++++++
 16 files changed, 69 insertions(+), 48 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: "Arnd Bergmann" <arnd@arndb.de>
To: "Linus Torvalds" <torvalds@linux-foundation.org>
Cc: soc@kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	"Bjorn Andersson" <andersson@kernel.org>,
	"Doug Anderson" <dianders@chromium.org>,
	"Heiko Stübner" <heiko@sntech.de>
Subject: [GIT PULL] ARM: SoC fixes for 6.4, part 3
Date: Fri, 23 Jun 2023 22:57:31 +0200	[thread overview]
Message-ID: <fac1e7b7-4ba6-4334-a550-9d8a78037bf6@app.fastmail.com> (raw)

The following changes since commit 858fd168a95c5b9669aac8db6c14a9aeab446375:

  Linux 6.4-rc6 (2023-06-11 14:35:30 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/arm-fixes-6.4-3

for you to fetch changes up to ed8ff046eddd916627e1e9a549eacd9c043fde7d:

  Merge tag 'qcom-arm64-fixes-for-6.4-2' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/fixes (2023-06-23 22:13:27 +0200)

----------------------------------------------------------------
ARM: SoC fixes for 6.4, part 3

The final bug fixes for Qualcomm and Rockchips came in, all of them
for devicetree files:

 - Devices on Qualcomm SC7180/SC7280 that are cache coherent are now
   marked so correctly to fix a regression after a change in kernel behavior.

 - Rockchips has a few minor changes for correctness of regulator and cache
   properties, as well as fixes for incorrect behavior of the RK3568 PCI
   controller and reset pins on two boards.

----------------------------------------------------------------
Andrew Powers-Holmes (1):
      arm64: dts: rockchip: Fix rk356x PCIe register and range mappings

Arnd Bergmann (2):
      Merge tag 'v6.4-rockchip-dtsfixes1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into arm/fixes
      Merge tag 'qcom-arm64-fixes-for-6.4-2' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/fixes

Douglas Anderson (4):
      dt-bindings: firmware: qcom,scm: Document that SCM can be dma-coherent
      arm64: dts: qcom: sc7180: Mark SCM as dma-coherent for IDP
      arm64: dts: qcom: sc7180: Mark SCM as dma-coherent for trogdor
      arm64: dts: qcom: sc7280: Mark SCM as dma-coherent for chrome devices

Krzysztof Kozlowski (1):
      arm64: dts: rockchip: add missing cache properties

Lorenz Brun (1):
      arm64: dts: rockchip: fix USB regulator on ROCK64

Nicolas Frattaroli (1):
      arm64: dts: rockchip: fix nEXTRST on SOQuartz

Tianling Shen (1):
      arm64: dts: rockchip: fix button reset pin for nanopi r5c

 .../devicetree/bindings/firmware/qcom,scm.yaml     |  2 ++
 arch/arm64/boot/dts/qcom/sc7180-idp.dts            |  5 ++++
 arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi       |  5 ++++
 arch/arm64/boot/dts/qcom/sc7180.dtsi               |  2 +-
 arch/arm64/boot/dts/qcom/sc7280-chrome-common.dtsi |  5 ++++
 arch/arm64/boot/dts/qcom/sc7280.dtsi               |  2 +-
 arch/arm64/boot/dts/rockchip/rk3308.dtsi           |  1 +
 arch/arm64/boot/dts/rockchip/rk3328-rock64.dts     | 14 ++---------
 arch/arm64/boot/dts/rockchip/rk3328.dtsi           |  1 +
 .../boot/dts/rockchip/rk3566-soquartz-cm4.dts      | 18 ++++++++------
 arch/arm64/boot/dts/rockchip/rk3566-soquartz.dtsi  | 29 ++++++++++------------
 arch/arm64/boot/dts/rockchip/rk3568-nanopi-r5c.dts |  2 +-
 arch/arm64/boot/dts/rockchip/rk3568-nanopi-r5s.dts |  1 -
 arch/arm64/boot/dts/rockchip/rk3568.dtsi           | 14 ++++++-----
 arch/arm64/boot/dts/rockchip/rk356x.dtsi           |  7 +++---
 arch/arm64/boot/dts/rockchip/rk3588s.dtsi          |  9 +++++++
 16 files changed, 69 insertions(+), 48 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-06-23 20:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-23 20:57 Arnd Bergmann [this message]
2023-06-23 20:57 ` [GIT PULL] ARM: SoC fixes for 6.4, part 3 Arnd Bergmann
2023-06-23 23:53 ` pr-tracker-bot
2023-06-23 23:53   ` pr-tracker-bot

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=fac1e7b7-4ba6-4334-a550-9d8a78037bf6@app.fastmail.com \
    --to=arnd@arndb.de \
    --cc=andersson@kernel.org \
    --cc=dianders@chromium.org \
    --cc=heiko@sntech.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=soc@kernel.org \
    --cc=torvalds@linux-foundation.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.