]> Git Repo - J-linux.git/commitdiff
Merge tag 'mailbox-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/jassibrar...
authorLinus Torvalds <[email protected]>
Sun, 29 Sep 2024 16:53:04 +0000 (09:53 -0700)
committerLinus Torvalds <[email protected]>
Sun, 29 Sep 2024 16:53:04 +0000 (09:53 -0700)
Pull mailbox updates from Jassi Brar:

 - fix kconfig dependencies (mhu-v3, omap2+)

 - use devie name instead of genereic imx_mu_chan as interrupt name
   (imx)

 - enable sa8255p and qcs8300 ipc controllers (qcom)

 - Fix timeout during suspend mode (bcm2835)

 - convert to use use of_property_match_string (mailbox)

 - enable mt8188 (mediatek)

 - use devm_clk_get_enabled helpers (spreadtrum)

 - fix device-id typo (rockchip)

* tag 'mailbox-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/jassibrar/mailbox:
  mailbox, remoteproc: omap2+: fix compile testing
  dt-bindings: mailbox: qcom-ipcc: Document QCS8300 IPCC
  dt-bindings: mailbox: qcom-ipcc: document the support for SA8255p
  dt-bindings: mailbox: mtk,adsp-mbox: Add compatible for MT8188
  mailbox: Use of_property_match_string() instead of open-coding
  mailbox: bcm2835: Fix timeout during suspend mode
  mailbox: sprd: Use devm_clk_get_enabled() helpers
  mailbox: rockchip: fix a typo in module autoloading
  mailbox: imx: use device name in interrupt name
  mailbox: ARM_MHU_V3 should depend on ARM64

1  2 
drivers/remoteproc/Kconfig

index 7a80c92b785ec3df692e7e580251ea8dd8c716c9,7ab80fe511a76a0453a72d98107d780d6d817843..955e4e38477e6f5e8a56d934c96801fe640ebf24
@@@ -330,8 -330,7 +330,7 @@@ config STM32_RPRO
  config TI_K3_DSP_REMOTEPROC
        tristate "TI K3 DSP remoteproc support"
        depends on ARCH_K3
-       select MAILBOX
-       select OMAP2PLUS_MBOX
+       depends on OMAP2PLUS_MBOX
        help
          Say m here to support TI's C66x and C71x DSP remote processor
          subsystems on various TI K3 family of SoCs through the remote
          It's safe to say N here if you're not interested in utilizing
          the DSP slave processors.
  
 +config TI_K3_M4_REMOTEPROC
 +      tristate "TI K3 M4 remoteproc support"
 +      depends on ARCH_OMAP2PLUS || ARCH_K3
 +      select MAILBOX
 +      select OMAP2PLUS_MBOX
 +      help
 +        Say m here to support TI's M4 remote processor subsystems
 +        on various TI K3 family of SoCs through the remote processor
 +        framework.
 +
 +        It's safe to say N here if you're not interested in utilizing
 +        a remote processor.
 +
  config TI_K3_R5_REMOTEPROC
        tristate "TI K3 R5 remoteproc support"
        depends on ARCH_K3
-       select MAILBOX
-       select OMAP2PLUS_MBOX
+       depends on OMAP2PLUS_MBOX
        help
          Say m here to support TI's R5F remote processor subsystems
          on various TI K3 family of SoCs through the remote processor
This page took 0.051429 seconds and 4 git commands to generate.