1. 21 1月, 2012 1 次提交
    • M
      spi/s3c64xx: Log error interrupts · c2573128
      Mark Brown 提交于
      Although the hardware supports interrupts we're not currently using them
      at all since for small transfers the overhead is greater than that for
      busy waiting and for large transfers we have interrupts from the DMA.
      This means that if the hardware reports an error (especially one which
      might not stall transfer) we might miss it.
      
      Take a first pass at dealing with such errors by enabling the interrupt
      if we can and logging the errors if they happen. Ideally we'd report the
      error via the affected transfer but since we're in master mode it's very
      difficult to trigger errors at present and this code is much simpler.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Acked-by: NLinus Walleij <linus.walleij@linaro.org>
      c2573128
  2. 05 1月, 2012 7 次提交
  3. 04 1月, 2012 14 次提交
  4. 03 1月, 2012 2 次提交
  5. 02 1月, 2012 1 次提交
  6. 01 1月, 2012 3 次提交
  7. 31 12月, 2011 11 次提交
  8. 30 12月, 2011 1 次提交