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>,
	Abel Vesa <abel.vesa@linaro.org>,
	Bhupesh Sharma <bhupesh.sharma@linaro.org>,
	AngeloGioacchino Del Regno
	<angelogioacchino.delregno@collabora.com>,
	Manivannan Sadhasivam <mani@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Subject: [GIT PULL] More Qualcomm driver updates for 6.2
Date: Wed,  7 Dec 2022 09:41:34 -0600	[thread overview]
Message-ID: <20221207154134.3233779-1-andersson@kernel.org> (raw)

The following changes since commit aa9f474014b1e2665194a97dc4675aa187534bb9:

  dt-bindings: firmware: scm: add sdm670 compatible (2022-11-11 21:28:52 -0600)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git qcom-drivers-for-6.2-2

for you to fetch changes up to f33ca7ec5e5e3a53d5636a4eab270bacac751f6e:

  soc: qcom: socinfo: Add SM6115 / SM4250 SoC IDs to the soc_id table (2022-12-05 16:50:40 -0600)

----------------------------------------------------------------
More Qualcomm driver updates for 6.2

Socinfo is extended with knowledge about MSM8956, MSM8976, SM6115,
SM4250, SM8150, SA8155 and SM8550.

Support for RSC v3, as found in SM8550 is added to the RPMH RSC driver.

Support for SM8550 and SM4250 ARC regulators are added to the RPM(h)
power-domain drivers. SM8550 support is added to the LLCC driver.
The AOSS QMP binding is declared compatible for SM8550.

BWMON and LLCC now selects REGMAP_MMIO to ensure dependencies are built
properly.

----------------------------------------------------------------
Abel Vesa (9):
      dt-bindings: power: rpmpd: Add SM8550 to rpmpd binding
      soc: qcom: rpmhpd: Add SM8550 power domains
      soc: qcom: rpmh-rsc: Add support for RSC v3 register offsets
      soc: qcom: rpmh-rsc: Avoid unnecessary checks on irq-done response
      soc: qcom: socinfo: Add SM8550 ID
      soc: qcom: llcc: Add v4.1 HW version support
      dt-bindings: arm: msm: Add LLCC compatible for SM8550
      soc: qcom: llcc: Add configuration data for SM8550
      dt-bindings: soc: qcom: aoss: Add compatible for SM8550

AngeloGioacchino Del Regno (2):
      dt-bindings: arm: qcom,ids: Add SoC IDs for MSM8956 and MSM8976
      soc: qcom: socinfo: Add MSM8956/76 SoC IDs to the soc_id table

Bhupesh Sharma (6):
      dt-bindings: power: rpmpd: Add SM4250 support
      soc: qcom: rpmpd: Add SM4250 support
      dt-bindings: arm: qcom,ids: Add SoC IDs for SM8150 and SA8155
      soc: qcom: socinfo: Add SM8150 and SA8155 SoC IDs to the soc_id table
      dt-bindings: arm: qcom,ids: Add SoC IDs for SM6115 / SM4250 and variants
      soc: qcom: socinfo: Add SM6115 / SM4250 SoC IDs to the soc_id table

Krzysztof Kozlowski (1):
      dt-bindings: soc: qcom: apr: document generic qcom,apr compatible

Manivannan Sadhasivam (2):
      soc: qcom: Select REMAP_MMIO for LLCC driver
      soc: qcom: Select REMAP_MMIO for ICC_BWMON driver

 .../devicetree/bindings/arm/msm/qcom,llcc.yaml     |   1 +
 .../devicetree/bindings/power/qcom,rpmpd.yaml      |   2 +
 .../bindings/soc/qcom/qcom,aoss-qmp.yaml           |   1 +
 .../devicetree/bindings/soc/qcom/qcom,apr.yaml     |   1 +
 drivers/soc/qcom/Kconfig                           |   2 +
 drivers/soc/qcom/llcc-qcom.c                       | 166 ++++++++++++++++++-
 drivers/soc/qcom/rpmh-internal.h                   |  11 +-
 drivers/soc/qcom/rpmh-rsc.c                        | 181 ++++++++++++---------
 drivers/soc/qcom/rpmh.c                            |  10 +-
 drivers/soc/qcom/rpmhpd.c                          |  24 +++
 drivers/soc/qcom/rpmpd.c                           |  18 ++
 drivers/soc/qcom/socinfo.c                         |   9 +
 drivers/soc/qcom/trace-rpmh.h                      |  11 +-
 include/dt-bindings/arm/qcom,ids.h                 |   9 +
 include/dt-bindings/power/qcom-rpmpd.h             |  26 +++
 include/linux/soc/qcom/llcc-qcom.h                 |  12 ++
 16 files changed, 383 insertions(+), 101 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>,
	Abel Vesa <abel.vesa@linaro.org>,
	Bhupesh Sharma <bhupesh.sharma@linaro.org>,
	AngeloGioacchino Del Regno
	<angelogioacchino.delregno@collabora.com>,
	Manivannan Sadhasivam <mani@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Subject: [GIT PULL] More Qualcomm driver updates for 6.2
Date: Wed,  7 Dec 2022 09:41:34 -0600	[thread overview]
Message-ID: <20221207154134.3233779-1-andersson@kernel.org> (raw)

The following changes since commit aa9f474014b1e2665194a97dc4675aa187534bb9:

  dt-bindings: firmware: scm: add sdm670 compatible (2022-11-11 21:28:52 -0600)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git qcom-drivers-for-6.2-2

for you to fetch changes up to f33ca7ec5e5e3a53d5636a4eab270bacac751f6e:

  soc: qcom: socinfo: Add SM6115 / SM4250 SoC IDs to the soc_id table (2022-12-05 16:50:40 -0600)

----------------------------------------------------------------
More Qualcomm driver updates for 6.2

Socinfo is extended with knowledge about MSM8956, MSM8976, SM6115,
SM4250, SM8150, SA8155 and SM8550.

Support for RSC v3, as found in SM8550 is added to the RPMH RSC driver.

Support for SM8550 and SM4250 ARC regulators are added to the RPM(h)
power-domain drivers. SM8550 support is added to the LLCC driver.
The AOSS QMP binding is declared compatible for SM8550.

BWMON and LLCC now selects REGMAP_MMIO to ensure dependencies are built
properly.

----------------------------------------------------------------
Abel Vesa (9):
      dt-bindings: power: rpmpd: Add SM8550 to rpmpd binding
      soc: qcom: rpmhpd: Add SM8550 power domains
      soc: qcom: rpmh-rsc: Add support for RSC v3 register offsets
      soc: qcom: rpmh-rsc: Avoid unnecessary checks on irq-done response
      soc: qcom: socinfo: Add SM8550 ID
      soc: qcom: llcc: Add v4.1 HW version support
      dt-bindings: arm: msm: Add LLCC compatible for SM8550
      soc: qcom: llcc: Add configuration data for SM8550
      dt-bindings: soc: qcom: aoss: Add compatible for SM8550

AngeloGioacchino Del Regno (2):
      dt-bindings: arm: qcom,ids: Add SoC IDs for MSM8956 and MSM8976
      soc: qcom: socinfo: Add MSM8956/76 SoC IDs to the soc_id table

Bhupesh Sharma (6):
      dt-bindings: power: rpmpd: Add SM4250 support
      soc: qcom: rpmpd: Add SM4250 support
      dt-bindings: arm: qcom,ids: Add SoC IDs for SM8150 and SA8155
      soc: qcom: socinfo: Add SM8150 and SA8155 SoC IDs to the soc_id table
      dt-bindings: arm: qcom,ids: Add SoC IDs for SM6115 / SM4250 and variants
      soc: qcom: socinfo: Add SM6115 / SM4250 SoC IDs to the soc_id table

Krzysztof Kozlowski (1):
      dt-bindings: soc: qcom: apr: document generic qcom,apr compatible

Manivannan Sadhasivam (2):
      soc: qcom: Select REMAP_MMIO for LLCC driver
      soc: qcom: Select REMAP_MMIO for ICC_BWMON driver

 .../devicetree/bindings/arm/msm/qcom,llcc.yaml     |   1 +
 .../devicetree/bindings/power/qcom,rpmpd.yaml      |   2 +
 .../bindings/soc/qcom/qcom,aoss-qmp.yaml           |   1 +
 .../devicetree/bindings/soc/qcom/qcom,apr.yaml     |   1 +
 drivers/soc/qcom/Kconfig                           |   2 +
 drivers/soc/qcom/llcc-qcom.c                       | 166 ++++++++++++++++++-
 drivers/soc/qcom/rpmh-internal.h                   |  11 +-
 drivers/soc/qcom/rpmh-rsc.c                        | 181 ++++++++++++---------
 drivers/soc/qcom/rpmh.c                            |  10 +-
 drivers/soc/qcom/rpmhpd.c                          |  24 +++
 drivers/soc/qcom/rpmpd.c                           |  18 ++
 drivers/soc/qcom/socinfo.c                         |   9 +
 drivers/soc/qcom/trace-rpmh.h                      |  11 +-
 include/dt-bindings/arm/qcom,ids.h                 |   9 +
 include/dt-bindings/power/qcom-rpmpd.h             |  26 +++
 include/linux/soc/qcom/llcc-qcom.h                 |  12 ++
 16 files changed, 383 insertions(+), 101 deletions(-)

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

             reply	other threads:[~2022-12-07 15:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-07 15:41 Bjorn Andersson [this message]
2022-12-07 15:41 ` [GIT PULL] More Qualcomm driver updates for 6.2 Bjorn Andersson
2022-12-07 21:20 ` 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=20221207154134.3233779-1-andersson@kernel.org \
    --to=andersson@kernel.org \
    --cc=abel.vesa@linaro.org \
    --cc=agross@kernel.org \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=bhupesh.sharma@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=mani@kernel.org \
    --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.