1. 87abd0a usb: r8a66597-hcd: fix cannot detect low/full speed device by Yoshihiro Shimoda · 13 years ago
  2. dbe79bb USB 3.0 Hub Changes by John Youn · 23 years ago
  3. da13051 USB: Remove bitmap #define from hcd.h by Sarah Sharp · 14 years ago
  4. 0238a0d usb: Fix up r8a66597-hcd section mismatches. by Paul Mundt · 14 years ago
  5. a5797a6 USB: r8a66597: Fix failure in change of status by Nobuhiro Iwamatsu · 14 years ago
  6. 1c98347 usb: r8a66597-hcd pio to mmio accessor conversion. by Paul Mundt · 14 years ago
  7. 749da5f USB: straighten out port feature vs. port status usage by Alan Stern · 14 years ago
  8. 288ead4 USB: remove bogus USB_PORT_FEAT_*_SPEED symbols by Alan Stern · 14 years ago
  9. 27729aa USB: make hcd.h public (drivers dependency) by Eric Lescouet · 14 years ago
  10. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  11. d835933 usb: r8a66597-hcd: fix removed from an attached hub by Yoshihiro Shimoda · 14 years ago
  12. 2c940db usb: r8a66597-hcd: Fix up spinlock recursion in root hub polling. by Paul Mundt · 14 years ago
  13. 2717568 usb: r8a66597-hcd: Flush the D-cache for the pipe-in transfer buffers. by Paul Mundt · 14 years ago
  14. e5ff15b usb: r8a66597-hdc disable interrupts fix by Magnus Damm · 15 years ago
  15. 4714521 const: constify remaining dev_pm_ops by Alexey Dobriyan · 15 years ago
  16. a33279d USB: r8a66597: clean up. remove unneeded null checks by Dan Carpenter · 15 years ago
  17. 1e6159f USB: r8a66597-hcd: fix cannot detect a device when uses_new_polling is set by Yoshihiro Shimoda · 15 years ago
  18. 3725f28 usb: fix hibernate in r8a66597-hcd dev_pm_ops conversion. by Yoshihiro Shimoda · 15 years ago
  19. 719a72b usb: r8a66597-hcd platform data on_chip support by Magnus Damm · 15 years ago
  20. ae1cef6 usb: convert r8a66597-hcd to dev_pm_ops by Magnus Damm · 15 years ago
  21. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  22. 5effabb USB: r8a66597-hcd: use platform_data instead of module_param by Yoshihiro Shimoda · 15 years ago
  23. 8864bd8 USB: move r8a66597_hcd's probe function to .devinit.text by Uwe Kleine-König · 15 years ago
  24. e1e609b USB: r8a66597-hcd: suspend/resume support by Yoshihiro Shimoda · 15 years ago
  25. 16e2e5f USB: make transfer_buffer_lengths in struct urb field u32 by Greg Kroah-Hartman · 15 years ago
  26. 2e0fe70 USB: drivers: use USB API functions rather than constants by Julia Lawall · 16 years ago
  27. 0a2e5b9 USB: m66592 and r8a66597 resource changes by Magnus Damm · 16 years ago
  28. d643510 usb: Fix up sh_mobile usbf clock framework warnings. by Paul Mundt · 16 years ago
  29. 765786e sh: sh_mobile usb clock framework support by Magnus Damm · 16 years ago
  30. 5863964 usb: r8a66597-hcd: fix wrong data access in SuperH on-chip USB by Yoshihiro Shimoda · 16 years ago
  31. 802f389 USB: remove err() macro from more usb drivers by Greg Kroah-Hartman · 16 years ago
  32. 5909f6e USB: remove info() macro from remaining usb drivers by Greg Kroah-Hartman · 16 years ago
  33. 2714021 USB: Let some USB host controllers get IRQ flags from resource by Marc Zyngier · 16 years ago
  34. 54d0be9 USB: sh: r8a66597-hcd: fix disconnect regression by Yoshihiro Shimoda · 16 years ago
  35. 397f519 usb: r8a66597-hcd: fix iinterval for Full/Low speed device by Yoshihiro Shimoda · 16 years ago
  36. 0bf32b8 usb: r8a66597-hcd: fix interrupt trigger by Yoshihiro Shimoda · 16 years ago
  37. fe9b903 USB: host: mark const variable tables as "const" by Ming Lei · 16 years ago
  38. fd05e72 drivers/usb annotations and fixes by Al Viro · 16 years ago
  39. 9424ea2 USB: r8a66597-hcd: Add support for SH7366 USB host by Yoshihiro Shimoda · 16 years ago
  40. 29fab0c USB: r8a66597-hcd: fix usb device connection timing by Yoshihiro Shimoda · 16 years ago
  41. 6d87910 USB: r8a66597-hcd: fix interrupt transfer interval by Yoshihiro Shimoda · 16 years ago
  42. 70a1c9e USB: remove dev->power.power_state by Alan Stern · 16 years ago
  43. dfa5ec7 USB: use DIV_ROUND_UP by Julia Lawall · 16 years ago
  44. f4fce61 usb host: fix platform driver hotplug/coldplug by Kay Sievers · 16 years ago
  45. 442258e USB: use IRQF_DISABLED for HCD interrupt handlers by Alan Stern · 17 years ago
  46. ca0677a USB: r8a66597-hcd: fix driver removing by Yoshihiro Shimoda · 17 years ago
  47. 05eac91 USB: r8a66597-hcd: fix endian problem by Yoshihiro Shimoda · 17 years ago
  48. e3a0905 USB: r8a66597-hcd: fix Class or Vendor Request by Yoshihiro Shimoda · 17 years ago
  49. 4a00027 USB: Eliminate urb->status usage! by Alan Stern · 17 years ago
  50. 888fda4 USB: reorganize urb->status use in r8a66597-hcd by Alan Stern · 17 years ago
  51. eb23105 USB: add urb->unlinked field by Alan Stern · 17 years ago
  52. b0d9efb USB: centralize -EREMOTEIO handling by Alan Stern · 17 years ago
  53. dfd1e53 USB: minor fixes for r8a66597 driver by Alan Stern · 17 years ago
  54. e9df41c USB: make HCDs responsible for managing endpoint queues by Alan Stern · 17 years ago
  55. 71ee9a6 usb: r8a66597-hcd: fix up error path. by Paul Mundt · 17 years ago
  56. e294531 USB: r8a66597-hcd: fixes some problem by Yoshihiro Shimoda · 17 years ago
  57. f6ace2c USB: r8a66597-hcd: fix NULL access by Yoshihiro Shimoda · 17 years ago
  58. 5d30435 USB: r8a66597-hcd: host controller driver for R8A66597 by Yoshihiro Shimoda · 17 years ago