1. 0ba3307 Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  2. 64576e4 Merge branch 'qcom/drivers' into next/drivers by Olof Johansson · 11 years ago
  3. 5146d77 usb: phy: msm: Move mach dependent code to platform data by Ivan T. Ivanov · 11 years ago
  4. 803a536 usb: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  5. 73ad0ad Merge tag 'usb-for-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 11 years ago
  6. 836a216 usb: phy: keystone: remove redundant return value check of platform_get_resource() by Wei Yongjun · 11 years ago
  7. 99f14bd4 Merge 3.13-rc5 into usb-next by Greg Kroah-Hartman · 11 years ago
  8. e90b841 Merge tag 'v3.13-rc5' into next by Felipe Balbi · 11 years ago
  9. 12c8d64 usb: phy: fix some Kconfig descriptions by Aaro Koskinen · 11 years ago
  10. 8b42a74 usb: phy: isp1301-omap: fix smatch warnings by Aaro Koskinen · 11 years ago
  11. 80f46d5 usb: phy: tahvo: fix smatch warnings by Aaro Koskinen · 11 years ago
  12. 2ee8ff3 usb: phy-twl6030: Add missing braces by Sachin Kamat · 11 years ago
  13. 7410f17 usb: phy-fsm: Staticize local symbols by Sachin Kamat · 11 years ago
  14. ed40082 usb: phy-keystone: Remove redundant of_match_ptr helper by Sachin Kamat · 11 years ago
  15. 16da4b1 usb: phy: Fix double lock in OTG FSM by Anton Tikhomirov · 11 years ago
  16. 5156100 usb: phy: am335x: fix randconfig errors by Felipe Balbi · 11 years ago
  17. c4b34a3 usb: phy: omap: Add omap-control Support for AM437x by George Cherian · 11 years ago
  18. db67bc0 usb: phy: am335x-control: include appropriate header file in phy-am335x-control.c by Rashika Kheria · 11 years ago
  19. 2fc711d7 usb: phy: am335x: Enable USB remote wakeup using PHY wakeup by George Cherian · 11 years ago
  20. c139e14 Merge tag 'v3.13-rc4' into next by Felipe Balbi · 11 years ago
  21. 7cd0c29 usb: phy: fix driver dependencies by Felipe Balbi · 11 years ago
  22. d59abb9 Merge branch 3.13-rc4 into usb-next by Greg Kroah-Hartman · 11 years ago
  23. 31e3222 usb: phy: initialize the notifier when add a new phy by Neil Zhang · 11 years ago
  24. 25acdd0 usb: phy: add Keystone usb phy driver by WingMan Kwok · 11 years ago
  25. c3e5d29 usb: phy: r-car gen2: use usb_add_phy_dev by Valentine Barshak · 11 years ago
  26. 3c9740a usb: hcd: move controller wakeup setting initialization to individual driver by Peter Chen · 11 years ago
  27. 9ba96ae usb: omap1: Tahvo USB transceiver driver by Aaro Koskinen · 11 years ago
  28. 449d2ba usb: omap1: OTG controller driver by Aaro Koskinen · 11 years ago
  29. 851dd02 usb: phy-tegra-usb.c: wrong pointer check for remap UTMI by Chris Ruehl · 11 years ago
  30. 67c21fc usb: phy: phy-mxs-usb: Check the return value from clk_prepare_enable() by Fabio Estevam · 11 years ago
  31. e1d2e31 usb: phy: Add OTG FSM configuration option by Anton Tikhomirov · 11 years ago
  32. 5653668 usb: phy: move OTG FSM header by Anton Tikhomirov · 11 years ago
  33. 16e569e usb: phy: replace spinlock with mutex in OTG FSM by Anton Tikhomirov · 11 years ago
  34. d49dd78 usb: phy: fsm: protect against multiple inclusions by Anton Tikhomirov · 11 years ago
  35. cc9d9cc usb: phy: fsm: don't depend on indirect includes by Felipe Balbi · 11 years ago
  36. 0b55149 usb: phy: twl6030-usb: signedness bug in twl6030_readb() by Dan Carpenter · 11 years ago
  37. c8ba811 usb: phy: phy-rcar-gen2-usb: fix phy initialization by Valentine Barshak · 11 years ago
  38. e8d68f8 usb: phy: phy-generic: fix return value check in usb_nop_xceiv_register() by Wei Yongjun · 11 years ago
  39. 97a27f7 usb: phy: phy-mxs-usb: set the correct platform drvdata by Jisheng Zhang · 11 years ago
  40. 37cfbc4 usb: phy: generic: fix a compiler warning by Heikki Krogerus · 11 years ago
  41. dc52c57 usb: phy-generic: fix nop xceiv probe by Aaro Koskinen · 11 years ago
  42. af9f51c usb: phy: generic: fix how we find out about our resources by Felipe Balbi · 11 years ago
  43. 39189c9 usb: phy: remove dead code by Michal Nazarewicz · 11 years ago
  44. 488c9cd USB: phy: samsung: Support multiple PHYs of same type by Anton Tikhomirov · 11 years ago
  45. 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
  46. 80d7d8a usb: phy: twl6030-usb: Include linux/of.h header by Sachin Kamat · 11 years ago
  47. 2b84f92 usb: Remove unnecessary semicolons by Joe Perches · 11 years ago
  48. 7f4d1e7 usb: phy: don't return with NULL from devm_usb_get_phy() by Gabor Juhos · 11 years ago
  49. 5578b26 usb: phy: Add RCAR Gen2 USB phy by Valentine Barshak · 11 years ago
  50. 4c015ba Merge 3.12-rc4 into usb-next by Greg Kroah-Hartman · 11 years ago
  51. 4662e5e usb: phy: Reordering of OTG FSM variables by Anton Tikhomirov · 11 years ago
  52. ec04996 usb: phy: Add and use missed OTG FSM inputs/outputs by Anton Tikhomirov · 11 years ago
  53. 6804178 usb: phy: Rename "B-device session end SRP" OTG FSM input by Anton Tikhomirov · 11 years ago
  54. cff4dab usb: phy: Rename OTG FSM informative variables by Anton Tikhomirov · 11 years ago
  55. 3294908 usb: phy: Add and use missed OTG FSM timers by Anton Tikhomirov · 11 years ago
  56. f6de27e usb: phy: Fix OTG FSM timer handling by Anton Tikhomirov · 11 years ago
  57. 425d710 usb: phy: Add and use missed helper functions by Anton Tikhomirov · 11 years ago
  58. 737cc66 usb: phy: Check OTG FSM callback existance in helper functions by Anton Tikhomirov · 11 years ago
  59. da8cc16 usb: phy: Pass OTG FSM pointer to callback functions by Anton Tikhomirov · 11 years ago
  60. bd27fa4 usb: phy: generic: Don't use regulator framework for RESET line by Roger Quadros · 11 years ago
  61. 0bb85dc usb: phy: omap: get rid of omap_get_control_dev() by Roger Quadros · 11 years ago
  62. 918ee0d usb: phy: omap-usb3: Don't use omap_get_control_dev() by Roger Quadros · 11 years ago
  63. 6cb9310 usb: phy: omap: Add new device types and remove omap_control_usb3_phy_power() by Roger Quadros · 11 years ago
  64. 4fd06af usb: phy: omap-control: Get rid of platform data by Roger Quadros · 11 years ago
  65. 78723920 usb: phy: tegra-usb: Remove redundant of_match_ptr by Sachin Kamat · 11 years ago
  66. b99fffc usb: phy: am335x: Remove redundant of_match_ptr by Sachin Kamat · 11 years ago
  67. c4df9ae usb: phy: am335x-control: Remove redundant of_match_ptr by Sachin Kamat · 11 years ago
  68. 80d2e76 usb: musb: Add missing ATOMIC_INIT_NOTIFIER_HEAD by Pali Rohár · 11 years ago
  69. a122263 usb: phy: am335x: add wakeup support by Sebastian Andrzej Siewior · 11 years ago
  70. 4d175f3 usb: phy: nop: Defer clock prepare until PHY init by Mark Brown · 11 years ago
  71. 6747caa usb: phy: twl4030: use the new generic PHY framework by Kishon Vijay Abraham I · 11 years ago
  72. 5d93d1e usb: phy: omap-usb2: use the new generic PHY framework by Kishon Vijay Abraham I · 11 years ago
  73. 7ba0127 USB: phy: Restrict AM335x PHY driver to only be built on !ARM when COMPILE_TEST is set. by Dave Jones · 11 years ago
  74. eaaa775 usb: phy: gpio-vbus: fix deferred probe from __init by Johan Hovold · 11 years ago
  75. 1b97be8 usb: phy: omap-usb3: Fix return value by Sachin Kamat · 11 years ago
  76. 72031b5 usb: phy-tegra-usb: use platform_{get,set}_drvdata() by Libo Chen · 11 years ago
  77. 0f82768 usb: phy: signedness bugs in suspend/resume functions by Dan Carpenter · 11 years ago
  78. 9473e8c usb: phy: fix build breakage by Anatolij Gustschin · 11 years ago
  79. 4ff7457 usb: phy: am335x-control: make it compile with by Sebastian Andrzej Siewior · 11 years ago
  80. 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
  81. 8b841cb usb: phy: am335x: include linux/err.h by Sebastian Andrzej Siewior · 11 years ago
  82. e497a24 usb: phy: tegra: Program new PHY parameters by Tuomas Tynkkynen · 11 years ago
  83. 3e63520 usb: phy: tegra: Tegra30 support by Tuomas Tynkkynen · 11 years ago
  84. f5833a0 usb: phy: tegra: Fix wrong PHY parameters by Tuomas Tynkkynen · 11 years ago
  85. 3bb869c usb: phy: Add AM335x PHY driver by Sebastian Andrzej Siewior · 11 years ago
  86. 53b6fc2 usb: phy: phy-generic: export init functions by Sebastian Andrzej Siewior · 11 years ago
  87. 9e5f9c8 Merge branch 'nop-phy-rename' into next by Felipe Balbi · 11 years ago
  88. 3fa4d73 usb: phy: rename nop_usb_xceiv => usb_phy_gen_xceiv by Sebastian Andrzej Siewior · 11 years ago
  89. d07f4a8 usb: phy: mv-usb: remove incorrect __exit_p annotation by Jingoo Han · 11 years ago
  90. 1e0f20b usb: phy: mv-u3d: Staticize mv_u3d_phy_shutdown() by Jingoo Han · 11 years ago
  91. 19f9e18 usb: phy: use dev_get_platdata() by Jingoo Han · 11 years ago
  92. 78283dd Merge 3.11-rc3 into usb-next by Greg Kroah-Hartman · 11 years ago
  93. a554aea usb: phy: tegra: Use switch instead of if-else by Tuomas Tynkkynen · 11 years ago
  94. 6558d7e usb: phy: tegra: Use DT helpers for dr_mode by Tuomas Tynkkynen · 11 years ago
  95. 9fdb07f usb: phy: tegra: Use DT helpers for phy_type by Tuomas Tynkkynen · 11 years ago
  96. 3b102e8 usb: phy: tegra: Remove custom PHY locating APIs by Tuomas Tynkkynen · 11 years ago
  97. 0ee5b4a usb: phy: tegra: Register as an USB PHY. by Tuomas Tynkkynen · 11 years ago
  98. 185d0fd usb: phy: tegra: Remove unnecessary 'dev' field by Tuomas Tynkkynen · 11 years ago
  99. f5b8c8b usb: tegra: Use regulators instead of GPIOs for USB PHY VBUS by Mikko Perttunen · 11 years ago
  100. 81d5dfe usb: phy: tegra: Read UTMIP parameters from device tree by Mikko Perttunen · 11 years ago