1. 07 Jan, 2019 1 commit
    • b-ak's avatar
      ASoC: tlv320aic32x4: Kernel OOPS while entering DAPM standby mode · 667e9334
      b-ak authored
      During the bootup of the kernel, the DAPM bias level is in the OFF
      state. As soon as the DAPM framework kicks in it pushes the codec
      into STANDBY state.
      
      The probe function doesn't prepare the clock, and STANDBY state
      does a clk_disable_unprepare() without checking the previous state.
      This leads to an OOPS.
      
      Not transitioning from an OFF state to the STANDBY state fixes the
      problem.
      Signed-off-by: default avatarb-ak <anur.bhargav@gmail.com>
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      Cc: stable@vger.kernel.org
      667e9334
  2. 04 Jan, 2019 2 commits
  3. 03 Jan, 2019 12 commits
  4. 18 Dec, 2018 11 commits
  5. 16 Dec, 2018 1 commit
  6. 14 Dec, 2018 13 commits