1. 02 Oct, 2020 5 commits
  2. 01 Oct, 2020 12 commits
  3. 30 Sep, 2020 3 commits
  4. 28 Sep, 2020 18 commits
  5. 25 Sep, 2020 2 commits
    • Mark Brown's avatar
      Merge series "Enable runtime PM for SOF device" from Daniel Baluta <daniel.baluta@oss.nxp.com> · 24c95ec9
      Mark Brown authored
      Daniel Baluta <daniel.baluta@nxp.com>:
      
      From: Daniel Baluta <daniel.baluta@nxp.com>
      
      This enables runtime PM for SOF device. Next patchseries will
      provide PM suspend/resume handlers for i.MX8 specific devices.
      
      Daniel Baluta (2):
        ASoC: SOF: Activate runtime PM with SOF OF device
        ASoC: SOF: Add .prepare/.complete callbacks
      
       sound/soc/sof/sof-of-dev.c | 6 ++++++
       1 file changed, 6 insertions(+)
      
      --
      2.17.1
      24c95ec9
    • Mark Brown's avatar
      Merge series "ASoC: qdsp6: fix some warnings when build without CONFIG_OF"... · d83fa234
      Mark Brown authored
      Merge series "ASoC: qdsp6: fix some warnings when build without CONFIG_OF" from Srinivas Kandagatla <srinivas.kandagatla@linaro.org>:
      
      Here are fixes for two warnings types discovered while building qdsp6 drivers
      without CONFIG_OF and with W=1
      
      One of them was reported by Intel kernel test robot on q6afe-clocks patch, which
      equally applies to rest of the qdsp6 drivers.
      
      changes since v1:
      	- added ifdef CONFIG_OF instead of removing of_match_ptr
      
      Srinivas Kandagatla (2):
        ASoC: qdsp6: add ifdef CONFIG_OF around of_device_id
        ASoC: q6asm: fix kernel doc warnings
      
       sound/soc/qcom/qdsp6/q6adm.c        | 2 ++
       sound/soc/qcom/qdsp6/q6afe-clocks.c | 2 ++
       sound/soc/qcom/qdsp6/q6afe-dai.c    | 2 ++
       sound/soc/qcom/qdsp6/q6afe.c        | 2 ++
       sound/soc/qcom/qdsp6/q6asm-dai.c    | 2 ++
       sound/soc/qcom/qdsp6/q6asm.c        | 6 ++++++
       sound/soc/qcom/qdsp6/q6core.c       | 2 ++
       sound/soc/qcom/qdsp6/q6routing.c    | 2 ++
       8 files changed, 20 insertions(+)
      
      --
      2.21.0
      d83fa234