1. 20 10月, 2014 1 次提交
  2. 25 4月, 2014 1 次提交
  3. 19 12月, 2013 1 次提交
  4. 09 12月, 2013 1 次提交
  5. 05 12月, 2013 1 次提交
    • D
      usb: ohci-pxa27x: include linux/dma-mapping.h · 9876388e
      Daniel Mack 提交于
      Include linux/dma-mapping.h to make the new functions available that are
      used since 22d9d8e8 ("DMA-API: usb: use dma_set_coherent_mask()").
      
      drivers/usb/host/ohci-pxa27x.c: In function ‘ohci_pxa_of_init’:
      drivers/usb/host/ohci-pxa27x.c:310:2: error: implicit declaration of function ‘dma_coerce_mask_and_coherent’ [-Werror=implicit-function-declaration]
      drivers/usb/host/ohci-pxa27x.c:310:2: error: implicit declaration of function ‘DMA_BIT_MASK’ [-Werror=implicit-function-declaration]
      Signed-off-by: NDaniel Mack <zonque@gmail.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      9876388e
  6. 31 10月, 2013 2 次提交
  7. 06 10月, 2013 1 次提交
  8. 27 9月, 2013 1 次提交
  9. 01 8月, 2013 1 次提交
  10. 17 5月, 2013 2 次提交
  11. 22 11月, 2012 1 次提交
  12. 23 10月, 2012 1 次提交
  13. 14 9月, 2012 1 次提交
  14. 11 8月, 2012 1 次提交
  15. 02 5月, 2012 1 次提交
  16. 16 3月, 2012 1 次提交
  17. 05 3月, 2012 1 次提交
  18. 03 3月, 2012 1 次提交
  19. 19 11月, 2011 1 次提交
  20. 18 9月, 2011 1 次提交
  21. 08 6月, 2011 1 次提交
  22. 08 10月, 2010 1 次提交
  23. 15 7月, 2010 1 次提交
  24. 16 12月, 2009 1 次提交
  25. 23 9月, 2009 1 次提交
  26. 10 9月, 2009 2 次提交
  27. 27 11月, 2008 1 次提交
  28. 08 10月, 2008 5 次提交
  29. 22 8月, 2008 1 次提交
    • A
      USB: automatically enable RHSC interrupts · b5fb454f
      Alan Stern 提交于
      This patch (as1069c) changes the way OHCI root-hub status-change
      interrupts are enabled.  Currently a special HCD method,
      hub_irq_enable(), is called when the hub driver is finished using a
      root hub.  This approach turns out to be subject to races, resulting
      in unnecessary polling.
      
      The patch does away with the method entirely.  Instead, the driver
      automatically enables the RHSC interrupt when no more status changes
      are present.  This scheme is safe with controllers using
      level-triggered semantics for their interrupt flags.
      Signed-off-by: NAlan Stern <stern@rowland.harvard.edu>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      b5fb454f
  30. 07 8月, 2008 3 次提交
  31. 07 7月, 2008 1 次提交