1. 22 6月, 2015 1 次提交
  2. 31 7月, 2013 1 次提交
  3. 20 5月, 2012 3 次提交
    • M
      mfd: Emulate active low IRQs as well as active high IRQs for wm831x · 1fe17a24
      Mark Brown 提交于
      As with the existing emulation this should not be used in production
      systems but is useful for test purposes.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
      1fe17a24
    • M
      mfd: Convert wm831x to irq_domain · cd99758b
      Mark Brown 提交于
      The modern idiom is to use irq_domain to allocate interrupts. This is
      useful partly to allow further infrastructure to be based on the domains
      and partly because it makes it much easier to allocate virtual interrupts
      to devices as we don't need to allocate a contiguous range of interrupt
      numbers.
      
      Convert the wm831x driver over to this infrastructure, using a legacy
      IRQ mapping if an irq_base is specified in platform data and otherwise
      using a linear mapping, always registering the interrupts even if they
      won't ever be used. Only boards which need to use the GPIOs as
      interrupts should need to use an irq_base.
      
      This means that we can't use the MFD irq_base management since the
      unless we're using an explicit irq_base from platform data we can't rely
      on a linear mapping of interrupts.  Instead we need to map things via
      the irq_domain - provide a conveniencem function wm831x_irq() to save a
      small amount of typing when doing so. Looking at this I couldn't clearly
      see anything the MFD core could do to make this nicer.
      
      Since we're not supporting device tree yet there's no meaningful
      advantage if we don't do this conversion in one, the fact that the
      interrupt resources are used for repeated IP blocks makes accessor
      functions for the irq_domain more trouble to do than they're worth.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
      cd99758b
    • M
      mfd: Don't try to flag IRQ 0 as a wm831x wake source · 4492c4c3
      Mark Brown 提交于
      If we've not got a primary IRQ we shouldn't be trying to flag IRQ 0 as a
      wake source.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
      4492c4c3
  4. 09 1月, 2012 2 次提交
  5. 24 10月, 2011 2 次提交
  6. 01 8月, 2011 4 次提交
  7. 27 5月, 2011 1 次提交
  8. 27 3月, 2011 1 次提交
  9. 23 3月, 2011 5 次提交
  10. 14 1月, 2011 3 次提交
  11. 29 9月, 2010 1 次提交
  12. 28 5月, 2010 2 次提交
  13. 10 5月, 2010 1 次提交
  14. 14 12月, 2009 1 次提交
  15. 27 10月, 2009 1 次提交
  16. 17 9月, 2009 1 次提交
    • M
      mfd: Add WM831x interrupt support · 7d4d0a3e
      Mark Brown 提交于
      The WM831x includes an interrupt controller managing interrupts for
      the various functions on the chip. This patch adds support for the
      core interrupt block on the device.
      
      Ideally this would be supported by genirq, particularly for the
      GPIOs, but currently genirq is unable to cope with controllers on
      interrupt driven buses so we cut'n'paste the generic interface.
      Once genirq is able to cope chips like this it should be a case
      of filing the prefixes off the code and redoing wm831x-irq.c to
      move over.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
      7d4d0a3e