1. 26 5月, 2014 1 次提交
  2. 21 1月, 2014 1 次提交
  3. 06 1月, 2014 1 次提交
  4. 23 10月, 2013 2 次提交
  5. 31 7月, 2013 1 次提交
  6. 24 6月, 2013 1 次提交
  7. 29 11月, 2012 3 次提交
  8. 15 11月, 2012 1 次提交
    • L
      mfd: tps6586x: move regulator dt parsing to regulator driver · 64e48160
      Laxman Dewangan 提交于
      Moving regulator node parsing to regulator driver in place
      of parsing it on mfd driver.
      The motivation for this change are:
      - MFD core driver should not depends on regulator and able
        to instantiate device without regulator.
      - The API for matching regulators are in regulator core and
        it is good that regulator driver only calls this API.
      - Regulator specific support should be in regulator driver only
        to ease any enhancement/modification for regulators.
      - The regulator driver is now registered as mfd sub device and
        all regulator registration is done from single probe call.
      Signed-off-by: NLaxman Dewangan <ldewangan@nvidia.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      64e48160
  9. 14 11月, 2012 2 次提交
  10. 16 9月, 2012 1 次提交
    • M
      mfd: core: Push irqdomain mapping out into devices · 0848c94f
      Mark Brown 提交于
      Currently the MFD core supports remapping MFD cell interrupts using an
      irqdomain but only if the MFD is being instantiated using device tree
      and only if the device tree bindings use the pattern of registering IPs
      in the device tree with compatible properties.  This will be actively
      harmful for drivers which support non-DT platforms and use this pattern
      for their DT bindings as it will mean that the core will silently change
      remapping behaviour and it is also limiting for drivers which don't do
      DT with this particular pattern.  There is also a potential fragility if
      there are interrupts not associated with MFD cells and all the cells are
      omitted from the device tree for some reason.
      
      Instead change the code to take an IRQ domain as an optional argument,
      allowing drivers to take the decision about the parent domain for their
      interrupts.  The one current user of this feature is ab8500-core, it has
      the domain lookup pushed out into the driver.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
      0848c94f
  11. 14 9月, 2012 2 次提交
    • B
      mfd: dt: tps6586x: Add power off control · 004c15a6
      Bill Huang 提交于
      Add DT property "ti,system-power-controller" telling whether or not this
      pmic is in charge of controlling the system power, so the power off
      routine can be hooked up to system call "pm_power_off".
      
      Based on the work by:
      Dan Willemsen <dwillemsen@nvidia.com>
      Signed-off-by: NBill Huang <bilhuang@nvidia.com>
      Tested-by: NStephen Warren <swarren@wwwdotorg.org>
      Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
      004c15a6
    • M
      mfd: core: Push irqdomain mapping out into devices · 55692af5
      Mark Brown 提交于
      Currently the MFD core supports remapping MFD cell interrupts using an
      irqdomain but only if the MFD is being instantiated using device tree
      and only if the device tree bindings use the pattern of registering IPs
      in the device tree with compatible properties.  This will be actively
      harmful for drivers which support non-DT platforms and use this pattern
      for their DT bindings as it will mean that the core will silently change
      remapping behaviour and it is also limiting for drivers which don't do
      DT with this particular pattern.  There is also a potential fragility if
      there are interrupts not associated with MFD cells and all the cells are
      omitted from the device tree for some reason.
      
      Instead change the code to take an IRQ domain as an optional argument,
      allowing drivers to take the decision about the parent domain for their
      interrupts.  The one current user of this feature is ab8500-core, it has
      the domain lookup pushed out into the driver.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
      55692af5
  12. 06 9月, 2012 1 次提交
  13. 25 7月, 2012 4 次提交
  14. 04 5月, 2012 1 次提交
  15. 21 12月, 2011 1 次提交
  16. 27 5月, 2011 1 次提交
  17. 27 3月, 2011 1 次提交
  18. 23 3月, 2011 1 次提交
  19. 02 3月, 2011 1 次提交
  20. 14 1月, 2011 2 次提交
  21. 29 10月, 2010 4 次提交
  22. 12 8月, 2010 1 次提交