1. 13 6月, 2013 1 次提交
  2. 28 5月, 2013 4 次提交
  3. 25 5月, 2013 1 次提交
  4. 23 5月, 2013 3 次提交
  5. 21 5月, 2013 1 次提交
  6. 20 5月, 2013 1 次提交
    • A
      ASoC: max98090: request IRQF_ONESHOT interrupt · 3d15aacb
      Andrew Bresticker 提交于
      request_threaded_irq() rejects calls which both do not specify a handler
      (indicating that the primary IRQ handler should be used) and do not set
      IRQF_ONESHOT because the combination is unsafe with level-triggered
      interrupts.  It is safe in this case, though, since max98090 IRQs are
      edge-triggered and the interrupts aren't ACK'ed until the codec's IRQ
      status register is read.  Because of this, an IRQF_ONESHOT interrupt
      doesn't really make a difference, but request one anyway in order to make
      request_threaded_irq() happy.
      Signed-off-by: NAndrew Bresticker <abrestic@chromium.org>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      3d15aacb
  7. 09 5月, 2013 1 次提交
  8. 08 5月, 2013 1 次提交
  9. 07 5月, 2013 1 次提交
  10. 01 5月, 2013 1 次提交
  11. 17 4月, 2013 1 次提交
  12. 12 4月, 2013 2 次提交
  13. 10 4月, 2013 2 次提交
  14. 09 4月, 2013 1 次提交
  15. 02 4月, 2013 1 次提交
  16. 30 3月, 2013 2 次提交
  17. 29 3月, 2013 3 次提交
  18. 28 3月, 2013 1 次提交
  19. 27 3月, 2013 2 次提交
  20. 26 3月, 2013 2 次提交
  21. 22 3月, 2013 7 次提交
  22. 21 3月, 2013 1 次提交