Skip to content

Commit 96b5590

Browse files
committed
Merge tag 'rproc-v5.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux
Pull remoteproc fix from Bjorn Andersson: "The interaction between the various Qualcomm remoteproc drivers and the Qualcomm 'QMP' driver (used to communicate with the power-management hardware) was reworked in v5.17-rc1, but failed to account for the new Kconfig dependency" * tag 'rproc-v5.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux: remoteproc: qcom: q6v5: fix service routines build errors
2 parents 0280e3c + eee412e commit 96b5590

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

drivers/remoteproc/Kconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ config QCOM_Q6V5_ADSP
180180
depends on RPMSG_QCOM_GLINK_SMEM || RPMSG_QCOM_GLINK_SMEM=n
181181
depends on QCOM_SYSMON || QCOM_SYSMON=n
182182
depends on RPMSG_QCOM_GLINK || RPMSG_QCOM_GLINK=n
183+
depends on QCOM_AOSS_QMP || QCOM_AOSS_QMP=n
183184
select MFD_SYSCON
184185
select QCOM_PIL_INFO
185186
select QCOM_MDT_LOADER
@@ -199,6 +200,7 @@ config QCOM_Q6V5_MSS
199200
depends on RPMSG_QCOM_GLINK_SMEM || RPMSG_QCOM_GLINK_SMEM=n
200201
depends on QCOM_SYSMON || QCOM_SYSMON=n
201202
depends on RPMSG_QCOM_GLINK || RPMSG_QCOM_GLINK=n
203+
depends on QCOM_AOSS_QMP || QCOM_AOSS_QMP=n
202204
select MFD_SYSCON
203205
select QCOM_MDT_LOADER
204206
select QCOM_PIL_INFO
@@ -218,6 +220,7 @@ config QCOM_Q6V5_PAS
218220
depends on RPMSG_QCOM_GLINK_SMEM || RPMSG_QCOM_GLINK_SMEM=n
219221
depends on QCOM_SYSMON || QCOM_SYSMON=n
220222
depends on RPMSG_QCOM_GLINK || RPMSG_QCOM_GLINK=n
223+
depends on QCOM_AOSS_QMP || QCOM_AOSS_QMP=n
221224
select MFD_SYSCON
222225
select QCOM_PIL_INFO
223226
select QCOM_MDT_LOADER
@@ -239,6 +242,7 @@ config QCOM_Q6V5_WCSS
239242
depends on RPMSG_QCOM_GLINK_SMEM || RPMSG_QCOM_GLINK_SMEM=n
240243
depends on QCOM_SYSMON || QCOM_SYSMON=n
241244
depends on RPMSG_QCOM_GLINK || RPMSG_QCOM_GLINK=n
245+
depends on QCOM_AOSS_QMP || QCOM_AOSS_QMP=n
242246
select MFD_SYSCON
243247
select QCOM_MDT_LOADER
244248
select QCOM_PIL_INFO

drivers/remoteproc/qcom_q6v5.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include <linux/platform_device.h>
1111
#include <linux/interrupt.h>
1212
#include <linux/module.h>
13+
#include <linux/soc/qcom/qcom_aoss.h>
1314
#include <linux/soc/qcom/smem.h>
1415
#include <linux/soc/qcom/smem_state.h>
1516
#include <linux/remoteproc.h>

0 commit comments

Comments
 (0)