2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08:00

remoteproc: qcom: pas: Conclude the rename from adsp

The change that renamed the driver from "adsp" to "pas" didn't change
any of the implementation. The result is an aesthetic eyesore, and
confusing to many.

Conclude the rename of the driver, by updating function, structures and
variable names to match what the driver actually is. The "Hexagon v5" is
also dropped from the name and Kconfig, as this isn't correct either.

No functional change.

Fixes: 9e004f9716 ("remoteproc: qcom: Rename Hexagon v5 PAS driver")
Signed-off-by: Bjorn Andersson <bjorn.andersson@oss.qualcomm.com>
Reviewed-by: Wasim Nazir <quic_wasimn@quicinc.com>
Link: https://lore.kernel.org/r/20250605-pas-rename-v2-1-f1c89e49e691@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
Bjorn Andersson 2025-06-05 17:17:47 -05:00 committed by Bjorn Andersson
parent 19272b37aa
commit 2c0c883f89
2 changed files with 310 additions and 316 deletions

View File

@ -214,7 +214,7 @@ config QCOM_Q6V5_MSS
handled by QCOM_Q6V5_PAS driver. handled by QCOM_Q6V5_PAS driver.
config QCOM_Q6V5_PAS config QCOM_Q6V5_PAS
tristate "Qualcomm Hexagon v5 Peripheral Authentication Service support" tristate "Qualcomm Peripheral Authentication Service support"
depends on OF && ARCH_QCOM depends on OF && ARCH_QCOM
depends on QCOM_SMEM depends on QCOM_SMEM
depends on RPMSG_QCOM_SMD || RPMSG_QCOM_SMD=n depends on RPMSG_QCOM_SMD || RPMSG_QCOM_SMD=n
@ -229,11 +229,10 @@ config QCOM_Q6V5_PAS
select QCOM_RPROC_COMMON select QCOM_RPROC_COMMON
select QCOM_SCM select QCOM_SCM
help help
Say y here to support the TrustZone based Peripheral Image Loader Say y here to support the TrustZone based Peripheral Image Loader for
for the Qualcomm Hexagon v5 based remote processors. This is commonly the Qualcomm remote processors. This is commonly used to control
used to control subsystems such as ADSP (Audio DSP), subsystems such as ADSP (Audio DSP), CDSP (Compute DSP), MPSS (Modem
CDSP (Compute DSP), MPSS (Modem Peripheral SubSystem), and Peripheral SubSystem), and SLPI (Sensor Low Power Island).
SLPI (Sensor Low Power Island).
config QCOM_Q6V5_WCSS config QCOM_Q6V5_WCSS
tristate "Qualcomm Hexagon based WCSS Peripheral Image Loader" tristate "Qualcomm Hexagon based WCSS Peripheral Image Loader"

File diff suppressed because it is too large Load Diff