1. a1924d8 usb/gadget: f_mass_storage: use string literal as format in dev_set_name by Andrzej Pietrasiewicz · 11 years ago
  2. 5328f35 Merge tag 'usb-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 11 years ago
  3. 5bb7289 usb: gadget: f_mass_storage: style corrections, cleanup & simplification by Andrzej Pietrasiewicz · 11 years ago
  4. 811f330 usb: gadget: s3c-hsotg: fix can_write limit for non-periodic endpoints by Robert Baldyga · 11 years ago
  5. 8acc829 usb: gadget: s3c-hsotg: fix interrupt configuration in dedicated-fifo mode by Robert Baldyga · 11 years ago
  6. bd9ef7b usb: gadget: s3c-hsotg: fix clear feature ENDPOINT_HALT by Robert Baldyga · 11 years ago
  7. a18ed7b usb: gadget: s3c-hsotg: fix "halted" property updating by Robert Baldyga · 11 years ago
  8. 7e80465 usb: gadget: s3c-hsotg: add DAINT masking by Robert Baldyga · 11 years ago
  9. afcf416 usb: gadget: s3c-hsotg: fix endpoint interrupts handling by Robert Baldyga · 11 years ago
  10. 5cb2ff0 usb: gadget: s3c-hsotg: fix s3c_hsotg_write_fifo function for dedicated fifo mode by Robert Baldyga · 11 years ago
  11. ab93e01 usb: gadget: s3c-hsotg: fix "protocol stall" handling by Robert Baldyga · 11 years ago
  12. b879863 usb: gadget: storage_common: pass filesem to fsg_store_cdrom by Andrzej Pietrasiewicz · 11 years ago
  13. 81a1d5e usb: gadget: storage_common: use strtobool instead of kstrtouint by Andrzej Pietrasiewicz · 11 years ago
  14. 2b84f92 usb: Remove unnecessary semicolons by Joe Perches · 11 years ago
  15. cd10869 usb: gadget: Make VERBOSE_DEBUG enableable via Kconfig by Andreas Larsson · 11 years ago
  16. 7eb581d usb: gadget: s3c-hsotg: remove unused label by Robert Baldyga · 11 years ago
  17. 4fca54a usb: gadget: s3c-hsotg: add multi count support by Robert Baldyga · 11 years ago
  18. 1479e84 usb: gadget: s3c-hsotg: add isochronous transfers support by Robert Baldyga · 11 years ago
  19. 8254bac usb: gadget: mass_storage: merge usb_f_mass_storage module with u_ms module by Andrzej Pietrasiewicz · 11 years ago
  20. 7a93d04 usb: gadget: f_mass_storage: remove compatibility layer by Andrzej Pietrasiewicz · 11 years ago
  21. 1bcce93 usb: gadget: multi: convert to new interface of f_mass_storage by Andrzej Pietrasiewicz · 11 years ago
  22. 4d1a8f6 usb: gadget: multi: convert to new interface of f_rndis by Andrzej Pietrasiewicz · 11 years ago
  23. 7388901 usb: gadget: multi: convert to new interface of f_ecm by Andrzej Pietrasiewicz · 11 years ago
  24. e6c661e usb: gadget: acm_ms: convert to new interface of f_mass_storage by Andrzej Pietrasiewicz · 11 years ago
  25. ef0aa4b usb: gadget: f_mass_storage: add configfs support by Andrzej Pietrasiewicz · 11 years ago
  26. 864328e usb: gadget: storage_common: add methods to show/store 'cdrom' and 'removable' by Andrzej Pietrasiewicz · 11 years ago
  27. 77850ae usb: gadget: storage_common: make attribute operations more generic by Andrzej Pietrasiewicz · 11 years ago
  28. 2412fbf usb: gadget: mass_storage: convert to new interface of f_mass_storage by Andrzej Pietrasiewicz · 11 years ago
  29. e5eaa0d usb: gadget: f_mass_storage: convert to new function interface with backward compatibility by Andrzej Pietrasiewicz · 11 years ago
  30. 5de862d usb: gadget: f_mass_storage: create fsg_common_run_thread for use in fsg_common_init by Andrzej Pietrasiewicz · 11 years ago
  31. 23682e3 usb: gadget: f_mass_storage: create fsg_common_set_inquiry_string for use in fsg_common_init by Andrzej Pietrasiewicz · 11 years ago
  32. b27c08c usb: gadget: f_mass_storage: create lun creation helpers for use in fsg_common_init by Andrzej Pietrasiewicz · 11 years ago
  33. a891d7a usb: gadget: f_mass_storage: create fsg_common_set_cdev for use in fsg_common_init by Andrzej Pietrasiewicz · 11 years ago
  34. 7063417 usb: gadget: f_mass_storage: create lun handling helpers for use in fsg_common_init by Andrzej Pietrasiewicz · 11 years ago
  35. 6313caa usb: gadget: f_mass_storage: create fsg_common_set_num_buffers for use in fsg_common_init by Andrzej Pietrasiewicz · 11 years ago
  36. b24650d usb: gadget: f_mass_storage: create fsg_common_setup for use in fsg_common_init by Andrzej Pietrasiewicz · 11 years ago
  37. bd528d4 usb: gadget: f_mass_storage: make sysfs interface optional by Andrzej Pietrasiewicz · 11 years ago
  38. 8502d66 usb: gadget: f_mass_storage: create _fsg_common_free_buffers by Andrzej Pietrasiewicz · 11 years ago
  39. e9edd199 usb: gadget: s3c-hsotg: fix set_ep_maxpacket function by Robert Baldyga · 11 years ago
  40. dc80757 usb: gadget: mv_u3d_core: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  41. 7fc031e usb: g_ffs: fix compilation warning by David Cohen · 11 years ago
  42. cae9160 usb: gadget: mv_u3d_core: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  43. 4c015ba Merge 3.12-rc4 into usb-next by Greg Kroah-Hartman · 11 years ago
  44. e81b1a6 usb: g_ffs: fix compilation warning by David Cohen · 11 years ago
  45. 13613c1 usb: gadget: s3c-hsotg: fix maxpacket size by Robert Baldyga · 11 years ago
  46. f8cffc8 usb: gadget: udc-core: Do not report -EISNAM error from gadgetfs by Fabio Estevam · 11 years ago
  47. a023da3 usb: gadget: s3c-hsotg: fix CodingStyle issues by Pavel Machek · 11 years ago
  48. bdd78f2 Merge tag 'fixes-for-v3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus by Greg Kroah-Hartman · 11 years ago
  49. 4610f19 usb: gadget: f_mass_storage: use usb_gstrings_attach by Andrzej Pietrasiewicz · 11 years ago
  50. 8b903fd usb: gadget: f_mass_storage: add a level of indirection for luns storage by Andrzej Pietrasiewicz · 11 years ago
  51. f3fed36 usb: gadget: f_mass_storage: factor out a header file by Andrzej Pietrasiewicz · 11 years ago
  52. 6fdc5dd usb: gadget: create a utility module for mass_storage by Andrzej Pietrasiewicz · 11 years ago
  53. 092a4bd usb: gadget: configfs: add a method to unregister the gadget by Andrzej Pietrasiewicz · 11 years ago
  54. a346941 usb: gadget: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...)) by Duan Jiong · 11 years ago
  55. f51a08d usb: gadget: mv_u3d_core: fix memory leaks by Valentin Ilie · 11 years ago
  56. d1d7e3f usb: gadget: net2280: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  57. 42ab3d2 usb: gadget: pch_udc: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  58. 1f01863 usb: gadget: goku_udc: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  59. 8820099 usb: gadget: amd5536udc: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  60. 36ed03f usb: gadget: zero: Add flexible auto remote wakeup test method by Peter Chen · 11 years ago
  61. b377216 usb: gadget: s3c-hsotg: fix can_write limit for non-periodic endpoints by Robert Baldyga · 11 years ago
  62. 8854894 usb: gadget: f_fs: fix error handling by Robert Baldyga · 11 years ago
  63. df9b17f Merge 3.12-rc3 into usb-next by Greg Kroah-Hartman · 11 years ago
  64. 2606b28 USB: Fix breakage in ffs_fs_mount() by Al Viro · 11 years ago
  65. d47aa45 usb: gadget: Remove redundant pci_set_drvdata by Sachin Kamat · 11 years ago
  66. 8233729 usb: gadget: pxa25x_udc: fix deferred probe from __init by Johan Hovold · 11 years ago
  67. 42f4891 Merge tag 'fixes-for-v3.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus by Greg Kroah-Hartman · 11 years ago
  68. dfe2902 USB: Faraday fotg210: fix email addresses by Dave Jones · 11 years ago
  69. d3675e3 usb: s3c-hsotg: do not disconnect gadget when receiving ErlySusp intr by Chanho Park · 11 years ago
  70. c8c1025 usb: s3c-hsotg: fix unregistration function by Marek Szyprowski · 11 years ago
  71. 7f2ccc8 usb: gadget: f_mass_storage: reset endpoint driver data when disabled by Peter Oh · 11 years ago
  72. 5c18a36 usb: gadget: f_eem: Staticize eem_alloc by Sachin Kamat · 11 years ago
  73. 0f0392f usb: gadget: f_ecm: Staticize ecm_alloc by Sachin Kamat · 11 years ago
  74. 780cc0f usb: gadget: add '__ref' for rndis_config_register() and cdc_config_register() by Chen Gang · 11 years ago
  75. d2ff405 usb: gadget: cdc2: fix conversion to new interface of f_ecm by Andrzej Pietrasiewicz · 11 years ago
  76. 5f5610f usb: gadget: fix a bug and a WARN_ON in dummy-hcd by Alan Stern · 11 years ago
  77. 2389df4 usb: gadget: mv_u3d_core: fix violation of locking discipline in mv_u3d_ep_disable() by Alexey Khoroshilov · 11 years ago
  78. 9bf12df Merge git://git.kvack.org/~bcrl/aio-next by Linus Torvalds · 11 years ago
  79. 0244ad0 Remove GENERIC_HARDIRQ config option by Martin Schwidefsky · 11 years ago
  80. d257221 usb: acm gadget: Null termintate strings table by Graham Williams · 11 years ago
  81. 3cb40a5 usb: fotg210-udc: use platform_{get,set}_drvdata() by Libo Chen · 11 years ago
  82. 752e695 Merge tag 'usb-for-v3.12-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 11 years ago
  83. ffb62a1 usb: gadget: double unlocks on error in atmel_usba_start() by Dan Carpenter · 11 years ago
  84. df49899 usb: gadget: gadgetfs: potential use after free in unbind() by Dan Carpenter · 11 years ago
  85. 1826e9b usb: gadget: gadgetfs: use after free in dev_release() by Dan Carpenter · 11 years ago
  86. ce26bd2 USB: gadget: audit sysfs attribute permissions by Greg Kroah-Hartman · 11 years ago
  87. 272b05a usb: gadget: USB_NET2272_DMA should depend on HAS_DMA by Geert Uytterhoeven · 11 years ago
  88. 4ee4f23 usb: gadget: USB_R8A66597 should depend on HAS_DMA by Geert Uytterhoeven · 11 years ago
  89. b2fb945 usb: gadget: USB_FUSB300 should depend on HAS_DMA by Geert Uytterhoeven · 11 years ago
  90. 5a68e9b usb: gadget: configfs: keep a function if it is not successfully added by Andrzej Pietrasiewicz · 11 years ago
  91. 9c1d696 usb:gadget Fix comment for pointer to configfs by Philippe De Swert · 11 years ago
  92. 165f606 Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 11 years ago
  93. ebe864a usb: gadget: uvc: Fix error handling in uvc_queue_buffer() by Laurent Pinchart · 11 years ago
  94. cf1dea7 usb: gadget: f_uac1: Staticize local functions by Jingoo Han · 11 years ago
  95. 2419831 usb: gadget: u_uac1: add __user annotation by Jingoo Han · 11 years ago
  96. bf19647 usb: gadget: rndis: Staticize rndis_init()/rndis_exit() by Jingoo Han · 11 years ago
  97. 136c489 usb: gadget: f_mass_storage: use NULL instead of 0 by Jingoo Han · 11 years ago
  98. ffcba5a usb: gadget: amd5536udc: unconditionally use GFP_ATOMIC in udc_queue() by Alexey Khoroshilov · 11 years ago
  99. 5b146f7 Merge 3.11-rc4 into usb-next by Greg Kroah-Hartman · 11 years ago
  100. c0aefc7 usb: gadget: at91_udc: add usb_clk for transition to common clk framework by Boris BREZILLON · 11 years ago