1. 229e368 USB: gadget: udc: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  2. 5fd54ac USB: add SPDX identifiers to all remaining files in drivers/usb/ by Greg Kroah-Hartman · 7 years ago
  3. 457b16d usb: gadget: goku_udc: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  4. 977ac78 usb: gadget: udc: constify usb_ep_ops structures by Bhumika Goyal · 8 years ago
  5. 2a334cf usb: gadget: goku_udc: fix memory leak in goku_probe() by Alexey Khoroshilov · 8 years ago
  6. 1a7c1d5 usb: gadget: udc: goku_udc: don't print on ENOMEM by Wolfram Sang · 8 years ago
  7. 7b78f48 PCI: Add PCI_CLASS_SERIAL_USB_DEVICE definition by Heikki Krogerus · 8 years ago
  8. 8cc67b7 usb: gadget: goku_udc: add goku_match_ep() function by Robert Baldyga · 9 years ago
  9. b0bf5fb usb: gadget: goku_udc: add ep capabilities support by Robert Baldyga · 9 years ago
  10. 557f358 usb: gadget: goku_udc: Remove uses of seq_<foo> return values by Joe Perches · 9 years ago
  11. 22835b8 usb: gadget: remove unnecessary 'driver' argument by Felipe Balbi · 10 years ago
  12. 304f7e5 usb: gadget: Refactor request completion by Michal Sojka · 10 years ago
  13. 90fccb5 usb: gadget: Gadget directory cleanup - group UDC drivers by Andrzej Pietrasiewicz · 10 years ago[Renamed from drivers/usb/gadget/goku_udc.c]
  14. 803a536 usb: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  15. e117e74 usb: gadget: add "maxpacket_limit" field to struct usb_ep by Robert Baldyga · 11 years ago
  16. 4fbc556 usb: gadget: goku: remove unused argument by Michal Nazarewicz · 11 years ago
  17. 2b84f92 usb: Remove unnecessary semicolons by Joe Perches · 11 years ago
  18. d47aa45 usb: gadget: Remove redundant pci_set_drvdata by Sachin Kamat · 11 years ago
  19. 027ca0d usb: gadget: goku_udc: use NULL instead of 0 by Jingoo Han · 11 years ago
  20. 962a1ab gadget: single_open() leaks by Al Viro · 11 years ago
  21. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  22. 96c7a22 goku_udc: Don't use create_proc_read_entry() by David Howells · 11 years ago
  23. 2ae837e usb: gadget: goku_udc: don't assign gadget.dev.release directly by Felipe Balbi · 11 years ago
  24. 88060d6 usb: gadget: goku_udc: don't touch gadget.dev.driver by Felipe Balbi · 11 years ago
  25. 975cbd4 usb: gadget: goku_udc: remove unused macro by Felipe Balbi · 11 years ago
  26. 1a36315 usb: gadget: goku_udc: remove unnecessary initializations by Felipe Balbi · 11 years ago
  27. 7bce401 usb: gadget: drop now unnecessary flag by Felipe Balbi · 12 years ago
  28. 5637bf5 usb: gadget: goku_udc: let udc-core manage gadget->dev by Felipe Balbi · 12 years ago
  29. 950b3c1 usb: gadget: goku_udc: convert to udc_start/udc_stop by Felipe Balbi · 12 years ago
  30. ffe0b33 usb: gadget: remove global variable composite in composite.c by Sebastian Andrzej Siewior · 12 years ago
  31. 11bc268 goku_udc: remove IRQF_SAMPLE_RANDOM which was commented out by Theodore Ts'o · 12 years ago
  32. aedaa44 usb: gadget: goku_udc: Remove unneeded condition by Ido Shayevitz · 12 years ago
  33. db79d98 usb: gadget: Update goku_udc to use usb_endpoint_descriptor inside the struct usb_ep by Ido Shayevitz · 12 years ago
  34. 3cdb772 usb: gadget: use module_pci_driver by Axel Lin · 12 years ago
  35. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  36. 6440093 usb: gadget: goku: use generic map/unmap routines by Felipe Balbi · 13 years ago
  37. f9c56cd usb: gadget: Clear usb_endpoint_descriptor inside the struct usb_ep on disable by Ido Shayevitz · 12 years ago
  38. 7177aed usb: gadget: rename usb_gadget_driver::speed to max_speed by Michal Nazarewicz · 13 years ago
  39. d327ab5 usb: gadget: replace usb_gadget::is_dualspeed with max_speed by Michal Nazarewicz · 13 years ago
  40. 0f91349 usb: gadget: convert all users to the new udc infrastructure by Sebastian Andrzej Siewior · 13 years ago
  41. 268bb0c sanitize <linux/prefetch.h> usage by Linus Torvalds · 13 years ago
  42. 319feaa usb: gadget: goku_udc: Fix error path by Dan Carpenter · 14 years ago
  43. b0fca50 usb gadget: don't save bind callback in struct usb_gadget_driver by Uwe Kleine-König · 14 years ago
  44. 872f8b4 USB: goku_udc: remove potential null dereference by Dan Carpenter · 14 years ago
  45. 1ba2557 USB goku_udc: make PCI device id constant by Németh Márton · 15 years ago
  46. 9ab1565 USB: Goku-S: use helper functions to determine endpoint type and direction by Matthias Kaehlcke · 15 years ago
  47. 551509d USB: replace uses of __constant_{endian} by Harvey Harrison · 15 years ago
  48. 32e7fea USB: Fix goku_udc usb speed handling by SangSu Park · 16 years ago
  49. b6c6393 Rename WARN() to WARNING() to clear the namespace by Arjan van de Ven · 16 years ago
  50. 0031a06 USB: usb dev_set_name() instead of dev->bus_id by Kay Sievers · 16 years ago
  51. a5abdea usb: use get/put_unaligned_* helpers by Harvey Harrison · 16 years ago
  52. 441b62c USB: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  53. eb0be47 USB: usb peripheral controller driver oops avoidance by Patrik Sevallius · 17 years ago
  54. 9454a57 USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h> by David Brownell · 17 years ago
  55. dd00cc4 some kmalloc/memset ->kzalloc (tree wide) by Yoann Padioleau · 17 years ago
  56. 2d70c99 USB: goku_udc trivial cleanups by David Brownell · 17 years ago
  57. c67ab13 usb gadget stack: remove usb_ep_*_buffer(), part 2 by David Brownell · 17 years ago
  58. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  59. 14360ab USB: goku_udc: Remove crude cache coherency code by Ralf Baechle · 17 years ago
  60. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  61. 5f84813 USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h> by David Brownell · 18 years ago
  62. 6bea476 USB: gadget driver unbind() is optional; section fixes; misc by David Brownell · 18 years ago
  63. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  64. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  65. d54b5ca [PATCH] irq-flags: usb: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  66. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  67. c6387a4 [SPARC]: Kill __irq_itoa(). by David S. Miller · 18 years ago
  68. 7039f42 [PATCH] USB: kzalloc() conversion in drivers/usb/gadget by Eric Sesterhenn · 18 years ago
  69. 249bb07 [PATCH] PCI: removed unneeded .owner field from struct pci_driver by Greg Kroah-Hartman · 19 years ago
  70. d0d5049 [PATCH] USB: gadget drivers - add .owner initialisation by Ben Dooks · 19 years ago
  71. 55016f1 [PATCH] gfp_t: drivers/usb by Al Viro · 19 years ago
  72. 5db539e [PATCH] USB: Fix kmalloc's flags type in USB by Olav Kongas · 19 years ago
  73. 988199f [PATCH] USB: goku_udc updates (sparse, SETUP api change) by David Brownell · 19 years ago
  74. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago