1. 21eaab6 Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  2. 74e1a2a Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  3. 06991c2 Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  4. 5273afe drivers/usb: add missing GENERIC_HARDIRQS dependencies by Heiko Carstens · 12 years ago
  5. 9662ced usb: gadget: imx_udc: make it depend on BROKEN by Felipe Balbi · 12 years ago
  6. 4d2079c drivers/usb/gadget: using strlcpy instead of strncpy by Chen Gang · 12 years ago
  7. 2f07607 USB: GADGET: optionally force full-speed for net2280 UDC by Alan Stern · 12 years ago
  8. f1e7b73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  9. 422d26b Merge 3.8-rc5 into driver-core-next by Greg Kroah-Hartman · 12 years ago
  10. 9f9cba8 Merge 3.8-rc5 into tty-next by Greg Kroah-Hartman · 12 years ago
  11. 67635d3 Merge 3.8-rc5 into usb-next by Greg Kroah-Hartman · 12 years ago
  12. 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
  13. 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
  14. eeef458 usb: gadget: constify all struct usb_gadget_ops by Felipe Balbi · 12 years ago
  15. 449d04a usb: gadget: mv_udc: fix the value of tranceiver by Chao Xie · 12 years ago
  16. 6a6f05f usb: gadget: mv_udc: fix the warning of mv_udc_remove by Chao Xie · 12 years ago
  17. 3517c31 usb: gadget: mv_udc: use devm_xxx for probe by Chao Xie · 12 years ago
  18. 2d7ebbb usb: gadget: completely remove ->start/->stop by Felipe Balbi · 12 years ago
  19. 4991e10 usb: gadget: s3c2410: convert to udc_start/udc_stop by Felipe Balbi · 12 years ago
  20. 70189a6 usb: gadget: pxa27x_udc: convert to udc_start/udc_stop by Felipe Balbi · 12 years ago
  21. 6166c24 usb: gadget: pxa25x_udc: convert to udc_start/udc_stop by Felipe Balbi · 12 years ago
  22. 1fb3b1c usb: gadget: pch_udc: convert to udc_start/udc_stop by Felipe Balbi · 12 years ago
  23. 1bf0cf6 usb: gadget: omap_udc: convert to udc_start/udc_stop by Felipe Balbi · 12 years ago
  24. 3381fb6 usb: gadget: m66592-udc: convert to udc_start/udc_stop by Felipe Balbi · 12 years ago
  25. eb65796 usb: gadget: fsl_udc_core: convert to udc_start/udc_stop by Felipe Balbi · 12 years ago
  26. 950b3c1 usb: gadget: goku_udc: convert to udc_start/udc_stop by Felipe Balbi · 12 years ago
  27. 8de94ff usb: gadget: fusb300_udc: convert to udc_start/udc_stop by Felipe Balbi · 12 years ago
  28. 45005f6 usb: gadget: amd5536udc: convert to udc_start/udc_stop by Felipe Balbi · 12 years ago
  29. aac16b6 usb: gadget: mv_udc: use udc_start and udc_stop functions by Chao Xie · 12 years ago
  30. 148e113 usb: Convert to devm_ioremap_resource() by Thierry Reding · 12 years ago
  31. 38b3ad5 usb: gadget: fix two sparse warnings by Felipe Balbi · 12 years ago
  32. a1ac29b usb: gadget: f_uac2: fix compile warning by Felipe Balbi · 12 years ago
  33. 27a46633 usb: gadget: f_acm: use usb_gstrings_attach() by Sebastian Andrzej Siewior · 12 years ago
  34. 9bb2859 usb: gadget: composite: introduce usb_gstrings_attach() by Sebastian Andrzej Siewior · 12 years ago
  35. 2d5a889 usb: gadget: export composite's setup & disconnect function by Sebastian Andrzej Siewior · 12 years ago
  36. a592334 usb: gadget: factor out two helper functions from composite_bind() by Sebastian Andrzej Siewior · 12 years ago
  37. 4c49a5f usb: gadget: udc-core: introduce UDC binding by name by Sebastian Andrzej Siewior · 12 years ago
  38. 0062f6e usb: gadget: add a forward pointer from usb_function to its "instance" by Sebastian Andrzej Siewior · 12 years ago
  39. 59835ad usb: gadget: multi: use function framework for ACM by Sebastian Andrzej Siewior · 12 years ago
  40. 29a6645 usb: gadget: cdc2: use function framework for ACM by Sebastian Andrzej Siewior · 12 years ago
  41. 5f72bbf usb: gadget: acm_ms: use function framework for ACM by Sebastian Andrzej Siewior · 12 years ago
  42. ff47f59 usb: gadget: f_acm: convert to new function interface with backwards compatibility by Sebastian Andrzej Siewior · 12 years ago
  43. 19b10a8 usb: gadget: allocate & giveback serial ports instead hard code them by Sebastian Andrzej Siewior · 12 years ago
  44. b4735778 usb: gadget: composite: add usb_remove_function() by Sebastian Andrzej Siewior · 12 years ago
  45. 3249ca2 usb: gadget: u_serial: convert into a module by Sebastian Andrzej Siewior · 12 years ago
  46. 48177cd usb: gadget: g_serial: split the three possible functions into three bind functions by Sebastian Andrzej Siewior · 12 years ago
  47. 05c062c5 usb: gadget: f_acm: remove empty function by Sebastian Andrzej Siewior · 12 years ago
  48. cf9a08a usb: gadget: convert source sink and loopback to new function interface by Sebastian Andrzej Siewior · 12 years ago
  49. de53c25 usb: gadget: add some infracture to register/unregister functions by Sebastian Andrzej Siewior · 12 years ago
  50. 78f46f0 usb: gadget: move loopback's config descriptor out of f_loopback by Sebastian Andrzej Siewior · 12 years ago
  51. eeae540 usb: gadget: move source sink's config descriptor out of f_sourcesink by Sebastian Andrzej Siewior · 12 years ago
  52. 544aca3 usb: gadget: provide a wrapper around SourceSink's setup function by Sebastian Andrzej Siewior · 12 years ago
  53. 32b8666 usb: gadget: remove u32 castings of address passed to readl() by Sebastian Andrzej Siewior · 12 years ago
  54. 779d516 usb: gadget: composite: don't call driver's unbind() if bind() failed by Sebastian Andrzej Siewior · 12 years ago
  55. 4f73bc4 tty: Added a CONFIG_TTY option to allow removal of TTY by Joe Millenbach · 12 years ago
  56. b2e587d usb: phy: s3c-hsotg: adding phy driver support by Praveen Paneri · 12 years ago
  57. b810075 usb: gadget: FunctionFS: Fix missing braces in parse_opts by Benoit Goby · 12 years ago
  58. c2c9caa usb: gadget: fsl_mxc_udc: replace MX35_IO_ADDRESS to ioremap by Peter Chen · 12 years ago
  59. f0ea883 usb: gadget: fsl-mxc-udc: replace cpu_is_xxx() with platform_device_id by Peter Chen · 12 years ago
  60. ed408f7 Merge 3.9-rc4 into driver-core-next by Greg Kroah-Hartman · 12 years ago
  61. 52f7a82 usb: converto drivers/usb/* to use module_platform_driver_probe() by Fabio Porcedda · 12 years ago
  62. 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 12 years ago
  63. 05c7cd3 TTY: switch tty_insert_flip_string by Jiri Slaby · 12 years ago
  64. 4b87f92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  65. afd2e18 usb: gadget: FunctionFS: Use kstrtoul() by Michal Nazarewicz · 12 years ago
  66. cd76213 usb: gadget: s3c-hsotg: Use devm_regulator_bulk_get API by Sachin Kamat · 12 years ago
  67. 924d253 usb: gadget: s3c-hsudc: Use devm_regulator_bulk_get by Sachin Kamat · 12 years ago
  68. d2aec37 USB: gadget: at91_adc: fix pullup pin validity check by Jean-Christophe PLAGNIOL-VILLARD · 12 years ago
  69. 348409a usb: gadget: at91_udc: don't use [delayed_]work_pending() by Tejun Heo · 12 years ago
  70. 32c9cf2 usb: gadget zero: avoid unnecessary reinit of data in f_sourcesink by Armando Visconti · 12 years ago
  71. 8f900a9 usb: gadget: consider link speed for bMaxPower by Sebastian Andrzej Siewior · 12 years ago
  72. 98f3a1b usb: gadget: mass_storage: remove >= 0 check for unsigned type by Sebastian Andrzej Siewior · 12 years ago
  73. b642435 usb: gadget: remove unused variable in uac2_pcm_trigger() by Wei Yongjun · 12 years ago
  74. 2b50800 usb: gadget: f_mass_storage: remove unused operations by Andrzej Pietrasiewicz · 12 years ago
  75. 8d640ad usb: gadget: ncm: make global variable ndp*_opts read only by Sebastian Andrzej Siewior · 12 years ago
  76. d3eeee6 usb: gadget: file_storage: remove its last pieces by Sebastian Andrzej Siewior · 12 years ago
  77. 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
  78. 7826d43 ethtool: fix drvinfo strings set in drivers by Jiri Pirko · 12 years ago
  79. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  80. a11da7d Merge tag 'pm-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  81. 484ca3a usb: gadget: u_serial: fix switch off blocked by Haipeng YU · 12 years ago
  82. 5dbd693 usb: gadget: tcm_usb_gadge: fix to return error or 0 in tcm_usbg_drop_nexus() by Wei Yongjun · 12 years ago
  83. 25e14c1 usb: gadget: amd5536udc: avoid NULL pointer dereference in udc_pci_probe() by Xi Wang · 12 years ago
  84. 1d16638 usb: gadget: dummy: fix enumeration with g_multi by Sebastian Andrzej Siewior · 12 years ago
  85. 69f5165 usb: gadget: s3c-hsotg: Fix invalid free of devm_ allocated data by Tushar Behera · 12 years ago
  86. e887786 usb: gadget: mv_udc: fix the clk APIs by Chao Xie · 12 years ago
  87. 8287361 Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  88. b1286f4 Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  89. 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
  90. 0b99cb7 Merge branches 'cache-l2x0', 'fixes', 'hdrs', 'misc', 'mmci', 'vic' and 'warnings' into for-next by Russell King · 12 years ago
  91. 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
  92. 45c3eb7 ARM: OMAP: Move plat-omap/dma-omap.h to include/linux/omap-dma.h by Tony Lindgren · 12 years ago
  93. fb4e98a usb: remove use of __devexit by Bill Pemberton · 12 years ago
  94. 2f82686 usb: remove use of __devinitconst by Bill Pemberton · 12 years ago
  95. d3608b6 usb: remove use of __devinitdata by Bill Pemberton · 12 years ago
  96. 41ac7b3 usb: remove use of __devinit by Bill Pemberton · 12 years ago
  97. 7690417 usb: remove use of __devexit_p by Bill Pemberton · 12 years ago
  98. d755814 treewide: fix typo of "suppport" in various comments by Masanari Iida · 12 years ago
  99. 744627e9 treewide: fix printk typo in multiple drivers by Masanari Iida · 12 years ago
  100. 4600006 ARM: move udc_pxa2xx.h to linux/platform_data by Russell King · 12 years ago