1. 10 Apr, 2019 4 commits
  2. 08 Apr, 2019 3 commits
  3. 03 Apr, 2019 3 commits
  4. 02 Apr, 2019 1 commit
  5. 01 Apr, 2019 7 commits
  6. 26 Mar, 2019 4 commits
  7. 25 Mar, 2019 3 commits
  8. 21 Mar, 2019 5 commits
  9. 20 Mar, 2019 5 commits
  10. 19 Mar, 2019 4 commits
  11. 18 Mar, 2019 1 commit
    • Mark Brown's avatar
      regulator: core: Fix application of "drop lockdep annotation in drms_uA_update()" · a48f1275
      Mark Brown authored
      [The original commit was sent against -next but needed to be sent as a
      bugfix, however -next had some additional changes which needed to be
      reverted.  Now everything is all in one branch applying the rest of the
      changes to fix up the merge issue -- broonie]
      
      commit e5e21f70 ("regulator: core: Take lock before applying system
      load") took the regulator lock before calling drms_uA_update() in order
      to silence a lockdep warning during regulator_register().
      
      However, we are not supposed to need locks at this point as the regulator
      is in the process of being registered, so there should be no possibility
      of concurrent access.
      
      Instead, remove the unnecessary locking and simply drop the lockdep
      annotation, since it is no longer valid.
      
      Fixes: e5e21f70 ("regulator: core: Take lock before applying system load")
      Signed-off-by: default avatarNiklas Cassel <niklas.cassel@linaro.org>
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      a48f1275