1. 21 Jan, 2021 12 commits
  2. 20 Jan, 2021 13 commits
  3. 19 Jan, 2021 11 commits
  4. 18 Jan, 2021 3 commits
  5. 15 Jan, 2021 1 commit
    • Mark Brown's avatar
      Merge series "ASoC/SoundWire: fix timeout values" from Bard Liao <yung-chuan.liao@linux.intel.com>: · 574b813a
      Mark Brown authored
      The timeout for an individual transaction w/ the Cadence IP is the same as
      the entire resume operation for codecs.
      This doesn't make sense, we need to have at least one order of magnitude
      between individual transactions and the entire resume operation.
      
      Set the timeout on the Cadence side to 500ms and 5s for the codec resume.
      
      Both ASoC and SoundWire trees are fine for this series.
      
      Pierre-Louis Bossart (2):
        ASoC: codecs: soundwire: increase resume timeout
        soundwire: cadence: reduce timeout on transactions
      
       drivers/soundwire/cadence_master.c | 2 +-
       sound/soc/codecs/max98373-sdw.c    | 4 +++-
       sound/soc/codecs/rt1308-sdw.c      | 2 +-
       sound/soc/codecs/rt5682.h          | 2 +-
       sound/soc/codecs/rt700-sdw.c       | 2 +-
       sound/soc/codecs/rt711-sdw.c       | 2 +-
       sound/soc/codecs/rt715-sdw.c       | 2 +-
       7 files changed, 9 insertions(+), 7 deletions(-)
      
      --
      2.17.1
      574b813a