1. 925f004 USB: isp116x-hcd.c: move assignment out of if () block by Greg Kroah-Hartman · 10 years ago
  2. c8d1bc1 Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-testing by Greg Kroah-Hartman · 10 years ago
  3. 8c0ae657 usb: host: isp116x: use new USB_RESUME_TIMEOUT by Felipe Balbi · 10 years ago
  4. 6a08556 isp116x-hcd: use USB_DT_HUB by Sergei Shtylyov · 10 years ago
  5. f3c4140 isp116x-hcd: use HUB_CHAR_* by Sergei Shtylyov · 10 years ago
  6. 566e026 usb: host: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  7. 803a536 usb: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  8. 3c9740a usb: hcd: move controller wakeup setting initialization to individual driver by Peter Chen · 11 years ago
  9. a458677 usb: host: Remove superfluous name casts by Geert Uytterhoeven · 11 years ago
  10. d4f09e2 USB: host: use dev_get_platdata() by Jingoo Han · 11 years ago
  11. 41ac7b3 usb: remove use of __devinit by Bill Pemberton · 12 years ago
  12. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
  13. 2e8d3fe usb: isp116x-hcd: Convert to module_platform_driver by Tobias Klauser · 13 years ago
  14. b5dd18d USB: irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  15. 69fff59 USB: remove remaining usages of hcd->state from usbcore and fix regression by Alan Stern · 13 years ago
  16. dbe79bb USB 3.0 Hub Changes by John Youn · 23 years ago
  17. da13051 USB: Remove bitmap #define from hcd.h by Sarah Sharp · 14 years ago
  18. 7a9d93e USB: isp116x-hcd - use resource_size instead of defining its own resource_len macro by Axel Lin · 14 years ago
  19. 27729aa USB: make hcd.h public (drivers dependency) by Eric Lescouet · 15 years ago
  20. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  21. 16e2e5f USB: make transfer_buffer_lengths in struct urb field u32 by Greg Kroah-Hartman · 16 years ago
  22. 2714021 USB: Let some USB host controllers get IRQ flags from resource by Marc Zyngier · 16 years ago
  23. b6c6393 Rename WARN() to WARNING() to clear the namespace by Arjan van de Ven · 16 years ago
  24. 28874b7 USB: Fix bug with byte order in isp116x-hcd.c fio write/read by Julien May · 16 years ago
  25. 7071a3c USB: usb dev_name() instead of dev->bus_id by Kay Sievers · 17 years ago
  26. 58a97ff USB: HCDs use the do_remote_wakeup flag by Alan Stern · 17 years ago
  27. 70a1c9e USB: remove dev->power.power_state by Alan Stern · 17 years ago
  28. f4fce61 usb host: fix platform driver hotplug/coldplug by Kay Sievers · 17 years ago
  29. 0ed930b USB: isp116x: fix enumeration on boot by Anti Sullin · 17 years ago
  30. a6a0136 USB: Drop unnecessary continue in a few drivers by Julia Lawall · 17 years ago
  31. 4a00027 USB: Eliminate urb->status usage! by Alan Stern · 17 years ago
  32. eb23105 USB: add urb->unlinked field by Alan Stern · 17 years ago
  33. b0d9efb USB: centralize -EREMOTEIO handling by Alan Stern · 17 years ago
  34. e39ab59 USB: remove unnecessary tests in isp116x and sl811 by Alan Stern · 17 years ago
  35. e9df41c USB: make HCDs responsible for managing endpoint queues by Alan Stern · 17 years ago
  36. 1b4cd43 isp116x-hcd: prepare for urb->status by Alan Stern · 17 years ago
  37. 5bcd70e USB: change __init to __devinit for isp116x_probe by Prarit Bhargava · 18 years ago
  38. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  39. 066202d USB: Make file operations structs in drivers/usb const. by Luiz Fernando N. Capitulino · 18 years ago
  40. 8e18e29 [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private by Theodore Ts'o · 18 years ago
  41. d54b5ca [PATCH] irq-flags: usb: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  42. 325a4af [PATCH] USB: move hardware-specific <linux/usb_*.h> to <linux/usb/*.h> by David Brownell · 18 years ago
  43. d5ce137 [PATCH] USB: negative index in drivers/usb/host/isp116x-hcd.c by Eric Sesterhenn · 18 years ago
  44. b712548 [PATCH] USB: fix initdata issue in isp116x-hcd by Greg Kroah-Hartman · 19 years ago
  45. 6a8e87b [PATCH] USB core and HCDs: don't put_device while atomic by Alan Stern · 19 years ago
  46. 0be930c [PATCH] USB: isp116x-hcd: replace mdelay() by msleep() by Olav Kongas · 19 years ago
  47. 6b495f4 [PATCH] USB: isp116x-hcd.c: Removed unused variable by Daniel Marjamäki · 19 years ago
  48. 717f736 [PATCH] USB: isp116x-hcd: minor cleanup by Olav Kongas · 19 years ago
  49. 704aa0b [PATCH] USB: wakeup flag updates (3/3) isp116x-hcd by David Brownell · 19 years ago
  50. 959eea2 [PATCH] USB: isp116x-hcd: cleanup by Olav Kongas · 19 years ago
  51. 535488f [PATCH] USB: isp116x-hcd: support reiniting HC on resume by Olav Kongas · 19 years ago
  52. 3ae5eae [DRIVER MODEL] Convert platform drivers to use struct platform_driver by Russell King · 19 years ago
  53. d052d1b Create platform_device.h to contain all the platform device details. by Russell King · 19 years ago
  54. 0c0382e [PATCH] USB: Rename hcd->hub_suspend to hcd->bus_suspend by Alan Stern · 19 years ago
  55. ccdcf77 [PATCH] ISP116x PM updates by David Brownell · 19 years ago
  56. 390a8c3 [PATCH] remove usb_suspend_device() parameter by David Brownell · 19 years ago
  57. 6fbfddc Merge ../bleed-2.6 by Greg KH · 19 years ago
  58. 9480e30 [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks by Russell King · 19 years ago
  59. 55016f1 [PATCH] gfp_t: drivers/usb by Al Viro · 19 years ago
  60. e9b765d [PATCH] isp116x-hcd: fix handling of short transfers by Olav Kongas · 19 years ago
  61. 9a57116 [PATCH] USB: Switch isp116x-hcd over to root hub interrupt by Olav Kongas · 19 years ago
  62. f8d23d3 [PATCH] USB: isp116x-hcd: remove clock() and reset() by Olav Kongas · 19 years ago
  63. 9d233d9 [PATCH] USB: isp116x-hcd: per-port overcurrent reporting by Olav Kongas · 19 years ago
  64. 165c0f3 [PATCH] USB: isp116x-hcd: support only per-port power switching by Olav Kongas · 19 years ago
  65. d4d6286 [PATCH] USB: isp116x-hcd: remove unnecessary ClockNotStop configuration option by Olav Kongas · 19 years ago
  66. dc5bed0 [PATCH] USB: isp116x-hcd: use fixed power-on-to-power-good-time by Olav Kongas · 19 years ago
  67. 7b842b6 [PATCH] USB: convert kcalloc to kzalloc by Pekka Enberg · 19 years ago
  68. f10eff2 [PATCH] USB: Fix setup packet initialization in isp116x-hcd by Olav Kongas · 19 years ago
  69. 5db539e [PATCH] USB: Fix kmalloc's flags type in USB by Olav Kongas · 19 years ago
  70. 17f8bb7 [PATCH] USB: isp116x-hcd cleanup by Olav Kongas · 19 years ago
  71. 247f310 [PATCH] USB HCDs: no longer need to register root hub by Alan Stern · 20 years ago
  72. 589a008 [PATCH] USB: Fix oops at rmmod after failed probe in isp116x-hcd by Olav Kongas · 20 years ago
  73. 4808a1c [PATCH] USB: Add isp116x-hcd USB host controller driver by Olav Kongas · 20 years ago