1. 08 9月, 2020 23 次提交
  2. 25 5月, 2020 1 次提交
  3. 02 4月, 2020 1 次提交
  4. 27 3月, 2020 1 次提交
  5. 08 1月, 2020 1 次提交
  6. 23 10月, 2019 1 次提交
  7. 27 8月, 2019 1 次提交
  8. 28 6月, 2019 1 次提交
    • K
      ASoC: vc4: vc4_htmi: consider CPU-Platform possibility · 8a90efd1
      Kuninori Morimoto 提交于
      commit 6c6de1c9 ("ASoC: vc4: vc4_hdmi: don't select unnecessary
      Platform")
      
      Current ALSA SoC avoid to add duplicate component to rtd,
      and this driver was selecting CPU component as Platform component.
      Thus, above patch removed Platform settings from this driver,
      because it assumed these are same component.
      
      But, some CPU driver is using generic DMAEngine, in such case, both
      CPU component and Platform component will have same of_node/name.
      In other words, there are some components which are different but
      have same of_node/name.
      
      In such case, Card driver definitely need to select Platform even
      though it is same as CPU.
      It is depends on CPU driver, but is difficult to know it from Card driver.
      This patch reverts above patch.
      
      Fixes: commit 6c6de1c9 ("ASoC: vc4: vc4_hdmi: don't select unnecessary Platform")
      Signed-off-by: NKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      8a90efd1
  9. 19 6月, 2019 3 次提交
  10. 07 6月, 2019 1 次提交
  11. 04 4月, 2019 1 次提交
  12. 02 4月, 2019 1 次提交
  13. 24 1月, 2019 1 次提交
  14. 11 1月, 2019 2 次提交
  15. 19 12月, 2018 1 次提交