1. 11 6月, 2015 1 次提交
  2. 10 6月, 2015 2 次提交
    • L
      regulator: max8973: add support for MAX77621 · 0f7d6ece
      Laxman Dewangan 提交于
      Maxim MAX77621 device is high-efficiency, three-phase,
      DC-DC step-down switching regulator delivers peak
      output currents up to 16A. This device is extension of
      MAX8973 and compatible with the register definition.
      
      The MAX77621 has the SHUTDOWN pin which is EN pin on the
      MAX8973. On MAX77621, the SHUTDOWN pin (active low) reset
      device register to its POR/OTP value. The voltage output
      is enabled when SHUTDONW pin is HIGH and EN bit on VOUT
      register is HIGH.
      
      For MAX8973, VOUT is enabled when EN bit or EN pin is high.
      
      Add support of the MAX77621 device on max8973 regulator driver
      with following changes:
      - Make sure SHUTDOWN pin is set HIGH through GPIO calls if
        GPIO from AP connected to SHUTDOWN pin provided.
      - Enable/disable the rail through register access only.
      Signed-off-by: NLaxman Dewangan <ldewangan@nvidia.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      0f7d6ece
    • L
      regulator: max8973: configure ramp delay through callback · 3064c1f3
      Laxman Dewangan 提交于
      Regulator core framework support the configuration of ramp
      delay reading from platform specific regulator data via the
      regulator callback ops.
      
      Instead of reading regulator init data on driver and setting
      ramp delay, use the callback to achieve this.
      Signed-off-by: NLaxman Dewangan <ldewangan@nvidia.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      3064c1f3
  3. 22 5月, 2015 4 次提交
  4. 28 4月, 2015 1 次提交
  5. 27 11月, 2014 1 次提交
  6. 10 3月, 2014 1 次提交
  7. 19 2月, 2014 1 次提交
  8. 17 9月, 2013 1 次提交
  9. 30 7月, 2013 1 次提交
  10. 24 6月, 2013 1 次提交
    • G
      regulator: max8973: initial DT support · 42dc3023
      Guennadi Liakhovetski 提交于
      This patch adds primitive DT support to the max8973 regulator driver. None
      of the configuration parameters, supported in the platform data are yet
      available in DT, therefore no configuration is performed if booting with
      no platform data. This means, that DT instantiation can only be used on
      boards, where no run-time configuration of the chip is required. In such
      cases the driver can be used to scale its output voltage. In the future
      support for configuration parameters should be added.
      Signed-off-by: NGuennadi Liakhovetski <g.liakhovetski+renesas@gmail.com>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      42dc3023
  11. 21 6月, 2013 1 次提交
  12. 24 4月, 2013 1 次提交
  13. 04 1月, 2013 1 次提交
    • G
      Drivers: regulator: remove __dev* attributes. · 3d68dfe3
      Greg Kroah-Hartman 提交于
      CONFIG_HOTPLUG is going away as an option.  As a result, the __dev*
      markings need to be removed.
      
      This change removes the use of __devinit, __devexit_p, __devinitdata,
      __devinitconst, and __devexit from these drivers.
      
      Based on patches originally written by Bill Pemberton, but redone by me
      in order to handle some of the coding style issues better, by hand.
      
      Cc: Bill Pemberton <wfp5p@virginia.edu>
      Cc: Liam Girdwood <lrg@ti.com>
      Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      3d68dfe3
  14. 23 11月, 2012 1 次提交
  15. 22 11月, 2012 1 次提交
  16. 19 11月, 2012 1 次提交