1. 07 Jan, 2022 2 commits
  2. 06 Jan, 2022 1 commit
    • Konrad Dybcio's avatar
      regulator: qcom_smd: Align probe function with rpmh-regulator · 14e2976f
      Konrad Dybcio authored
      The RPMh regulator driver is much newer and gets more attention, which in
      consequence makes it do a few things better. Update qcom_smd-regulator's
      probe function to mimic what rpmh-regulator does to address a couple of
      issues:
      
      - Probe defer now works correctly, before it used to, well,
        kinda just die.. This fixes reliable probing on (at least) PM8994,
        because Linux apparently cannot deal with supply map dependencies yet..
      
      - Regulator data is now matched more sanely: regulator data is matched
        against each individual regulator node name and throwing an -EINVAL if
        data is missing, instead of just assuming everything is fine and
        iterating over all subsequent array members.
      
      - status = "disabled" will now work for disabling individual regulators in
        DT. Previously it didn't seem to do much if anything at all.
      Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@somainline.org>
      Link: https://lore.kernel.org/r/20211230023442.1123424-1-konrad.dybcio@somainline.orgSigned-off-by: default avatarMark Brown <broonie@kernel.org>
      14e2976f
  3. 04 Jan, 2022 1 commit
  4. 24 Dec, 2021 1 commit
  5. 21 Dec, 2021 1 commit
  6. 15 Dec, 2021 2 commits
  7. 13 Dec, 2021 10 commits
  8. 07 Dec, 2021 3 commits
  9. 01 Dec, 2021 2 commits
  10. 30 Nov, 2021 4 commits
  11. 29 Nov, 2021 2 commits
  12. 26 Nov, 2021 2 commits
  13. 24 Nov, 2021 4 commits
  14. 23 Nov, 2021 1 commit
  15. 18 Nov, 2021 3 commits
  16. 16 Nov, 2021 1 commit