An error occurred fetching the project authors.
  1. 15 May, 2023 1 commit
  2. 29 Mar, 2023 1 commit
  3. 07 Mar, 2023 1 commit
  4. 05 Mar, 2023 1 commit
  5. 25 Jan, 2023 1 commit
  6. 02 Dec, 2022 1 commit
  7. 24 Nov, 2022 1 commit
    • Jean Delvare's avatar
      regulator: Drop obsolete dependencies on COMPILE_TEST · c4b02c92
      Jean Delvare authored
      Since commit 0166dc11 ("of: make CONFIG_OF user selectable"), it
      is possible to test-build any driver which depends on OF on any
      architecture by explicitly selecting OF. Therefore depending on
      COMPILE_TEST as an alternative is no longer needed.
      
      It is actually better to always build such drivers with OF enabled,
      so that the test builds are closer to how each driver will actually be
      built on its intended target. Building them without OF may not test
      much as the compiler will optimize out potentially large parts of the
      code. In the worst case, this could even pop false positive warnings.
      Dropping COMPILE_TEST here improves the quality of our testing and
      avoids wasting time on non-existent issues.
      
      As a minor optimization, this also lets us drop several occurrences of
      of_match_ptr(), __maybe_unused and some ifdef guarding, as we now know
      what all of this will resolve to, we might as well save cpp some work.
      Signed-off-by: default avatarJean Delvare <jdelvare@suse.de>
      Cc: Liam Girdwood <lgirdwood@gmail.com>
      Cc: Mark Brown <broonie@kernel.org>
      Cc: Icenowy Zheng <icenowy@aosc.io>
      Link: https://lore.kernel.org/r/20221124144708.64371b98@endymion.delvareSigned-off-by: default avatarMark Brown <broonie@kernel.org>
      c4b02c92
  8. 02 Nov, 2022 1 commit
  9. 28 Sep, 2022 1 commit
  10. 13 Sep, 2022 2 commits
  11. 23 Aug, 2022 1 commit
    • Jerome Neanne's avatar
      regulator: drivers: Add TI TPS65219 PMIC regulators support · c12ac5fc
      Jerome Neanne authored
      The regulators set consists of 3 bucks DCDCs and 4 LDOs. The output
      voltages are configurable and are meant to supply power to the
      main processor and other components.
      
      Validation:
      Visual check: cat /sys/kernel/debug/regulator/regulator_summary
      Validation: userspace-consumer and virtual-regulator required
      to test further
      
      Enable/Disable:
      cat /sys/devices/platform/userspace-consumer-VDDSHV_SD_IO_PMIC/state
      echo disabled > /sys/devices/platform/
      userspace-consumer-VDDSHV_SD_IO_PMIC/state
      echo enabled > /sys/devices/platform/
      userspace-consumer-VDDSHV_SD_IO_PMIC/state
      
      Change voltage:
      cat /sys/devices/platform/regulator-virtual-ldo1/min_microvolts
      echo 1000000 > /sys/devices/platform/regulator-virtual-ldo1/
      min_microvolts
      echo 3000000 > /sys/devices/platform/regulator-virtual-ldo1/
      max_microvolts
      Signed-off-by: default avatarJerome Neanne <jneanne@baylibre.com>
      Link: https://lore.kernel.org/r/20220805121852.21254-9-jneanne@baylibre.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
      c12ac5fc
  12. 07 Jul, 2022 1 commit
  13. 05 Jul, 2022 1 commit
  14. 23 Jun, 2022 2 commits
  15. 26 Apr, 2022 1 commit
  16. 04 Apr, 2022 1 commit
  17. 09 Mar, 2022 1 commit
  18. 08 Feb, 2022 2 commits
  19. 28 Jan, 2022 1 commit
  20. 07 Jan, 2022 1 commit
  21. 15 Dec, 2021 1 commit
  22. 23 Oct, 2021 2 commits
  23. 21 Oct, 2021 1 commit
  24. 20 Sep, 2021 1 commit
  25. 13 Sep, 2021 1 commit
  26. 20 Jul, 2021 1 commit
  27. 19 Jul, 2021 1 commit
  28. 11 Jul, 2021 1 commit
  29. 23 Jun, 2021 1 commit
  30. 21 Jun, 2021 1 commit
  31. 15 Jun, 2021 1 commit
  32. 03 Jun, 2021 1 commit
  33. 02 Jun, 2021 1 commit
  34. 01 Jun, 2021 3 commits