1. 30 5月, 2013 1 次提交
  2. 23 5月, 2013 1 次提交
  3. 18 4月, 2013 1 次提交
  4. 07 4月, 2013 1 次提交
  5. 06 2月, 2013 1 次提交
    • M
      spi/davinci: use request_threaded_irq() to fix deadlock · 32310aaf
      Murali Karicheri 提交于
      With RT pre-empt patch applied to Linux kernel, the irq handler will be
      force converted to an irq thread. spi driver can get back to back messages
      from the slave device. In such cases, IRQ thread doesn't get a chance to
      run to read the slave data. Hence the irq handler must be run in hard irq
      context to read/write data from slave device. Otherwise, the kernel goes
      into a deadlock. This patch fixes this issue when PREEMPT_RT_FULL is
      enabled in the kernel. A dummy thread function is provided to satisfy the
      request_threaded_irq() API. Passing a NULL for function also causes the
      irq handler to be executed in the thread context.
      Signed-off-by: NMurali Karicheri <m-karicheri2@ti.com>
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      32310aaf
  6. 05 2月, 2013 1 次提交
  7. 08 12月, 2012 1 次提交
  8. 14 9月, 2012 1 次提交
  9. 01 9月, 2012 1 次提交
  10. 31 3月, 2012 1 次提交
  11. 25 10月, 2011 1 次提交
  12. 06 6月, 2011 1 次提交
  13. 15 3月, 2011 2 次提交
  14. 01 3月, 2011 1 次提交
  15. 18 11月, 2010 25 次提交