linux-arm-kernel.lists.infradead.org archive mirror
 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,
	"Arnd Bergmann" <arnd@arndb.de>,
	"Olof Johansson" <olof@lixom.net>,
	"Kevin Hilman" <khilman@baylibre.com>,
	"Dmitry Baryshkov" <dmitry.baryshkov@linaro.org>,
	"Krzysztof Kozlowski" <krzysztof.kozlowski@linaro.org>,
	"Nikunj Kela" <quic_nkela@quicinc.com>,
	"Zhang Zekun" <zhangzekun11@huawei.com>,
	"Lijuan Gao" <quic_lijuang@quicinc.com>,
	"Tengfei Fan" <quic_tengfan@quicinc.com>,
	"Aleksandrs Vinarskis" <alex.vinarskis@gmail.com>,
	"Bjorn Andersson" <bjorn.andersson@oss.qualcomm.com>,
	"Dan Carpenter" <dan.carpenter@linaro.org>,
	"Jingyi Wang" <quic_jingyw@quicinc.com>,
	"Julia Lawall" <Julia.Lawall@inria.fr>,
	"Jérôme de Bretagne" <jerome.debretagne@gmail.com>,
	"Konrad Dybcio" <konrad.dybcio@oss.qualcomm.com>,
	"Konrad Dybcio" <quic_kdybcio@quicinc.com>,
	"Kyle Deng" <quic_chunkaid@quicinc.com>,
	"Maya Matuszczyk" <maccraft123mc@gmail.com>,
	"Zhenhua Huang" <quic_zhenhuah@quicinc.com>
Subject: [GIT PULL] Qualcomm driver updates for v6.13
Date: Sat,  2 Nov 2024 18:19:48 -0500	[thread overview]
Message-ID: <20241102231953.871067-1-andersson@kernel.org> (raw)


The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

  Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-drivers-for-6.13

for you to fetch changes up to d088afa7de3cbe689954dad49e7058d2c4b8944c:

  soc: qcom: socinfo: add QCS9100 ID (2024-10-29 15:09:02 -0500)

----------------------------------------------------------------
Qualcomm driver updates for v6.13

Enable QSEECOM, and thereby access to EFI variables, for Lenovo Yoga
Slim 7x, Dell XPS 13, Microsoft Surface Pro 9.

Last Level Cache Controller (LLCC) driver code is shuffled, to improve
readability of the tables.

The Qualcomm socinfo driver gains support for QCS615, QCS9100, SAR1130P,
SAR2130P, and SA8255P.

A few drivers are simplified using dev_err_probe() and guard(), and a
few kernel-doc issues are corrected.

Mentioning of the #linux-msm IRC channel is added to the MAINTAINERS
file.

----------------------------------------------------------------
Aleksandrs Vinarskis (1):
      firmware: qcom: scm: Allow QSEECOM on Dell XPS 13 9345

Bjorn Andersson (1):
      soc: qcom: pd-mapper: Add QCM6490 PD maps

Dan Carpenter (1):
      soc: qcom: geni-se: fix array underflow in geni_se_clk_tbl_get()

Dmitry Baryshkov (4):
      dt-bindings: arm: qcom,ids: add SoC ID for SAR2130P and SAR1130P
      soc: qcom: socinfo: add SoC IDs for SAR1130P and SAR2130P
      dt-bindings: firmware: qcom,scm: Add SAR2130P compatible
      dt-bindings: soc: qcom,aoss-qmp: Add SAR2130P compatible

Jingyi Wang (1):
      dt-bindings: soc: qcom: add qcom,qcs8300-imem compatible

Julia Lawall (1):
      soc: qcom: qmi: Reorganize kerneldoc parameter names

Jérôme de Bretagne (1):
      firmware: qcom: scm: Allow QSEECOM on Microsoft Surface Pro 9 5G

Konrad Dybcio (2):
      soc: qcom: llcc: Use designated initializers for LLC settings
      soc: qcom: smem: Fix up kerneldoc

Krzysztof Kozlowski (4):
      qcom: MAINTAINERS: add linux-msm IRC on OFTC
      soc: qcom: pbs: simplify locking with guard()
      soc: qcom: smem_state: simplify locking with guard()
      dt-bindings: soc: qcom: aoss-qmp: Add SM8750

Kyle Deng (1):
      dt-bindings: soc: qcom,aoss-qmp: Document the QCS8300 AOSS channel

Lijuan Gao (2):
      dt-bindings: arm: qcom,ids: add SoC ID for QCS615
      soc: qcom: socinfo: Add QCS615 SoC ID table entry

Maya Matuszczyk (1):
      firmware: qcom: scm:  Allow QSEECOM on Lenovo Yoga Slim 7x

Nikunj Kela (4):
      dt-bindings: firmware: qcom,scm: document support for SA8255p
      dt-bindings: soc: qcom: aoss-qmp: document support for SA8255p
      dt-bindings: arm: qcom: add the SoC ID for SA8255P
      soc: qcom: socinfo: add support for SA8255P

Tengfei Fan (2):
      dt-bindings: arm: qcom,ids: add SoC ID for QCS9100
      soc: qcom: socinfo: add QCS9100 ID

Zhang Zekun (3):
      soc: qcom: rpmh-rsc: Simplify code with dev_err_probe()
      soc: qcom: smem: Simplify code with dev_err_probe()
      soc: qcom: smp2p: Simplify code with dev_err_probe()

Zhenhua Huang (1):
      dt-bindings: firmware: qcom,scm: document SCM on QCS8300 SoCs

 .../devicetree/bindings/firmware/qcom,scm.yaml     |    4 +
 .../bindings/soc/qcom/qcom,aoss-qmp.yaml           |    4 +
 .../devicetree/bindings/sram/qcom,imem.yaml        |    1 +
 MAINTAINERS                                        |    3 +
 drivers/firmware/qcom/qcom_scm.c                   |    3 +
 drivers/soc/qcom/llcc-qcom.c                       | 2644 ++++++++++++++++++--
 drivers/soc/qcom/qcom-geni-se.c                    |    3 +-
 drivers/soc/qcom/qcom-pbs.c                        |   22 +-
 drivers/soc/qcom/qcom_pd_mapper.c                  |    1 +
 drivers/soc/qcom/qmi_interface.c                   |    2 +-
 drivers/soc/qcom/rpmh-rsc.c                        |    9 +-
 drivers/soc/qcom/smem.c                            |   16 +-
 drivers/soc/qcom/smem_state.c                      |   12 +-
 drivers/soc/qcom/smp2p.c                           |    9 +-
 drivers/soc/qcom/socinfo.c                         |    5 +
 include/dt-bindings/arm/qcom,ids.h                 |    5 +
 16 files changed, 2432 insertions(+), 311 deletions(-)


                 reply	other threads:[~2024-11-02 23:21 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20241102231953.871067-1-andersson@kernel.org \
    --to=andersson@kernel.org \
    --cc=Julia.Lawall@inria.fr \
    --cc=alex.vinarskis@gmail.com \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=bjorn.andersson@oss.qualcomm.com \
    --cc=dan.carpenter@linaro.org \
    --cc=dmitry.baryshkov@linaro.org \
    --cc=jerome.debretagne@gmail.com \
    --cc=khilman@baylibre.com \
    --cc=konrad.dybcio@oss.qualcomm.com \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=maccraft123mc@gmail.com \
    --cc=olof@lixom.net \
    --cc=quic_chunkaid@quicinc.com \
    --cc=quic_jingyw@quicinc.com \
    --cc=quic_kdybcio@quicinc.com \
    --cc=quic_lijuang@quicinc.com \
    --cc=quic_nkela@quicinc.com \
    --cc=quic_tengfan@quicinc.com \
    --cc=quic_zhenhuah@quicinc.com \
    --cc=soc@kernel.org \
    --cc=zhangzekun11@huawei.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).