[GIT PULL] Qualcomm driver fixes for v6.12
Bjorn Andersson
andersson at kernel.org
Fri Nov 1 09:14:54 PDT 2024
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(-)
More information about the linux-arm-kernel
mailing list