1. 18 1月, 2010 2 次提交
  2. 17 12月, 2009 1 次提交
    • M
      regulator: Implement WM831x BuckWise DC-DC convertor DVS support · e24a04c4
      Mark Brown 提交于
      The BuckWise DC-DC convertors in WM831x devices support switching to
      a second output voltage using the logic level on one of the device
      pins. This is intended to allow rapid voltage switching for uses like
      cpufreq, replacing the I2C or SPI write used to configure the voltage
      of the regulator with a much faster GPIO status change.
      
      This is implemented by keeping the DVS voltage configured as the
      maximum voltage permitted for the regulator. If a request is made
      for the maximum voltage then the GPIO is used to switch to the DVS
      voltage, otherwise the normal ON voltage is updated and used. This
      follows the idiom used by most cpufreq drivers, which drop the
      minimum voltage as the core frequency is dropped but use a constant
      maximum - raising the voltage should normally be fast, but lowering
      it may be slower.
      
      Configuration of the DVS MFP on the device should be done externally,
      for example via OTP.
      
      Support is present in the hardware for monitoring the status of the
      transition using a second GPIO. This is not currently implemented
      but platform data is provided for it - the driver currently assumes
      that the device will be configured to transition immediately - but
      platform data is provided to reduce merge issues once it is.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Acked-by: NSamuel Ortiz <sameo@linux.intel.com>
      Signed-off-by: NLiam Girdwood <lrg@slimlogic.co.uk>
      e24a04c4
  3. 14 12月, 2009 13 次提交
  4. 04 12月, 2009 1 次提交
  5. 01 12月, 2009 2 次提交
  6. 30 11月, 2009 1 次提交
  7. 28 11月, 2009 2 次提交
  8. 23 11月, 2009 2 次提交
  9. 16 11月, 2009 3 次提交
  10. 10 11月, 2009 1 次提交
  11. 26 10月, 2009 1 次提交
  12. 22 9月, 2009 1 次提交
  13. 18 9月, 2009 1 次提交
  14. 17 9月, 2009 9 次提交