mbox series

[GIT,PULL] firmware: arm_scmi: Fix for v6.13

Message ID 20241205114348.708618-1-sudeep.holla@arm.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] firmware: arm_scmi: Fix for v6.13 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/scmi-fix-6.13

Message

Sudeep Holla Dec. 5, 2024, 11:43 a.m. UTC
Hi ARM SoC Team,

Please pull !

Regards,
Sudeep

-->8

The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

  Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/scmi-fix-6.13

for you to fetch changes up to 514b2262ade48a0503ac6aa03c3bfb8c5be69b21:

  firmware: arm_scmi: Fix i.MX build dependency (2024-12-03 15:47:11 +0000)

----------------------------------------------------------------
Arm SCMI fix for v6.13

Fix for the build issue in the ASoC driver with the SCMI support by
enforcing the link-time dependency if IMX_SCMI_MISC_DRV is a loadable
module but not if that is disabled.

----------------------------------------------------------------
Arnd Bergmann (1):
      firmware: arm_scmi: Fix i.MX build dependency

 drivers/firmware/arm_scmi/vendors/imx/Kconfig | 1 +
 drivers/firmware/imx/Kconfig                  | 1 -
 sound/soc/fsl/Kconfig                         | 2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)