1. 24 7月, 2015 1 次提交
  2. 16 6月, 2015 1 次提交
  3. 21 5月, 2015 1 次提交
  4. 06 2月, 2015 1 次提交
  5. 24 12月, 2014 1 次提交
  6. 15 11月, 2014 1 次提交
  7. 28 9月, 2014 1 次提交
  8. 24 9月, 2014 1 次提交
  9. 06 9月, 2014 1 次提交
  10. 30 8月, 2014 1 次提交
  11. 21 8月, 2014 1 次提交
  12. 18 8月, 2014 1 次提交
  13. 17 8月, 2014 2 次提交
  14. 15 7月, 2014 1 次提交
  15. 26 5月, 2014 1 次提交
  16. 15 4月, 2014 1 次提交
  17. 22 3月, 2014 1 次提交
  18. 18 3月, 2014 1 次提交
  19. 12 3月, 2014 1 次提交
  20. 05 3月, 2014 1 次提交
  21. 15 2月, 2014 1 次提交
  22. 24 12月, 2013 1 次提交
  23. 19 12月, 2013 1 次提交
  24. 21 9月, 2013 1 次提交
  25. 17 9月, 2013 2 次提交
  26. 30 8月, 2013 1 次提交
    • K
      regulator: da9063: Add Dialog DA9063 voltage regulators support. · 69ca3e58
      Krystian Garbaciak 提交于
      The driver adds support for the following DA9063 PMIC regulators:
       - 11x LDOs (named LDO1 - LDO11),
       - 6x buck converters (BCORE1, BCORE2, BPRO, BMEM, BIO, BPERI),
      
      Regulators provide following operations:
       - REGULATOR_CHANGE_STATUS and REGULATOR_CHANGE_VOLTAGE for all regulators,
       - REGULATOR_CHANGE_MODE for LDOs and buck converters, where:
           - LDOs allow REGULATOR_MODE_NORMAL and REGULATOR_MODE_STANDBY,
           - buck converters allow REGULATOR_MODE_FAST, REGULATOR_MODE_NORMAL
             and REGULATOR_MODE_STANDBY,
       - REGULATOR_CHANGE_CURRENT for buck converters (current limits).
      
      The driver generates REGULATOR_EVENT_OVER_CURRENT for LDO3, LDO4, LDO7, LDO8
      and LDO11.
      
      Internally, PMIC provides two voltage configurations for normal and suspend
      system state for each regulator. The driver switches between those on
      suspend/wake-up to provide quick and fluent output voltage change.
      
      This driver requires MFD core driver for operation.
      Signed-off-by: NKrystian Garbaciak <krystian.garbaciak@diasemi.com>
      Signed-off-by: NPhilipp Zabel <p.zabel@pengutronix.de>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      69ca3e58
  27. 07 8月, 2013 2 次提交
  28. 25 7月, 2013 1 次提交
  29. 20 7月, 2013 1 次提交
  30. 18 7月, 2013 1 次提交
  31. 25 6月, 2013 1 次提交
  32. 08 6月, 2013 1 次提交
  33. 12 5月, 2013 1 次提交
    • A
      regulator: Introduce TI Adaptive Body Bias(ABB) on-chip LDO driver · 40b1936e
      Andrii.Tseglytskyi 提交于
      Adaptive Body Biasing (ABB) modulates transistor bias voltages
      dynamically in order to optimize switching speed versus leakage.
      
      Texas Instruments' SmartReflex 2 technology provides support for this
      power management technique with Forward Body Biasing (FBB) and Reverse
      Body Biasing (RBB). These modulate the body voltage of transistor
      cells or blocks dynamically to gain performance and reduce leakage.
      TI's SmartReflex white paper[1] has further information for usage in
      conjunction with other power management techniques.
      
      The application of FBB/RBB technique is determined for each unique
      device in some process nodes, whereas, they are mandated on other
      process nodes.
      
      In a nutshell, ABB technique is implemented on TI SoC as an on-chip
      LDO which has ABB module controlling the bias voltage. However, the
      voltage is unique per device. These vary per SoC family and the manner
      in which these techniques are used may vary depending on the Operating
      Performance Point (OPP) voltage targeted. For example:
      OMAP3630/OMAP4430: certain OPPs mandate usage of FBB independent of
      	devices.
      OMAP4460/OMAP4470: certain OPPs mandate usage of FBB, while others may
      	optionally use FBB or optimization with RBB.
      OMAP5: ALL OPPs may optionally use ABB, and ABB biasing voltage is
      	influenced by vset fused in s/w and requiring s/w override of
      	default values.
      
      Further, two generations of ABB module are used in various TI SoCs.
      They have remained mostly register field compatible, however the
      register offset had switched between versions.
      
      We introduce ABB LDO support in the form of a regulator which is
      controlled by voltages denoting the desired Operating Performance
      Point which is targeted. However, since ABB transition is part of OPP
      change sequence, the sequencing required to ensure sane operation
      w.r.t OPP change is left to the controlling driver (example: cpufreq
      SoC driver) using standard regulator operations.
      
      The driver supports all ABB modes and ability to override ABB LDO vset
      control efuse based ABB mode detection etc.
      
      Current implementation is heavily influenced by the original patch
      series [2][3] from Mike Turquette. However, the current implementation
      supports only device tree based information.
      
      [1] http://www.ti.com/pdfs/wtbu/smartreflex_whitepaper.pdf
      [2] http://marc.info/?l=linux-omap&m=134931341818379&w=2
      [3] http://marc.info/?l=linux-arm-kernel&m=134931402406853&w=2
      
      [nm@ti.com: co-developer]
      Signed-off-by: NNishanth Menon <nm@ti.com>
      Signed-off-by: NAndrii.Tseglytskyi <andrii.tseglytskyi@ti.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      40b1936e
  34. 30 3月, 2013 1 次提交
  35. 25 12月, 2012 1 次提交
  36. 23 11月, 2012 1 次提交
  37. 19 11月, 2012 1 次提交