1. 2f07607 USB: GADGET: optionally force full-speed for net2280 UDC by Alan Stern · 12 years ago
  2. 67635d3 Merge 3.8-rc5 into usb-next by Greg Kroah-Hartman · 12 years ago
  3. 4811f53 Merge tag 'xceiv-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 12 years ago
  4. cba6c85 Merge tag 'gadget-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 12 years ago
  5. eeef458 usb: gadget: constify all struct usb_gadget_ops by Felipe Balbi · 12 years ago
  6. 449d04a usb: gadget: mv_udc: fix the value of tranceiver by Chao Xie · 12 years ago
  7. 6a6f05f usb: gadget: mv_udc: fix the warning of mv_udc_remove by Chao Xie · 12 years ago
  8. 3517c31 usb: gadget: mv_udc: use devm_xxx for probe by Chao Xie · 12 years ago
  9. 2d7ebbb usb: gadget: completely remove ->start/->stop by Felipe Balbi · 12 years ago
  10. 4991e10 usb: gadget: s3c2410: convert to udc_start/udc_stop by Felipe Balbi · 12 years ago
  11. 70189a6 usb: gadget: pxa27x_udc: convert to udc_start/udc_stop by Felipe Balbi · 12 years ago
  12. 6166c24 usb: gadget: pxa25x_udc: convert to udc_start/udc_stop by Felipe Balbi · 12 years ago
  13. 1fb3b1c usb: gadget: pch_udc: convert to udc_start/udc_stop by Felipe Balbi · 12 years ago
  14. 1bf0cf6 usb: gadget: omap_udc: convert to udc_start/udc_stop by Felipe Balbi · 12 years ago
  15. 3381fb6 usb: gadget: m66592-udc: convert to udc_start/udc_stop by Felipe Balbi · 12 years ago
  16. eb65796 usb: gadget: fsl_udc_core: convert to udc_start/udc_stop by Felipe Balbi · 12 years ago
  17. 950b3c1 usb: gadget: goku_udc: convert to udc_start/udc_stop by Felipe Balbi · 12 years ago
  18. 8de94ff usb: gadget: fusb300_udc: convert to udc_start/udc_stop by Felipe Balbi · 12 years ago
  19. 45005f6 usb: gadget: amd5536udc: convert to udc_start/udc_stop by Felipe Balbi · 12 years ago
  20. aac16b6 usb: gadget: mv_udc: use udc_start and udc_stop functions by Chao Xie · 12 years ago
  21. 38b3ad5 usb: gadget: fix two sparse warnings by Felipe Balbi · 12 years ago
  22. a1ac29b usb: gadget: f_uac2: fix compile warning by Felipe Balbi · 12 years ago
  23. 27a46633 usb: gadget: f_acm: use usb_gstrings_attach() by Sebastian Andrzej Siewior · 12 years ago
  24. 9bb2859 usb: gadget: composite: introduce usb_gstrings_attach() by Sebastian Andrzej Siewior · 12 years ago
  25. 2d5a889 usb: gadget: export composite's setup & disconnect function by Sebastian Andrzej Siewior · 12 years ago
  26. a592334 usb: gadget: factor out two helper functions from composite_bind() by Sebastian Andrzej Siewior · 12 years ago
  27. 4c49a5f usb: gadget: udc-core: introduce UDC binding by name by Sebastian Andrzej Siewior · 12 years ago
  28. 0062f6e usb: gadget: add a forward pointer from usb_function to its "instance" by Sebastian Andrzej Siewior · 12 years ago
  29. 59835ad usb: gadget: multi: use function framework for ACM by Sebastian Andrzej Siewior · 12 years ago
  30. 29a6645 usb: gadget: cdc2: use function framework for ACM by Sebastian Andrzej Siewior · 12 years ago
  31. 5f72bbf usb: gadget: acm_ms: use function framework for ACM by Sebastian Andrzej Siewior · 12 years ago
  32. ff47f59 usb: gadget: f_acm: convert to new function interface with backwards compatibility by Sebastian Andrzej Siewior · 12 years ago
  33. 19b10a8 usb: gadget: allocate & giveback serial ports instead hard code them by Sebastian Andrzej Siewior · 12 years ago
  34. b4735778 usb: gadget: composite: add usb_remove_function() by Sebastian Andrzej Siewior · 12 years ago
  35. 3249ca2 usb: gadget: u_serial: convert into a module by Sebastian Andrzej Siewior · 12 years ago
  36. 48177cd usb: gadget: g_serial: split the three possible functions into three bind functions by Sebastian Andrzej Siewior · 12 years ago
  37. 05c062c5 usb: gadget: f_acm: remove empty function by Sebastian Andrzej Siewior · 12 years ago
  38. cf9a08a usb: gadget: convert source sink and loopback to new function interface by Sebastian Andrzej Siewior · 12 years ago
  39. de53c25 usb: gadget: add some infracture to register/unregister functions by Sebastian Andrzej Siewior · 12 years ago
  40. 78f46f0 usb: gadget: move loopback's config descriptor out of f_loopback by Sebastian Andrzej Siewior · 12 years ago
  41. eeae540 usb: gadget: move source sink's config descriptor out of f_sourcesink by Sebastian Andrzej Siewior · 12 years ago
  42. 544aca3 usb: gadget: provide a wrapper around SourceSink's setup function by Sebastian Andrzej Siewior · 12 years ago
  43. 32b8666 usb: gadget: remove u32 castings of address passed to readl() by Sebastian Andrzej Siewior · 12 years ago
  44. 779d516 usb: gadget: composite: don't call driver's unbind() if bind() failed by Sebastian Andrzej Siewior · 12 years ago
  45. b2e587d usb: phy: s3c-hsotg: adding phy driver support by Praveen Paneri · 12 years ago
  46. b810075 usb: gadget: FunctionFS: Fix missing braces in parse_opts by Benoit Goby · 12 years ago
  47. c2c9caa usb: gadget: fsl_mxc_udc: replace MX35_IO_ADDRESS to ioremap by Peter Chen · 12 years ago
  48. f0ea883 usb: gadget: fsl-mxc-udc: replace cpu_is_xxx() with platform_device_id by Peter Chen · 12 years ago
  49. afd2e18 usb: gadget: FunctionFS: Use kstrtoul() by Michal Nazarewicz · 12 years ago
  50. cd76213 usb: gadget: s3c-hsotg: Use devm_regulator_bulk_get API by Sachin Kamat · 12 years ago
  51. 924d253 usb: gadget: s3c-hsudc: Use devm_regulator_bulk_get by Sachin Kamat · 12 years ago
  52. d2aec37 USB: gadget: at91_adc: fix pullup pin validity check by Jean-Christophe PLAGNIOL-VILLARD · 12 years ago
  53. 348409a usb: gadget: at91_udc: don't use [delayed_]work_pending() by Tejun Heo · 12 years ago
  54. 32c9cf2 usb: gadget zero: avoid unnecessary reinit of data in f_sourcesink by Armando Visconti · 12 years ago
  55. 8f900a9 usb: gadget: consider link speed for bMaxPower by Sebastian Andrzej Siewior · 12 years ago
  56. 98f3a1b usb: gadget: mass_storage: remove >= 0 check for unsigned type by Sebastian Andrzej Siewior · 12 years ago
  57. b642435 usb: gadget: remove unused variable in uac2_pcm_trigger() by Wei Yongjun · 12 years ago
  58. 2b50800 usb: gadget: f_mass_storage: remove unused operations by Andrzej Pietrasiewicz · 12 years ago
  59. 8d640ad usb: gadget: ncm: make global variable ndp*_opts read only by Sebastian Andrzej Siewior · 12 years ago
  60. d3eeee6 usb: gadget: file_storage: remove its last pieces by Sebastian Andrzej Siewior · 12 years ago
  61. e460239 Merge tag 'fixes-for-v3.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus by Greg Kroah-Hartman · 12 years ago
  62. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  63. a11da7d Merge tag 'pm-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  64. 484ca3a usb: gadget: u_serial: fix switch off blocked by Haipeng YU · 12 years ago
  65. 5dbd693 usb: gadget: tcm_usb_gadge: fix to return error or 0 in tcm_usbg_drop_nexus() by Wei Yongjun · 12 years ago
  66. 25e14c1 usb: gadget: amd5536udc: avoid NULL pointer dereference in udc_pci_probe() by Xi Wang · 12 years ago
  67. 1d16638 usb: gadget: dummy: fix enumeration with g_multi by Sebastian Andrzej Siewior · 12 years ago
  68. 69f5165 usb: gadget: s3c-hsotg: Fix invalid free of devm_ allocated data by Tushar Behera · 12 years ago
  69. e887786 usb: gadget: mv_udc: fix the clk APIs by Chao Xie · 12 years ago
  70. 8287361 Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  71. b1286f4 Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  72. 414a6750 Merge tag 'usb-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  73. 0b99cb7 Merge branches 'cache-l2x0', 'fixes', 'hdrs', 'misc', 'mmci', 'vic' and 'warnings' into for-next by Russell King · 12 years ago
  74. 48d224d Merge tag 'tags/omap-for-v3.8/cleanup-multiplatform-no-clock-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/pm2 by Olof Johansson · 12 years ago
  75. 45c3eb7 ARM: OMAP: Move plat-omap/dma-omap.h to include/linux/omap-dma.h by Tony Lindgren · 12 years ago
  76. fb4e98a usb: remove use of __devexit by Bill Pemberton · 12 years ago
  77. 2f82686 usb: remove use of __devinitconst by Bill Pemberton · 12 years ago
  78. d3608b6 usb: remove use of __devinitdata by Bill Pemberton · 12 years ago
  79. 41ac7b3 usb: remove use of __devinit by Bill Pemberton · 12 years ago
  80. 7690417 usb: remove use of __devexit_p by Bill Pemberton · 12 years ago
  81. d755814 treewide: fix typo of "suppport" in various comments by Masanari Iida · 12 years ago
  82. 744627e9 treewide: fix printk typo in multiple drivers by Masanari Iida · 12 years ago
  83. 4600006 ARM: move udc_pxa2xx.h to linux/platform_data by Russell King · 12 years ago
  84. 191c5f1 TTY: call tty_port_destroy in the rest of drivers by Jiri Slaby · 12 years ago
  85. 9265c6a Merge branch 'omap/headers4' into next/cleanup by Arnd Bergmann · 12 years ago
  86. 8a6ff8a Merge tag 'for-3.8-at91_header_clean' of git://github.com/at91linux/linux-at91 into next/headers by Arnd Bergmann · 12 years ago
  87. 7fd94be Merge tag 'gadget-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 12 years ago
  88. edf8dde Merge branch 'linus' into omap-for-v3.8/cleanup-headers-prepare-multiplatform-v3 by Tony Lindgren · 12 years ago
  89. f72e3b7 usb: gadget: ncm: correct endianess conversion by Dmytro Milinevskyy · 12 years ago
  90. 23834e5 usb: gadget: g_ether: fix frame size check by Ian Coolidge · 12 years ago
  91. be44f1c usb: gadget: Remove reference to is_dualspeed from sysfs. by Michal Nazarewicz · 12 years ago
  92. fea20db usb: gadget: storage_common: Make fsg_lun_is_open() a function. by Michal Nazarewicz · 12 years ago
  93. 8575f7a usb: gadget: storage_common: Drop #ifdefs used for the sake of FSG. by Michal Nazarewicz · 12 years ago
  94. c7800a3 usb: gadget: storage_common: Remove FSG specific definitions. by Michal Nazarewicz · 12 years ago
  95. fa06920 usb: gadget: Remove File-backed Storage Gadget (g_file_storage). by Michal Nazarewicz · 12 years ago
  96. 4fe5f07 usb: gadget: g_ether: fix frame size check for 802.1Q by Ian Coolidge · 12 years ago
  97. 984e833 usb: fix typo in drivers/usb by Masanari Iida · 12 years ago
  98. bcd2360 arm: at91: move platfarm_data to include/linux/platform_data/atmel.h by Jean-Christophe PLAGNIOL-VILLARD · 12 years ago
  99. 6d06721 Merge branch 'depends/tty' into next/headers by Olof Johansson · 12 years ago
  100. b100a2f usb: gadget: dummy_hcd: remove global the_controller variable by Sebastian Andrzej Siewior · 12 years ago