1. 7d4ba80 usb: gadget: omap_udc: add ep capabilities support by Robert Baldyga · 9 years ago
  2. 58ae8e0b usb: gadget: omap_udc: set value for common is_selfpowered by Peter Chen · 10 years ago
  3. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  4. 22835b8 usb: gadget: remove unnecessary 'driver' argument by Felipe Balbi · 10 years ago
  5. 6d3f5f2 usb: gadget: udc: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  6. 304f7e5 usb: gadget: Refactor request completion by Michal Sojka · 10 years ago
  7. 90fccb5 usb: gadget: Gadget directory cleanup - group UDC drivers by Andrzej Pietrasiewicz · 10 years ago[Renamed from drivers/usb/gadget/omap_udc.c]
  8. 50f741c usb: gadget: omap_udc: should not call gadget driver's .unbind by Peter Chen · 10 years ago
  9. 803a536 usb: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  10. e117e74 usb: gadget: add "maxpacket_limit" field to struct usb_ep by Robert Baldyga · 11 years ago
  11. e01ee9f usb: gadget: use dev_get_platdata() by Jingoo Han · 11 years ago
  12. 2fb29f2 usb: gadget: omap_udc: don't assign gadget.dev.release directly by Felipe Balbi · 12 years ago
  13. f6511d1 usb: gadget: omap_udc: don't touch gadget.dev.driver by Felipe Balbi · 12 years ago
  14. 981e070 usb: gadget: omap_udc: remove unnecessary initializations by Felipe Balbi · 12 years ago
  15. 7bce401 usb: gadget: drop now unnecessary flag by Felipe Balbi · 12 years ago
  16. 6dfc84f usb: gadget: omap_udc: let udc-core manage gadget->dev by Felipe Balbi · 12 years ago
  17. 518868c usb: gadget: fix omap_udc build errors by Arnd Bergmann · 12 years ago
  18. eeef458 usb: gadget: constify all struct usb_gadget_ops by Felipe Balbi · 12 years ago
  19. 1bf0cf6 usb: gadget: omap_udc: convert to udc_start/udc_stop by Felipe Balbi · 12 years ago
  20. a11da7d Merge tag 'pm-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  21. 8287361 Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  22. 45c3eb7 ARM: OMAP: Move plat-omap/dma-omap.h to include/linux/omap-dma.h by Tony Lindgren · 12 years ago
  23. fb4e98a usb: remove use of __devexit by Bill Pemberton · 12 years ago
  24. 41ac7b3 usb: remove use of __devinit by Bill Pemberton · 12 years ago
  25. 7690417 usb: remove use of __devexit_p by Bill Pemberton · 12 years ago
  26. 2b6c4e7 ARM: OMAP: DMA: Move plat/dma.h to plat-omap/dma-omap.h by Lokesh Vutla · 12 years ago
  27. 8c4cc00 ARM: OMAP1: DMA: Moving OMAP1 DMA channel definitions to mach-omap1 by Lokesh Vutla · 12 years ago
  28. ffe0b33 usb: gadget: remove global variable composite in composite.c by Sebastian Andrzej Siewior · 12 years ago
  29. 9fc3777 Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  30. ff9cce8 Merge tag 'xceiv-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 12 years ago
  31. 94ff447 Merge tag 'gadget-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 12 years ago
  32. ded017e usb: phy: fix return value check of usb_get_phy by Kishon Vijay Abraham I · 12 years ago
  33. 5f612967 Merge branches 'cleanup-udc' and 'cleanup-dma' into cleanup by Tony Lindgren · 12 years ago
  34. 662dca5 usb: otg: support for multiple transceivers by a single controller by Kishon Vijay Abraham I · 12 years ago
  35. 721002e usb: otg: utils: rename function name in OTG utils by Kishon Vijay Abraham I · 12 years ago
  36. 77964b3 usb: gadget: omap_udc: Remove unneeded condition by Ido Shayevitz · 12 years ago
  37. b924b20 ARM: OMAP: Make FS USB omap1 only by Tony Lindgren · 12 years ago
  38. dd8e938 usb: gadget: omap_udc: use generic map/unmap routines by Felipe Balbi · 12 years ago
  39. 23673d7 usb: gadget: omap_udc: kfree(NULL) is safe by Felipe Balbi · 12 years ago
  40. 70617db usb: gadget: omap_udc: remove possiblity of NULL pointer de-reference by Felipe Balbi · 12 years ago
  41. dc1737c usb: gadget: omap_udc: let it work as a module by Felipe Balbi · 12 years ago
  42. 5b6d84b usb: gadget: omap_udc: remove useless print by Felipe Balbi · 12 years ago
  43. 80dd135 usb: gadget: omap_udc: make checkpatch.pl happy by Felipe Balbi · 12 years ago
  44. ae37257 usb: gadget: omap_udc: Remove omap2 support by Tony Lindgren · 12 years ago
  45. f8bdae0 usb: gadget: Update omap_udc to use usb_endpoint_descriptor inside the struct usb_ep by Ido Shayevitz · 13 years ago
  46. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  47. f9b0f51 Merge tag 'gadget-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 13 years ago
  48. 6e13c65 usb: otg: Convert all users to pass struct usb_otg for OTG functions by Heikki Krogerus · 13 years ago
  49. b96d3b0 usb: Convert all users to new usb_phy by Heikki Krogerus · 13 years ago
  50. f9c56cd usb: gadget: Clear usb_endpoint_descriptor inside the struct usb_ep on disable by Ido Shayevitz · 13 years ago
  51. 8675381 usb: otg: Rename otg_transceiver to usb_phy by Heikki Krogerus · 13 years ago
  52. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  53. 7177aed usb: gadget: rename usb_gadget_driver::speed to max_speed by Michal Nazarewicz · 13 years ago
  54. d327ab5 usb: gadget: replace usb_gadget::is_dualspeed with max_speed by Michal Nazarewicz · 13 years ago
  55. b5dd18d USB: irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  56. 28c9fc6 usb gadget: clean up FSF boilerplate text by Klaus Schwarzkopf · 13 years ago
  57. 29cc889 USB: use usb_endpoint_maxp() instead of le16_to_cpu() by Kuninori Morimoto · 13 years ago
  58. 0f91349 usb: gadget: convert all users to the new udc infrastructure by Sebastian Andrzej Siewior · 13 years ago
  59. 268bb0c sanitize <linux/prefetch.h> usage by Linus Torvalds · 13 years ago
  60. 7b6181e Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 by Linus Torvalds · 14 years ago
  61. b0fca50 usb gadget: don't save bind callback in struct usb_gadget_driver by Uwe Kleine-König · 14 years ago
  62. 4814ced OMAP: control: move plat-omap/control.h to mach-omap2/control.h by Paul Walmsley · 14 years ago
  63. 45f780a omap1: omap_udc: Add clocking and disable vbus sense for omap7xx by Cory Maccarrone · 15 years ago
  64. ce491cf omap: headers: Move remaining headers from include/mach to include/plat by Tony Lindgren · 15 years ago
  65. 864e28b USB: gadget: omap_udc uses platform_driver_probe() by David Brownell · 15 years ago
  66. 68144e0 USB: otg: add otg_put_transceiver() by Philipp Zabel · 16 years ago
  67. f1c9e15 USB: omap_udc: sync with OMAP tree by Tony Lindgren · 16 years ago
  68. c3e3208 usb gadget: fix omap_udc DMA regression by David Brownell · 16 years ago
  69. e12cc34 USB: omap_udc: fix compilation with debug enabled by Dmitry Baryshkov · 16 years ago
  70. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 16 years ago
  71. b6c6393 Rename WARN() to WARNING() to clear the namespace by Arjan van de Ven · 16 years ago
  72. 0031a06 USB: usb dev_set_name() instead of dev->bus_id by Kay Sievers · 16 years ago
  73. f35ae63 ARM: OMAP: USB: Change omap USB code to use omap_read/write instead of __REG by Tony Lindgren · 16 years ago
  74. 0499bde ARM: OMAP: DMA: Remove __REG access by Tony Lindgren · 16 years ago
  75. cdefa18 usb: use non-racy method for proc entries creation by Denis V. Lunev · 16 years ago
  76. 441b62c USB: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  77. 70a1c9e USB: remove dev->power.power_state by Alan Stern · 17 years ago
  78. f34c32f usb gadget: fix platform driver hotplug/coldplug by Kay Sievers · 16 years ago
  79. dc0d5c1 USB: Spelling fixes by Joe Perches · 17 years ago
  80. 527ea73 USB: device DMA support on OMAP2 by Kyungmin Park · 17 years ago
  81. 9cfbba7 USB: omap_udc build fix by David Brownell · 17 years ago
  82. 9454a57 USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h> by David Brownell · 17 years ago
  83. a4e3ef5 USB: gadget: gadget_is_{dualspeed,otg} predicates and cleanup by David Brownell · 17 years ago
  84. c67ab13 usb gadget stack: remove usb_ep_*_buffer(), part 2 by David Brownell · 17 years ago
  85. 01ee7d7 USB: usb gadgets avoid le{16,32}_to_cpup() by David Brownell · 17 years ago
  86. 8a3c1f5 USB: omap_udc: workaround dma_free_coherent() bogosity by David Brownell · 18 years ago
  87. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 18 years ago
  88. 5f84813 USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h> by David Brownell · 18 years ago
  89. e6a6e47 USB: omap_udc build fixes (sync with linux-omap) by David Brownell · 18 years ago
  90. 6bea476 USB: gadget driver unbind() is optional; section fixes; misc by David Brownell · 18 years ago
  91. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  92. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  93. 6e9a473 [PATCH] completions: lockdep annotate on stack completions by Peter Zijlstra · 18 years ago
  94. 066202d USB: Make file operations structs in drivers/usb const. by Luiz Fernando N. Capitulino · 18 years ago
  95. 3a16f7b USB: move <linux/usb_otg.h> to <linux/usb/otg.h> by David Brownell · 18 years ago
  96. a8c4c20 Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 18 years ago
  97. d54b5ca [PATCH] irq-flags: usb: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  98. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  99. 7ff879d ARM: OMAP: Fix DMA channel irq handling for omap24xx by Tony Lindgren · 18 years ago
  100. 7039f42 [PATCH] USB: kzalloc() conversion in drivers/usb/gadget by Eric Sesterhenn · 19 years ago