1. 17 11月, 2016 1 次提交
  2. 16 8月, 2016 1 次提交
  3. 18 7月, 2016 1 次提交
  4. 12 5月, 2016 1 次提交
  5. 19 4月, 2016 1 次提交
  6. 29 3月, 2016 1 次提交
    • J
      regulator: Rename files for Maxim PMIC drivers · 86cf635a
      Javier Martinez Canillas 提交于
      Most Maxim PMIC regulator drivers are for sub-devices of Multi-Function
      Devices with drivers under drivers/mfd. But for many of these, the same
      object file name was used for both the MFD and the regulator drivers.
      
      Having 2 different drivers with the same name causes a lot of confusion
      to Kbuild, specially if these are built as module since only one module
      will be installed and also exported symbols will be undefined due being
      overwritten by the other module during modpost.
      
      For example, it fixes the following issue when both drivers are module:
      
      $ make M=drivers/regulator/
        ...
        CC [M]  drivers/regulator//max14577.o
        Building modules, stage 2.
        MODPOST 1 modules
      WARNING: "maxim_charger_calc_reg_current" [drivers/regulator//max14577.ko] undefined!
      WARNING: "maxim_charger_currents" [drivers/regulator//max14577.ko] undefined!
      Reported-by: NChanwoo Choi <cw00.choi@samsung.com>
      Signed-off-by: NJavier Martinez Canillas <javier@osg.samsung.com>
      Reviewed-by: NChanwoo Choi <cw00.choi@samsung.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      86cf635a
  7. 20 2月, 2016 1 次提交
  8. 16 2月, 2016 2 次提交
  9. 12 2月, 2016 3 次提交
  10. 06 2月, 2016 1 次提交
  11. 09 12月, 2015 1 次提交
  12. 27 11月, 2015 1 次提交
    • M
      regulator: add LM363X driver · 3a8d1a73
      Milo Kim 提交于
      LM363X regulator driver supports LM3631 and LM3632.
      LM3631 has 5 regulators. LM3632 provides 3 regulators.
      One boost output and LDOs are used for the display module.
      Boost voltage is configurable but always on.
      Supported operations for LDOs are enabled/disabled and voltage change.
      
      Two LDOs of LM3632 can be controlled by external pins.
      Those are configured through the DT properties.
      Signed-off-by: NMilo Kim <milo.kim@ti.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      3a8d1a73
  13. 21 11月, 2015 1 次提交
  14. 16 11月, 2015 1 次提交
  15. 18 8月, 2015 1 次提交
  16. 24 7月, 2015 1 次提交
  17. 17 7月, 2015 1 次提交
  18. 16 6月, 2015 1 次提交
  19. 21 5月, 2015 1 次提交
  20. 06 2月, 2015 1 次提交
  21. 24 12月, 2014 1 次提交
  22. 15 11月, 2014 1 次提交
  23. 28 9月, 2014 1 次提交
  24. 24 9月, 2014 1 次提交
  25. 06 9月, 2014 1 次提交
  26. 30 8月, 2014 1 次提交
  27. 21 8月, 2014 1 次提交
  28. 18 8月, 2014 1 次提交
  29. 17 8月, 2014 2 次提交
  30. 15 7月, 2014 1 次提交
  31. 26 5月, 2014 1 次提交
  32. 15 4月, 2014 1 次提交
  33. 22 3月, 2014 1 次提交
  34. 18 3月, 2014 1 次提交
  35. 12 3月, 2014 1 次提交
  36. 05 3月, 2014 1 次提交