An error occurred fetching the project authors.
  1. 17 Jun, 2014 2 commits
  2. 03 Jun, 2014 1 commit
  3. 19 Mar, 2014 1 commit
  4. 21 Jan, 2014 1 commit
  5. 06 Jan, 2014 1 commit
  6. 23 Oct, 2013 3 commits
  7. 31 Jul, 2013 1 commit
  8. 22 Jan, 2013 1 commit
  9. 15 Sep, 2012 3 commits
  10. 14 Sep, 2012 1 commit
    • Mark Brown's avatar
      mfd: core: Push irqdomain mapping out into devices · 55692af5
      Mark Brown authored
      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: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
      Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
      55692af5
  11. 08 Jul, 2012 3 commits
  12. 20 May, 2012 2 commits