1. 24 11月, 2020 1 次提交
    • C
      regulator: add SCMI driver · 0fbeae70
      Cristian Marussi 提交于
      Add a simple regulator based on SCMI Voltage Domain Protocol.
      Signed-off-by: NCristian Marussi <cristian.marussi@arm.com>
      ----
      v6 --> v7
      - add proper blank lines between semantic blocks
      - fix return value on error path of scmi_reg_is_enabled()
      - use generic Failure message on err path of info_get()
      - fix comment containing apostrophe
      
      v3 --> v4
      - using of_match_full_name core regulator flag
      - avoid coccinelle falde complaints about pointer-sized allocations
      
      v2 --> v3
      - remove multiple linear mappings support
      - removed duplicated voltage name printout
      - added a few comments
      - simplified return path in scmi_reg_set_voltage_sel()
      
      v1 --> v2
      - removed duplicate regulator naming
      - removed redundant .get/set_voltage ops: only _sel variants implemented
      - removed condexpr on fail path to increase readability
      
      v0 --> v1
      - fixed init_data constraint parsing
      - fixes for v5.8 (linear_range.h)
      - fixed commit message content and subject line format
      - factored out SCMI core specific changes to distinct patch
      - reworked Kconfig and Makefile to keep proper alphabetic order
      - fixed SPDX comment style
      - removed unneeded inline functions
      - reworked conditionals for legibility
      - fixed some return paths to properly report SCMI original errors codes
      - added some more descriptive error messages when fw returns invalid ranges
      - removed unneeded explicit devm_regulator_unregister from .remove()
      Link: https://lore.kernel.org/r/20201123202336.46701-4-cristian.marussi@arm.comSigned-off-by: NMark Brown <broonie@kernel.org>
      0fbeae70
  2. 03 11月, 2020 1 次提交
  3. 29 9月, 2020 1 次提交
  4. 22 9月, 2020 1 次提交
  5. 18 9月, 2020 1 次提交
  6. 26 8月, 2020 1 次提交
  7. 19 8月, 2020 3 次提交
  8. 15 7月, 2020 1 次提交
  9. 07 7月, 2020 1 次提交
  10. 06 7月, 2020 1 次提交
  11. 04 7月, 2020 1 次提交
  12. 02 7月, 2020 2 次提交
  13. 17 6月, 2020 1 次提交
  14. 16 6月, 2020 1 次提交
  15. 09 5月, 2020 1 次提交
  16. 15 4月, 2020 1 次提交
  17. 17 3月, 2020 1 次提交
  18. 02 3月, 2020 1 次提交
  19. 11 2月, 2020 1 次提交
  20. 24 1月, 2020 1 次提交
  21. 13 1月, 2020 1 次提交
  22. 10 1月, 2020 1 次提交
  23. 08 1月, 2020 1 次提交
  24. 17 12月, 2019 1 次提交
  25. 21 11月, 2019 1 次提交
  26. 30 8月, 2019 1 次提交
  27. 28 8月, 2019 3 次提交
  28. 09 8月, 2019 1 次提交
  29. 02 7月, 2019 1 次提交
  30. 27 6月, 2019 1 次提交
  31. 07 6月, 2019 1 次提交
  32. 22 5月, 2019 2 次提交
  33. 21 5月, 2019 1 次提交
  34. 20 5月, 2019 1 次提交