1. 63a9369 Merge branch 'remove' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 15 years ago
  2. 4c5811b Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 15 years ago
  3. dbe79bb USB 3.0 Hub Changes by John Youn · 25 years ago
  4. da13051 USB: Remove bitmap #define from hcd.h by Sarah Sharp · 15 years ago
  5. a74022a USB: s3c2410_udc: Add common implementation for GPIO controlled pullups by Lars-Peter Clausen · 15 years ago
  6. dfb2130 USB: Rename "msm72k_otg.c" to "msm_otg.c" by Pavankumar Kondeti · 15 years ago
  7. 2cd5bb2 USB: Remove unused is_iso from fsl_udc_core.c by Huzaifa Sidhpurwala · 15 years ago
  8. 45d1b7a usb-gadget: fix warning in ethernet by Stephen Hemminger · 15 years ago
  9. d35fb64 dt/usb: Eliminate users of of_platform_{,un}register_driver by Grant Likely · 15 years ago
  10. 2edb11c usb: gadget: composite: fix req->length in composite_setup() by Maulik Mankad · 15 years ago
  11. 10408bb USB: f_phonet: avoid pskb_pull(), fix OOPS with CONFIG_HIGHMEM by Rémi Denis-Courmont · 15 years ago
  12. 541cace USB: gadget: Add test mode support for ci13xxx_udc by Pavankumar Kondeti · 15 years ago
  13. e2b61c1 USB: gadget: Implement remote wakeup in ci13xxx_udc by Pavankumar Kondeti · 15 years ago
  14. 0e6ca19 USB: gadget: Implement hardware queuing in ci13xxx_udc by Pavankumar Kondeti · 15 years ago
  15. 108be95 usb: m66592-udc: Fixed bufnum of Bulk by Yusuke Goda · 15 years ago
  16. 8ab1040 usb: gadget: at91_udc: Fix error path by Rahul Ruikar · 15 years ago
  17. 6b2e30c usb: fusb300_udc: add more "ep%d" names by Dan Carpenter · 15 years ago
  18. 16f08a0 USB: s3c2410_udc: Add handling for S3C244X dual-packet mode by Fabian Godehardt · 15 years ago
  19. c17f459 usb: pch_udc: Fixed issue which does not work with g_ether by Toshiharu Okada · 15 years ago
  20. 05c3eeb USB: Gadget: Reorder driver name assignment by Jassi Brar · 15 years ago
  21. ff085de USB: Gadget: Composite: Debug interface comparison by Jassi Brar · 15 years ago
  22. 66b0835 Merge 2.6.38-rc5 into usb-next by Greg Kroah-Hartman · 15 years ago
  23. a283c03 USB, Mass Storage, composite, gadget: Fix build failure and memset of a struct by Jesper Juhl · 15 years ago
  24. 8cf28f1 USB: Fix trout build failure with ci13xxx_msm gadget by Pavankumar Kondeti · 15 years ago
  25. ce1fd35 USB: gadget: f_fs: even zero-length packets require a buffer by Marek Szyprowski · 15 years ago
  26. a51ea8c usb: gadget/fsl_mxc_udc: Detect the CPU type in run-time by Fabio Estevam · 15 years ago
  27. 553fbcd USB: Gadget: Initialize wMaxPacketSize if not already set by Jassi Brar · 15 years ago
  28. 6d86d52 usb: r8a66597-udc: Fixed bufnum of Bulk by Yusuke Goda · 15 years ago
  29. 82e6923 ARM: lh7a40x: remove unmaintained platform support by Russell King · 15 years ago
  30. 0fe6f1d usb: udc: add Faraday fusb300 driver by Yuan-Hsin Chen · 15 years ago
  31. 3c47eb0 usb: gadget: composite: avoid access beyond array max length by Maulik Mankad · 15 years ago
  32. ca9cfea USB: gadget: Fix endpoint representation in ci13xxx_udc by Pavankumar Kondeti · 15 years ago
  33. 49d3df5 USB: gadget: Fix error path in ci13xxx_udc gadget probe function by Pavankumar Kondeti · 15 years ago
  34. 15680cd usb: pch_udc: Fix the worning log issue at gadget driver remove by Toshiharu Okada · 15 years ago
  35. ad84e4a USB: g_printer: fix bug in module parameter definitions by Alan Stern · 15 years ago
  36. d5aa4751 USB: g_printer: fix bug in unregistration by Alan Stern · 15 years ago
  37. 06f1b97 USB: pch_udc: support new device ML7213 IOH by Tomoya MORINAGA · 15 years ago
  38. abab0c6 usb: pch_udc: Fixed issue which does not work with g_serial by Toshiharu Okada · 15 years ago
  39. 275220f Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  40. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  41. 23d69b0 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 15 years ago
  42. 3e5b08c Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 15 years ago
  43. 404a02c Merge branch 'devel-stable' into devel by Russell King · 15 years ago
  44. 48e34d0 drivers: fix comment typo diable -> disable. by Justin P. Mattock · 15 years ago
  45. 569ff2d usb: don't use flush_scheduled_work() by Tejun Heo · 15 years ago
  46. 2af1084 USB: Merge 2.6.37-rc5 into usb-next by Greg Kroah-Hartman · 15 years ago
  47. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 15 years ago
  48. dbb442b Revert "USB: gadget: Allow function access to device ID data during bind()" by Greg Kroah-Hartman · 15 years ago
  49. daba580 USB: gadget: Remove suspended sysfs file before freeing cdev by Pavankumar Kondeti · 15 years ago
  50. 2c8245c USB: atmel_usba_udc: fix freeing irq in usba_udc_remove() by Rob Emanuele · 15 years ago
  51. 0a313c4 USB: gadget: ci13xxx: don't assume that PAGE_SIZE is 4096 by Artem Leonenko · 15 years ago
  52. 7c25a82 USB: gadget: ci13xxx: fix complete() callback for no_interrupt rq's by Artem Leonenko · 15 years ago
  53. d9bb9c1 USB: gadget: update ci13xxx to work with g_ether by Artem Leonenko · 15 years ago
  54. 6549e8b USB: gadgets: ci13xxx: fix probing of compiled-in gadget drivers by Artem Leonenko · 15 years ago
  55. 36facad Merge branch 'usb-next' into musb-merge by Greg Kroah-Hartman · 15 years ago
  56. 5cdc5bd Merge branch 'musb-hw' of git://gitorious.org/usb/usb into musb by Greg Kroah-Hartman · 15 years ago
  57. 6c34d28 usb: gadget: g_ncm added by Yauheni Kaliuta · 15 years ago
  58. 9f6ce42 usb: gadget: f_ncm.c added by Yauheni Kaliuta · 15 years ago
  59. 5c1168d usb: gadget: u_ether: prepare for NCM by Yauheni Kaliuta · 15 years ago
  60. ff176a4 usb: pch_udc: Fix setup transfers with data out by Richard Röjfors · 15 years ago
  61. 49e2083 usb: pch_udc: Fix compile error, warnings and checkpatch warnings by Richard Röjfors · 15 years ago
  62. 2d0cdcc USB: gadget: Implement runtime PM for MSM bus glue driver by Pavankumar Kondeti · 15 years ago
  63. c036019 USB: gadget: Implement runtime PM for ci13xxx gadget by Pavankumar Kondeti · 15 years ago
  64. 33f82f3 USB: gadget: Add USB controller driver for MSM SoC by Pavankumar Kondeti · 15 years ago
  65. f01ef57 USB: gadget: Introduce ci13xxx_udc_driver struct by Pavankumar Kondeti · 15 years ago
  66. 61948ee USB: gadget: Initialize ci13xxx gadget device's coherent DMA mask by Pavankumar Kondeti · 15 years ago
  67. 0a91efa USB: gadget: Fix "scheduling while atomic" bugs in ci13xxx_udc by Pavankumar Kondeti · 15 years ago
  68. 409a15d USB: gadget: Separate out PCI bus code from ci13xxx_udc by Pavankumar Kondeti · 15 years ago
  69. 537baab usb: gadget: f_fs: Remove redundant unlikely() by Tobias Klauser · 15 years ago
  70. 3440408 usb: gadget/imx-udc: fix interrupt name again by Uwe Kleine-König · 15 years ago
  71. 05ac10d usb: musb: trivial search and replace patch by Felipe Balbi · 15 years ago
  72. 0e44e05 Merge commit 'v2.6.37-rc4' into imx-for-2.6.38 by Sascha Hauer · 15 years ago
  73. df4fede usb: g_audio: Fix crash at driver removal by Richard Röjfors · 15 years ago
  74. 29bb6af plat-mxc/ehci.c: fix compile breakage by Eric Bénard · 15 years ago
  75. e7cddda USB: pxa: Add USB client support for Marvell PXA9xx/PXA168 chips by cxie4 · 15 years ago
  76. 7fc56f0 usb: gadget: langwell_udc: add usb test mode support by Luo Andy · 15 years ago
  77. b23f2f9 usb: composite gadget: set vbus_draw current limitation during suspend by Hao Wu · 15 years ago
  78. f30195c Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into for-2.6.38/core by Jens Axboe · 15 years ago
  79. e945716 Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 15 years ago
  80. aa02f17 usb: gadget: g_fs: Fix compilation warning by Michal Nazarewicz · 15 years ago
  81. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 15 years ago
  82. f646cf9 USB device driver of Topcliff PCH by Toshiharu Okada · 15 years ago
  83. d8df0b6 usb: gadget: f_fs: remove custom printk() wrappers by Michal Nazarewicz · 15 years ago
  84. 5ab54cf usb: gadget: FunctionFS: fix typos and coding style by Michal Nazarewicz · 15 years ago
  85. cc7e605 drivers/usb/gadget: Remove unnecessary semicolons by Joe Perches · 15 years ago
  86. b488095 USB: gadget: AT91: fix typo in atmel_usba_udc driver by Josh Wu · 15 years ago
  87. 75f1dc0 block: check bdev_read_only() from blkdev_get() by Tejun Heo · 15 years ago
  88. 28609d4 usb: subtle increased memory usage in u_serial by Jim Sung · 15 years ago
  89. 4b4cd73 usb: gadget: goku_udc: add registered flag bit, fixing build by Andy Whitcroft · 15 years ago
  90. 018b97d USB: Fix FSL USB driver on non Open Firmware systems by Marc Kleine-Budde · 16 years ago
  91. 8be8a9d usb: dummy_hcd code simplification by Tatyana Brokhman · 15 years ago
  92. b73af61 USB: gadget: f_mass_storage: code style clean ups by Michal Nazarewicz · 16 years ago
  93. 00cb636 USB: gadget: f_mass_storage: remove needless complete() by Michal Nazarewicz · 16 years ago
  94. fe52f79 USB: gadget: f_mass_storage: drop START_TRANSFER() macro by Michal Nazarewicz · 16 years ago
  95. 1ccd792 USB: gadget: f_mass_storage: use ?: instead of a macro by Michal Nazarewicz · 16 years ago
  96. 17a9361 USB: gadget: f_mass_storage: put_device() in error recovery by Rahul Ruikar · 16 years ago
  97. d9385b6 USB: gadget: file_storage: put_device() in error recovery by Michal Nazarewicz · 16 years ago
  98. 78bff3c USB: gadget: composite: Typo fix. by Marek Belisko · 16 years ago
  99. 8b45556 USB: gadget: amd5536udc.c: delete double assignment by Julia Lawall · 16 years ago
  100. 06c3859 usb: gadget/imx-udc: remove usage of deprecated symbol USBD_INT0 by Uwe Kleine-König · 16 years ago