1. 17 5月, 2010 1 次提交
  2. 27 3月, 2010 1 次提交
  3. 08 3月, 2010 1 次提交
  4. 17 2月, 2010 2 次提交
  5. 03 2月, 2010 1 次提交
    • I
      fsldma: simplify IRQ probing and handling · d3f620b2
      Ira Snyder 提交于
      The IRQ probing is needlessly complex. All off the 83xx device trees in
      arch/powerpc/boot/dts/ specify 5 interrupts per DMA controller: one for the
      controller, and one for each channel. These interrupts are all attached to
      the same IRQ line.
      
      This causes an interesting situation if two channels interrupt at the same
      time. The per-controller handler will handle the first channel, and the
      per-channel handler will handle the remaining channels.
      
      Instead of this mess, we fix the bug in the per-controller handler, and
      make it handle all channels that generated an interrupt. When a
      per-controller handler is specified in the device tree, we prefer to use
      the shared handler instead of the per-channel handler.
      
      The 85xx/86xx controllers do not have a per-controller interrupt, and
      instead use a per-channel interrupt. This behavior has not been changed.
      Signed-off-by: NIra W. Snyder <iws@ovro.caltech.edu>
      Signed-off-by: NDan Williams <dan.j.williams@intel.com>
      d3f620b2
  6. 08 1月, 2010 1 次提交
  7. 10 12月, 2009 1 次提交
  8. 17 11月, 2009 1 次提交
  9. 14 11月, 2009 2 次提交
  10. 12 11月, 2009 1 次提交
  11. 23 9月, 2009 1 次提交
  12. 22 6月, 2009 1 次提交
  13. 13 6月, 2009 2 次提交
  14. 19 5月, 2009 4 次提交
  15. 08 4月, 2009 1 次提交
  16. 06 4月, 2009 1 次提交
  17. 30 3月, 2009 1 次提交
  18. 27 3月, 2009 1 次提交
  19. 09 3月, 2009 1 次提交
  20. 07 2月, 2009 1 次提交
  21. 05 2月, 2009 1 次提交
  22. 30 1月, 2009 1 次提交
  23. 29 1月, 2009 1 次提交
  24. 31 12月, 2008 1 次提交
  25. 17 12月, 2008 1 次提交
  26. 21 10月, 2008 1 次提交
  27. 14 10月, 2008 2 次提交
  28. 23 9月, 2008 1 次提交
  29. 18 9月, 2008 1 次提交
  30. 28 7月, 2008 1 次提交
  31. 17 7月, 2008 3 次提交