Commit e637b37a5205 for kernel

commit e637b37a520513a04d00f4add07ec25f357e6c6d
Merge: eee654ca9a55 641092c1bc1b
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Sat Dec 6 09:55:38 2025 -0800

    Merge tag 'rproc-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux

    Pull remoteproc updates from Bjorn Andersson:

     - Add support for the compute DSP in the Qualcomm SDM660 platform, and
       finally fix up the way MSM8974 audio DSP remoteproc driver manages
       its power rails

     - Replace the usage of of_reserved_mem_lookup() with
       of_reserved_mem_region_to_resource() to clean things up across most
       of the drivers

     - Perform a variety of housekeeping and cleanup work across iMX,
       Mediatek, and TI remoteproc drivers

    * tag 'rproc-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux: (45 commits)
      remoteproc: qcom_q6v5_wcss: use optional reset for wcss_q6_bcr_reset
      remoteproc: qcom_q6v5_wcss: fix parsing of qcom,halt-regs
      remoteproc: qcom_wcnss: Fix NULL vs IS_ERR() bug in wcnss_alloc_memory_region()
      remoteproc: qcom: q6v5: Fix NULL vs IS_ERR() bug in q6v5_alloc_memory_region()
      remoteproc: qcom: pas: Fix a couple NULL vs IS_ERR() bugs
      remoteproc: qcom_q6v5_adsp: Fix a NULL vs IS_ERR() check in adsp_alloc_memory_region()
      remoteproc: imx_dsp_rproc: Fix NULL vs IS_ERR() bug in imx_dsp_rproc_add_carveout()
      remoteproc: st: Fix indexing of memory-regions
      remoteproc: qcom: pas: Add support for SDM660 CDSP
      dt-bindings: remoteproc: qcom: adsp: Add SDM660 CDSP compatible
      dt-bindings: remoteproc: qcom: adsp: Add missing constrains for SDM660 ADSP
      dt-bindings: remoteproc: qcom,sc8280xp-pas: Fix CDSP power desc
      remoteproc: omap: Remove redundant pm_runtime_mark_last_busy() calls
      remoteproc: qcom: Use of_reserved_mem_region_* functions for "memory-region"
      remoteproc: qcom_q6v5_pas: Use resource with CX PD for MSM8974
      dt-bindings: remoteproc: qcom,adsp: Make msm8974 use CX as power domain
      remoteproc: Use of_reserved_mem_region_* functions for "memory-region"
      remoteproc: imx_dsp_rproc: Simplify start/stop error handling
      remoteproc: imx_rproc: Remove enum imx_rproc_method
      remoteproc: imx_dsp_rproc: Simplify IMX_RPROC_RESET_CONTROLLER switch case
      ...