1. 11 Jan, 2016 5 commits
  2. 10 Jan, 2016 12 commits
  3. 08 Jan, 2016 3 commits
  4. 06 Jan, 2016 1 commit
    • Charles Keepax's avatar
      ASoC: wm5110: Fix PGA clear when disabling DRE · 24338722
      Charles Keepax authored
      We don't want to use a bypassed write in wm5110_clear_pga_volume,
      we might disable the DRE whilst the CODEC is powered down. A
      normal regmap_write will always go to the hardware (when not on
      cache_only) even if the written value matches the cache. As using
      a normal write will still achieve the desired behaviour of bring
      the cache and hardware in sync, this patch updates the function
      to use a normal write, which avoids issues when the CODEC is
      powered down.
      Signed-off-by: default avatarCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      Cc: stable@vger.kernel.org
      24338722
  5. 05 Jan, 2016 16 commits
  6. 04 Jan, 2016 1 commit
  7. 03 Jan, 2016 2 commits