1. 06 1月, 2014 1 次提交
  2. 23 10月, 2013 1 次提交
  3. 31 7月, 2013 2 次提交
  4. 02 7月, 2013 1 次提交
  5. 18 6月, 2013 1 次提交
  6. 19 4月, 2013 2 次提交
  7. 09 4月, 2013 1 次提交
    • M
      mfd: wm8994: Don't use system PM operations · 6394678e
      Mark Brown 提交于
      For realistic systems the power management is controlled entirely via
      runtime PM - if the device is not runtime suspended then the suspend
      will abort without doing anything as functionality such as accessory
      detection or audio bypass will require the device to be enabled while
      if the device is runtime suspended it is already in the lowest power
      state. This means that system suspend is redundant and can be removed
      which avoids issues with attempting to double disable the regulators.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
      6394678e
  8. 08 4月, 2013 1 次提交
  9. 14 2月, 2013 1 次提交
  10. 30 11月, 2012 1 次提交
  11. 29 11月, 2012 4 次提交
  12. 23 11月, 2012 2 次提交
  13. 06 10月, 2012 1 次提交
  14. 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
  15. 14 9月, 2012 2 次提交
    • M
      mfd: wm8994: Update WM1811 register patches for latest evaluation · 9282a7b9
      Mark Brown 提交于
      Further evaluation of the device has yielded some improvements to the
      device configuration.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
      9282a7b9
    • 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
  16. 09 7月, 2012 3 次提交
  17. 07 5月, 2012 2 次提交
  18. 07 3月, 2012 3 次提交
  19. 29 2月, 2012 1 次提交
  20. 22 2月, 2012 4 次提交
  21. 21 2月, 2012 1 次提交
  22. 09 1月, 2012 4 次提交