Linux ARM-MSM sub-architecture
 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>,
	Bjorn Andersson <bjorn.andersson@oss.qualcomm.com>,
	Bartosz Golaszewski <bartosz.golaszewski@linaro.org>,
	Charles Han <hanchunchao@inspur.com>,
	Johan Hovold <johan+linaro@kernel.org>,
	Manikanta Mylavarapu <quic_mmanikan@quicinc.com>,
	Qingqing Zhou <quic_qqzhou@quicinc.com>,
	Rajendra Nayak <quic_rjendra@quicinc.com>,
	Simon Horman <horms@kernel.org>
Subject: [GIT PULL] Qualcomm driver fixes for v6.12
Date: Fri,  1 Nov 2024 11:14:54 -0500	[thread overview]
Message-ID: <20241101161455.746290-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-fixes-for-6.12

for you to fetch changes up to f8c879192465d9f328cb0df07208ef077c560bb1:

  soc: qcom: pmic_glink: Handle GLINK intent allocation rejections (2024-10-24 13:03:37 -0500)

----------------------------------------------------------------
Qualcomm driver fixes for v6.12

The Qualcomm EDAC driver's configuration of interrupts is made optional,
to avoid violating security constriants on X Elite platform .

The SCM drivers' detection mechanism for the presence of SHM bridge in QTEE,
is corrected to handle the case where firmware successfully returns that
the interface isn't supported.

The GLINK driver and the PMIC GLINK interface is updated to handle
buffer allocation issues during initialization of the communication
channel.

Allocation error handling in the socinfo dirver is corrected, and then
the fix is corrected.

----------------------------------------------------------------
Bartosz Golaszewski (1):
      firmware: qcom: scm: fix a NULL-pointer dereference

Bjorn Andersson (2):
      rpmsg: glink: Handle rejected intent request better
      soc: qcom: pmic_glink: Handle GLINK intent allocation rejections

Charles Han (1):
      soc: qcom: Add check devm_kasprintf() returned value

Johan Hovold (1):
      firmware: qcom: scm: suppress download mode error

Manikanta Mylavarapu (1):
      soc: qcom: socinfo: fix revision check in qcom_socinfo_probe()

Qingqing Zhou (1):
      firmware: qcom: scm: Return -EOPNOTSUPP for unsupported SHM bridge enabling

Rajendra Nayak (1):
      EDAC/qcom: Make irq configuration optional

Simon Horman (1):
      MAINTAINERS: Qualcomm SoC: Match reserved-memory bindings

 MAINTAINERS                        |  2 +-
 drivers/edac/qcom_edac.c           |  8 +++++---
 drivers/firmware/qcom/qcom_scm.c   | 17 ++++++++++++++---
 drivers/rpmsg/qcom_glink_native.c  | 10 +++++++---
 drivers/soc/qcom/llcc-qcom.c       |  3 +++
 drivers/soc/qcom/pmic_glink.c      | 25 ++++++++++++++++++++++---
 drivers/soc/qcom/socinfo.c         |  8 +++++++-
 include/linux/soc/qcom/llcc-qcom.h |  2 ++
 8 files changed, 61 insertions(+), 14 deletions(-)

                 reply	other threads:[~2024-11-01 16:14 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=20241101161455.746290-1-andersson@kernel.org \
    --to=andersson@kernel.org \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=bartosz.golaszewski@linaro.org \
    --cc=bjorn.andersson@oss.qualcomm.com \
    --cc=hanchunchao@inspur.com \
    --cc=horms@kernel.org \
    --cc=johan+linaro@kernel.org \
    --cc=khilman@baylibre.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=olof@lixom.net \
    --cc=quic_mmanikan@quicinc.com \
    --cc=quic_qqzhou@quicinc.com \
    --cc=quic_rjendra@quicinc.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox