Skip to content

Commit 2c0c883

Browse files
quic-bjorandeandersson
authored andcommitted
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: 9e004f9 ("remoteproc: qcom: Rename Hexagon v5 PAS driver") Signed-off-by: Bjorn Andersson <[email protected]> Reviewed-by: Wasim Nazir <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 19272b3 commit 2c0c883

File tree

2 files changed

+313
-319
lines changed

2 files changed

+313
-319
lines changed

drivers/remoteproc/Kconfig

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ config QCOM_Q6V5_MSS
214214
handled by QCOM_Q6V5_PAS driver.
215215

216216
config QCOM_Q6V5_PAS
217-
tristate "Qualcomm Hexagon v5 Peripheral Authentication Service support"
217+
tristate "Qualcomm Peripheral Authentication Service support"
218218
depends on OF && ARCH_QCOM
219219
depends on QCOM_SMEM
220220
depends on RPMSG_QCOM_SMD || RPMSG_QCOM_SMD=n
@@ -229,11 +229,10 @@ config QCOM_Q6V5_PAS
229229
select QCOM_RPROC_COMMON
230230
select QCOM_SCM
231231
help
232-
Say y here to support the TrustZone based Peripheral Image Loader
233-
for the Qualcomm Hexagon v5 based remote processors. This is commonly
234-
used to control subsystems such as ADSP (Audio DSP),
235-
CDSP (Compute DSP), MPSS (Modem Peripheral SubSystem), and
236-
SLPI (Sensor Low Power Island).
232+
Say y here to support the TrustZone based Peripheral Image Loader for
233+
the Qualcomm remote processors. This is commonly used to control
234+
subsystems such as ADSP (Audio DSP), CDSP (Compute DSP), MPSS (Modem
235+
Peripheral SubSystem), and SLPI (Sensor Low Power Island).
237236

238237
config QCOM_Q6V5_WCSS
239238
tristate "Qualcomm Hexagon based WCSS Peripheral Image Loader"

0 commit comments

Comments
 (0)