All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bjorn Andersson <andersson@kernel.org>
To: arm@kernel.org, soc@kernel.org
Cc: linux-arm-msm@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	"Andy Gross" <agross@kernel.org>, "Arnd Bergmann" <arnd@arndb.de>,
	"Olof Johansson" <olof@lixom.net>,
	"Kevin Hilman" <khilman@baylibre.com>,
	"Krzysztof Kozlowski" <krzysztof.kozlowski@linaro.org>,
	"Matti Lehtimäki" <matti.lehtimaki@gmail.com>,
	"Dmitry Baryshkov" <dmitry.baryshkov@linaro.org>
Subject: [GIT PULL] Qualcomm ARM DeviceTree updates for v6.7
Date: Sun, 15 Oct 2023 13:45:57 -0700	[thread overview]
Message-ID: <20231015204558.855987-1-andersson@kernel.org> (raw)


The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-dts-for-6.7

for you to fetch changes up to 2138c32af19740ab54bf5622890fe96ba3530b75:

  ARM: dts: qcom: ipq8064: move keys and leds out of soc node (2023-09-27 16:10:23 -0700)

----------------------------------------------------------------
Qualcomm ARM DeviceTree updates for v6.7

RPM master stats is introduced for MSM8226 and MSM8974. The PCIe PHY of
SDX55 is transitioned to the new binding. The hall sensor on the Samsung
Galaxy Tab 4 is inverted.

A number of fixes reported from DeviceTree validation are fixed.

----------------------------------------------------------------
Dmitry Baryshkov (1):
      ARM: dts: qcom-sdx55: switch PCIe QMP PHY to new style of bindings

Krzysztof Kozlowski (7):
      ARM: dts: qcom: drop incorrect cell-index from SPMI
      ARM: dts: qcom: apq8064: drop label property from DSI
      ARM: dts: qcom: sdx65: fix SDHCI clocks order
      ARM: dts: qcom: apq8064: drop incorrect regulator-type
      ARM: dts: qcom: apq8060: drop incorrect regulator-type
      ARM: dts: qcom: mdm9615: populate vsdcc fixed regulator
      ARM: dts: qcom: ipq8064: move keys and leds out of soc node

Matti Lehtimäki (3):
      ARM: dts: qcom: apq8026-samsung-matisse-wifi: Fix inverted hall sensor
      ARM: qcom: msm8226: Add rpm-master-stats node
      ARM: qcom: msm8974: Add rpm-master-stats node

 .../dts/qcom/qcom-apq8026-samsung-matisse-wifi.dts |   4 +-
 .../arm/boot/dts/qcom/qcom-apq8060-dragonboard.dts |   1 -
 .../boot/dts/qcom/qcom-apq8064-asus-nexus7-flo.dts |   1 -
 arch/arm/boot/dts/qcom/qcom-apq8064-ifc6410.dts    |   1 -
 arch/arm/boot/dts/qcom/qcom-apq8064.dtsi           |   1 -
 arch/arm/boot/dts/qcom/qcom-ipq8064-rb3011.dts     |  55 +++++-----
 arch/arm/boot/dts/qcom/qcom-ipq8064-v1.0.dtsi      | 122 ++++++++++-----------
 arch/arm/boot/dts/qcom/qcom-mdm9615.dtsi           |  14 +--
 arch/arm/boot/dts/qcom/qcom-msm8226.dtsi           |  32 ++++++
 arch/arm/boot/dts/qcom/qcom-msm8974.dtsi           |  32 ++++++
 arch/arm/boot/dts/qcom/qcom-sdx55.dtsi             |  32 ++----
 arch/arm/boot/dts/qcom/qcom-sdx65.dtsi             |   7 +-
 12 files changed, 175 insertions(+), 127 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Bjorn Andersson <andersson@kernel.org>
To: arm@kernel.org, soc@kernel.org
Cc: linux-arm-msm@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	"Andy Gross" <agross@kernel.org>, "Arnd Bergmann" <arnd@arndb.de>,
	"Olof Johansson" <olof@lixom.net>,
	"Kevin Hilman" <khilman@baylibre.com>,
	"Krzysztof Kozlowski" <krzysztof.kozlowski@linaro.org>,
	"Matti Lehtimäki" <matti.lehtimaki@gmail.com>,
	"Dmitry Baryshkov" <dmitry.baryshkov@linaro.org>
Subject: [GIT PULL] Qualcomm ARM DeviceTree updates for v6.7
Date: Sun, 15 Oct 2023 13:45:57 -0700	[thread overview]
Message-ID: <20231015204558.855987-1-andersson@kernel.org> (raw)


The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-dts-for-6.7

for you to fetch changes up to 2138c32af19740ab54bf5622890fe96ba3530b75:

  ARM: dts: qcom: ipq8064: move keys and leds out of soc node (2023-09-27 16:10:23 -0700)

----------------------------------------------------------------
Qualcomm ARM DeviceTree updates for v6.7

RPM master stats is introduced for MSM8226 and MSM8974. The PCIe PHY of
SDX55 is transitioned to the new binding. The hall sensor on the Samsung
Galaxy Tab 4 is inverted.

A number of fixes reported from DeviceTree validation are fixed.

----------------------------------------------------------------
Dmitry Baryshkov (1):
      ARM: dts: qcom-sdx55: switch PCIe QMP PHY to new style of bindings

Krzysztof Kozlowski (7):
      ARM: dts: qcom: drop incorrect cell-index from SPMI
      ARM: dts: qcom: apq8064: drop label property from DSI
      ARM: dts: qcom: sdx65: fix SDHCI clocks order
      ARM: dts: qcom: apq8064: drop incorrect regulator-type
      ARM: dts: qcom: apq8060: drop incorrect regulator-type
      ARM: dts: qcom: mdm9615: populate vsdcc fixed regulator
      ARM: dts: qcom: ipq8064: move keys and leds out of soc node

Matti Lehtimäki (3):
      ARM: dts: qcom: apq8026-samsung-matisse-wifi: Fix inverted hall sensor
      ARM: qcom: msm8226: Add rpm-master-stats node
      ARM: qcom: msm8974: Add rpm-master-stats node

 .../dts/qcom/qcom-apq8026-samsung-matisse-wifi.dts |   4 +-
 .../arm/boot/dts/qcom/qcom-apq8060-dragonboard.dts |   1 -
 .../boot/dts/qcom/qcom-apq8064-asus-nexus7-flo.dts |   1 -
 arch/arm/boot/dts/qcom/qcom-apq8064-ifc6410.dts    |   1 -
 arch/arm/boot/dts/qcom/qcom-apq8064.dtsi           |   1 -
 arch/arm/boot/dts/qcom/qcom-ipq8064-rb3011.dts     |  55 +++++-----
 arch/arm/boot/dts/qcom/qcom-ipq8064-v1.0.dtsi      | 122 ++++++++++-----------
 arch/arm/boot/dts/qcom/qcom-mdm9615.dtsi           |  14 +--
 arch/arm/boot/dts/qcom/qcom-msm8226.dtsi           |  32 ++++++
 arch/arm/boot/dts/qcom/qcom-msm8974.dtsi           |  32 ++++++
 arch/arm/boot/dts/qcom/qcom-sdx55.dtsi             |  32 ++----
 arch/arm/boot/dts/qcom/qcom-sdx65.dtsi             |   7 +-
 12 files changed, 175 insertions(+), 127 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-10-15 20:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-15 20:45 Bjorn Andersson [this message]
2023-10-15 20:45 ` [GIT PULL] Qualcomm ARM DeviceTree updates for v6.7 Bjorn Andersson
2023-10-16 21:31 ` 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=20231015204558.855987-1-andersson@kernel.org \
    --to=andersson@kernel.org \
    --cc=agross@kernel.org \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=dmitry.baryshkov@linaro.org \
    --cc=khilman@baylibre.com \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=matti.lehtimaki@gmail.com \
    --cc=olof@lixom.net \
    --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.