1. 20 1月, 2015 1 次提交
  2. 09 1月, 2015 1 次提交
  3. 26 11月, 2014 3 次提交
  4. 25 11月, 2014 1 次提交
  5. 26 9月, 2014 11 次提交
  6. 24 9月, 2014 1 次提交
  7. 28 8月, 2014 1 次提交
  8. 26 8月, 2014 1 次提交
  9. 21 7月, 2014 1 次提交
  10. 11 7月, 2014 2 次提交
  11. 09 7月, 2014 4 次提交
  12. 23 6月, 2014 1 次提交
  13. 03 6月, 2014 3 次提交
  14. 28 5月, 2014 3 次提交
    • T
      mfd: twl4030-power: Add a configuration to turn off oscillator during off-idle · 43fef47f
      Tony Lindgren 提交于
      Some oscillators can be turned off during off-idle saving few
      a little bit power at the cost of the oscillator start up
      latency.
      
      If you board can do this, you can now enable it by using the
      ti,twl4030-power-idle-osc-off compatible flag.
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      Signed-off-by: NLee Jones <lee.jones@linaro.org>
      43fef47f
    • T
      mfd: twl4030-power: Add recommended idle configuration · 76714d2c
      Tony Lindgren 提交于
      These settings are based on the "Recommended Sleep Sequences for
      the Zoom Platform".
      
      The settings assume most of the regulators are under control of
      Linux, and twl4030 only cuts off VDD1 and VDD2 during off-idle as
      Linux cannot do it.
      
      For any board specific changes to these, let's patch them in as
      changes to the generic data in the follow-up patches. This keeps
      the board specific changes small.
      
      Note that this does not consider the twl5030 errata 27 and 28.
      That can be added later on after it has been tested. For more
      information about errata 27 and 28.
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      Signed-off-by: NLee Jones <lee.jones@linaro.org>
      76714d2c
    • T
      mfd: twl4030-power: Add generic reset configuration · e7cd1d1e
      Tony Lindgren 提交于
      The twl4030 PMIC needs to be configured properly for things like
      warm reset and deeper idle states so the PMIC manages the regulators
      properly based on the hardware triggers from the SoC. Earlier
      we have configured twl4030 using platform data, but we want to
      do it for device tree based booting also.
      
      In some cases configuring twl4030 is needed for things to work.
      For example, when rebooting an OMAP3530 at 125 MHz, it hangs.
      With this patch, TWL4030 will be reset when a warm reset occures,
      and OMAP3530 does not hang on reboot.
      
      Let's add device tree support and configure things for warm reset
      as the default when compatible = "ti,twl4030-power". More
      complicated configurations can be added to the driver based on
      other compatible flags.
      
      Note we now also make the pdata const like it should be.
      This allows use it for match->data with the device tree
      related functions.
      
      Based on earlier patch by Matthias Brugger <matthias.bgg@gmail.com>
      and Lesly A M <leslyam@ti.com>.
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      Signed-off-by: NLee Jones <lee.jones@linaro.org>
      e7cd1d1e
  15. 23 5月, 2014 1 次提交
  16. 21 5月, 2014 1 次提交
  17. 30 4月, 2014 1 次提交
  18. 15 4月, 2014 1 次提交
  19. 31 3月, 2014 2 次提交