1. 07 3月, 2015 1 次提交
  2. 29 1月, 2015 1 次提交
  3. 09 1月, 2015 1 次提交
  4. 24 12月, 2014 1 次提交
  5. 23 12月, 2014 1 次提交
  6. 02 12月, 2014 2 次提交
  7. 27 11月, 2014 2 次提交
    • J
      regulator: max77802: Document binding for regulator operating modes · bf66c48d
      Javier Martinez Canillas 提交于
      Some regulators from the max77802 PMIC support to be configured in one
      of two operating mode: Output ON (normal) and Output On Low Power Mode.
      Not all regulators support these two modes and for some of them, the
      mode can be changed while the system is running in normal operation
      while others only support their mode to be changed on system suspend.
      
      Extend the max77802 PMIC binding by documenting the possible operating
      modes values so the regulators modes can be configured correctly.
      Signed-off-by: NJavier Martinez Canillas <javier.martinez@collabora.co.uk>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      bf66c48d
    • J
      regulator: Document binding for initial and suspend modes · 218094c9
      Javier Martinez Canillas 提交于
      Some regulators can run on different operating modes (opmodes). This
      allows systems to choose the most efficient opmode for each regulator.
      
      This patch builds on top of (291d761c regulator: Document binding for
      regulator suspend state for PM state) adding a regulator-initial-mode
      DT property to configure at startup the operating mode for regulators
      that support changing its mode during normal operation and a property
      regulator-mode to be used in the regulator-state-[mem/disk] nodes for
      regulators that supports changing its operating mode when the system
      enters in a suspend state.
      
      The set of possible modes that a regulator can operate depends on the
      hardware capabilities so a list of generic operating modes can't be
      provided. Instead, each hardware binding should define the list of
      valid operating modes for the regulators found on that device.
      Signed-off-by: NJavier Martinez Canillas <javier.martinez@collabora.co.uk>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      218094c9
  8. 03 11月, 2014 1 次提交
  9. 22 10月, 2014 1 次提交
  10. 20 10月, 2014 1 次提交
  11. 28 9月, 2014 1 次提交
  12. 17 9月, 2014 2 次提交
  13. 06 9月, 2014 1 次提交
  14. 01 9月, 2014 1 次提交
  15. 29 8月, 2014 1 次提交
  16. 27 8月, 2014 1 次提交
  17. 18 8月, 2014 1 次提交
  18. 17 8月, 2014 1 次提交
  19. 07 8月, 2014 1 次提交
  20. 06 8月, 2014 1 次提交
  21. 17 7月, 2014 1 次提交
  22. 09 7月, 2014 1 次提交
  23. 23 6月, 2014 1 次提交
  24. 26 5月, 2014 1 次提交
  25. 05 5月, 2014 1 次提交
  26. 18 4月, 2014 1 次提交
  27. 05 3月, 2014 1 次提交
  28. 04 3月, 2014 1 次提交
  29. 12 2月, 2014 1 次提交
  30. 06 2月, 2014 1 次提交
  31. 05 2月, 2014 1 次提交
  32. 03 2月, 2014 1 次提交
    • N
      regulator: ti-abb: Add support for interleaved LDO registers · 6127daa8
      Nishanth Menon 提交于
      Certain platforms such as DRA7 have quirky memory maps such as:
      PRM_ABBLDO_DSPEVE_CTRL	0x4ae07e20
      PRM_ABBLDO_IVA_CTRL	0x4ae07e24
      other-registers
      PRM_ABBLDO_DSPEVE_SETUP	0x4ae07e30
      PRM_ABBLDO_IVA_SETUP	0x4ae07e34
      
      These need the address range allocation to be either not reserved OR
      unique allocation per register instance or use something like syscon
      based solution.
      
      By going with unique allocation per register, we are able to now have
      a single compatible driver for all instances on all platforms which
      use the IP block.
      
      So, introduce a new "ti,abb-v3" compatible to allow for definitions
      where explicit register definitions are provided, while maintaining
      backward compatibility of older predefined register offsets provided
      by "ti-abb-v1" and "ti-abb-v2".
      
      As part of this change, we rename a few variables to indicate the
      appropriate meaning.
      Signed-off-by: NNishanth Menon <nm@ti.com>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      6127daa8
  33. 28 1月, 2014 1 次提交
  34. 08 1月, 2014 1 次提交
  35. 24 12月, 2013 1 次提交
  36. 26 9月, 2013 1 次提交
  37. 21 9月, 2013 1 次提交