1. 18 3月, 2021 1 次提交
  2. 08 2月, 2021 1 次提交
  3. 05 12月, 2020 1 次提交
  4. 18 11月, 2020 1 次提交
  5. 06 10月, 2020 2 次提交
  6. 02 10月, 2020 1 次提交
  7. 24 8月, 2020 1 次提交
  8. 10 7月, 2020 2 次提交
  9. 02 7月, 2020 1 次提交
  10. 26 6月, 2020 1 次提交
  11. 18 6月, 2020 1 次提交
  12. 30 5月, 2020 1 次提交
  13. 28 5月, 2020 1 次提交
    • A
      ASoC: rt5682: split i2c driver into separate module · a50067d4
      Arnd Bergmann 提交于
      With SND_SOC_AMD_RV_RT5682_MACH using the i2c version of the
      driver, we can easily get a build failure when I2C is built-in
      but soundwire is not:
      
       WARNING: unmet direct dependencies detected for SND_SOC_RT5682
         Depends on [m]: SOUND [=y] && !UML && SND [=y] && SND_SOC [=y] && (I2C [=y] || SOUNDWIRE [=m]) && (SOUNDWIRE [=m] || !SOUNDWIRE [=m]) && (I2C [=y] || !I2C [=y])
         Selected by [y]:
         - SND_SOC_AMD_RV_RT5682_MACH [=y] && SOUND [=y] && !UML && SND [=y] && SND_SOC [=y] && SND_SOC_AMD_ACP3x [=y] && I2C [=y] && CROS_EC [=y]
         Selected by [m]:
         - SND_SOC_RT5682_SDW [=m] && SOUND [=y] && !UML && SND [=y] && SND_SOC [=y] && SOUNDWIRE [=m] && (I2C [=y] || !I2C [=y])
      
      Rework the driver to have three separate modules, with the
      main driver just dealing with the common bits and the actual
      initialization as part of i2c and sdw specific modules.
      
      The conversion is fairly mechanical to keep it easy to review,
      i.e. it moves code around with the minimal required renaming
      and changes.
      
      Fixes: 6b8e4e7d ("ASoC: amd: Add machine driver for Raven based platform")
      Fixes: fd443a20 ("ASoC: rt5682: fix I2C/Soundwire dependencies")
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Reviewed-by: NPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
      Link: https://lore.kernel.org/r/20200528091851.2889754-1-arnd@arndb.deSigned-off-by: NMark Brown <broonie@kernel.org>
      a50067d4
  14. 02 5月, 2020 1 次提交
  15. 28 4月, 2020 1 次提交
  16. 14 4月, 2020 1 次提交
  17. 28 3月, 2020 2 次提交
  18. 27 3月, 2020 1 次提交
  19. 13 3月, 2020 4 次提交
  20. 11 2月, 2020 1 次提交
  21. 13 1月, 2020 1 次提交
  22. 19 12月, 2019 3 次提交
  23. 10 12月, 2019 2 次提交
  24. 21 11月, 2019 1 次提交
  25. 04 11月, 2019 5 次提交
  26. 15 10月, 2019 1 次提交
  27. 07 10月, 2019 1 次提交