1. 20 11月, 2012 3 次提交
  2. 29 9月, 2012 1 次提交
  3. 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
  4. 14 9月, 2012 2 次提交
    • B
      mfd: dt: tps65910: Add power off control · b079fa72
      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>
      b079fa72
    • 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
  5. 16 7月, 2012 1 次提交
  6. 09 7月, 2012 2 次提交
  7. 23 5月, 2012 2 次提交
  8. 20 5月, 2012 6 次提交
  9. 07 5月, 2012 1 次提交
  10. 01 5月, 2012 1 次提交
  11. 17 3月, 2012 1 次提交
  12. 07 3月, 2012 2 次提交
  13. 21 2月, 2012 1 次提交
  14. 09 1月, 2012 1 次提交
  15. 21 12月, 2011 1 次提交
  16. 01 8月, 2011 3 次提交
  17. 27 5月, 2011 5 次提交