[GIT PULL] Qualcomm driver updates for v6.9
Bjorn Andersson
andersson at kernel.org
Sat Feb 24 19:06:11 PST 2024
The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:
Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-drivers-for-6.9
for you to fetch changes up to aa05f47474c02d38d88c32c633a551911c6fdc40:
dt-bindings: soc: qcom: qcom,saw2: add msm8226 l2 compatible (2024-02-18 22:52:55 -0600)
----------------------------------------------------------------
Qualcomm driver updates for v6.9
This introduces the Qualcomm Programmable Boot Sequencer (PBS) driver.
The Qualcomm SMEM no longer acquires the hwspinlock during the "get"
operation, to improve the system behavior during the recovery of a
remoteproc that crashed with the hwspinlock held.
The Qualcomm Always On Subsystem (AOSS) message protocol driver gains
tracepoints, printf annotation, and a debugfs interface is introduced
for tweaking system properties during development and debugging.
The Qualcomm socinfo driver gains data for SM8475, QCM8550 and
QCS8550 platforms, and the PM2250 is renamed to PM4125.
Support for controlling the voltage regulator in SPM/SAW2 is introduced.
The gfx.lvl power-domain is dropped for SA8540P, as this resource was
incorrectly inherited from SC8280XP.
Additionally some code cleanup improvements is introduced across APR,
LLCC, SMP2P and SPM.
----------------------------------------------------------------
Abel Vesa (1):
dt-bindings: soc: qcom: qcom,pmic-glink: document X1E80100 compatible
Anjelique Melendez (2):
dt-bindings: soc: qcom: Add qcom,pbs bindings
soc: qcom: add QCOM PBS driver
Bjorn Andersson (5):
soc: qcom: aoss: Mark qmp_send() __printf()
soc: qcom: aoss: Add debugfs interface for sending messages
soc: qcom: aoss: Add tracepoints in qmp_send()
pmdomain: qcom: rpmhpd: Drop SA8540P gfx.lvl
Merge branch '20240201204421.16992-2-quic_amelende at quicinc.com' into drivers-for-6.9
Danila Tikhonov (2):
dt-bindings: arm: qcom,ids: Add IDs for SM8475 family
soc: qcom: socinfo: Add Soc IDs for SM8475 family
Dmitry Baryshkov (6):
soc: qcom: socinfo: rename PM2250 to PM4125
dt-bindings: soc: qcom: merge qcom,saw2.txt into qcom,spm.yaml
dt-bindings: soc: qcom: qcom,saw2: add missing compatible strings
dt-bindings: soc: qcom: qcom,saw2: define optional regulator node
soc: qcom: spm: remove driver-internal structures from the driver API
soc: qcom: spm: add support for voltage regulator
Luca Weiss (1):
dt-bindings: soc: qcom: qcom,saw2: add msm8226 l2 compatible
Randy Dunlap (1):
soc: qcom: smp2p: fix all kernel-doc warnings
Ricardo B. Marliere (1):
soc: qcom: apr: make aprbus const
Rob Herring (1):
dt-bindings: soc/qcom: Add size constraints on "qcom,rpm-msg-ram"
Tao Zhang (1):
soc: qcom: smem: remove hwspinlock from item get routine
Tengfei Fan (2):
dt-bindings: arm: qcom,ids: add SoC ID for QCM8550 and QCS8550
soc: qcom: socinfo: add SoC Info support for QCM8550 and QCS8550 platform
Unnathi Chalicheemala (1):
soc: qcom: llcc: Check return value on Broadcast_OR reg read
.../devicetree/bindings/arm/msm/qcom,saw2.txt | 58 -----
.../devicetree/bindings/soc/qcom/qcom,pbs.yaml | 46 ++++
.../bindings/soc/qcom/qcom,pmic-glink.yaml | 2 +
.../bindings/soc/qcom/qcom,rpm-master-stats.yaml | 2 +
.../soc/qcom/{qcom,spm.yaml => qcom,saw2.yaml} | 46 +++-
drivers/pmdomain/qcom/rpmhpd.c | 1 -
drivers/soc/qcom/Kconfig | 9 +
drivers/soc/qcom/Makefile | 2 +
drivers/soc/qcom/apr.c | 2 +-
drivers/soc/qcom/llcc-qcom.c | 2 +
drivers/soc/qcom/qcom-pbs.c | 236 +++++++++++++++++++
drivers/soc/qcom/qcom_aoss.c | 103 ++++++++-
drivers/soc/qcom/smem.c | 11 -
drivers/soc/qcom/smp2p.c | 6 +-
drivers/soc/qcom/socinfo.c | 7 +-
drivers/soc/qcom/spm.c | 254 ++++++++++++++++++++-
drivers/soc/qcom/trace-aoss.h | 48 ++++
include/dt-bindings/arm/qcom,ids.h | 5 +
include/linux/soc/qcom/apr.h | 2 +-
include/linux/soc/qcom/qcom-pbs.h | 30 +++
include/soc/qcom/qcom-spmi-pmic.h | 2 +-
include/soc/qcom/spm.h | 23 +-
22 files changed, 787 insertions(+), 110 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/arm/msm/qcom,saw2.txt
create mode 100644 Documentation/devicetree/bindings/soc/qcom/qcom,pbs.yaml
rename Documentation/devicetree/bindings/soc/qcom/{qcom,spm.yaml => qcom,saw2.yaml} (53%)
create mode 100644 drivers/soc/qcom/qcom-pbs.c
create mode 100644 drivers/soc/qcom/trace-aoss.h
create mode 100644 include/linux/soc/qcom/qcom-pbs.h
More information about the linux-arm-kernel
mailing list