1. 3e9a970 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 12 years ago
  2. 9fc3777 Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  3. 34e4cc4 isp1301_omap: remove IRQF_SAMPLE_RANDOM which is now a no-op by Theodore Ts'o · 12 years ago
  4. b3d9968 usb: otg: add basic mxs phy driver support by Richard Zhao · 12 years ago
  5. 277bd87 drivers: usb: otg: fix build break in twl6030-usb.c by Kishon Vijay Abraham I · 12 years ago
  6. ff9cce8 Merge tag 'xceiv-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 12 years ago
  7. 1fe4061 Merge tag 'omap-cleanup-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/cleanup by Arnd Bergmann · 12 years ago
  8. f8ecf82 usb: phy: fix error handling in usb_get_phy by Kishon Vijay Abraham I · 12 years ago
  9. ded017e usb: phy: fix return value check of usb_get_phy by Kishon Vijay Abraham I · 12 years ago
  10. b8a3efa usb: otg: twl: use devres API to allocate resources by Kishon Vijay Abraham I · 12 years ago
  11. c83a854 usb: musb: move otg specific initializations from twl to glue by Kishon Vijay Abraham I · 12 years ago
  12. c972143 usb: musb: twl: use mailbox API to send VBUS or ID events by Kishon Vijay Abraham I · 12 years ago
  13. 410219d usb: otg: utils: devres: Add API's to associate a device with the phy by Kishon Vijay Abraham I · 12 years ago
  14. 662dca5 usb: otg: support for multiple transceivers by a single controller by Kishon Vijay Abraham I · 12 years ago
  15. 721002e usb: otg: utils: rename function name in OTG utils by Kishon Vijay Abraham I · 12 years ago
  16. dc8738d usb: otg: twl6030-usb: Fix twl writes by Moiz Sonasath · 12 years ago
  17. 6b03b13 usb: otg: twl: add missing IRQF_ONESHOT by Felipe Balbi · 12 years ago
  18. 79d6680 usb: otg: isp1301_omap: resolve unused variable warning from gcc by Paul Walmsley · 12 years ago
  19. b924b20 ARM: OMAP: Make FS USB omap1 only by Tony Lindgren · 12 years ago
  20. 7cbb062 USB: gpio_vbus: wakeup support on GPIO VBUS interrupts by Shinya Kuribayashi · 12 years ago
  21. ec1ac6e USB: gpio_vbus: a missing cancellation of workqueue in remove() function by Shinya Kuribayashi · 12 years ago
  22. c8240c1 USB: gpio_vbus: handle IRQ flags properly by Shinya Kuribayashi · 12 years ago
  23. da020b4 USB: gpio_vbus: remove IRQF_SAMPLE_RANDOM use by Shinya Kuribayashi · 12 years ago
  24. 123bbce USB: gpio_vbus: use cached IRQ number for consistency with the probed one by Shinya Kuribayashi · 12 years ago
  25. 8f9d973 USB: twl6030-usb: pass IRQF_ONESHOT to request_threaded_irq by Ming Lei · 12 years ago
  26. e44694e USB: gpio_vbus: avoid consecutive vbus_session calls with the same "is_active" by Shinya Kuribayashi · 12 years ago
  27. a6dc9cf USB: gpio_vbus: put a missing regulator_put() on error by Shinya Kuribayashi · 12 years ago
  28. 934ccec USB: gpio_vbus: provide an appropriate debounce interval by Shinya Kuribayashi · 12 years ago
  29. 0d13eeb USB: gpio_vbus: fix inconsistent 'dev_id' parameters at free_irq() by Shinya Kuribayashi · 12 years ago
  30. 662c738 usb: otg: gpio_vbus: Add otg transceiver events and notifiers by Heiko Stübner · 12 years ago
  31. 5f0b3f9 usb: otg: ab8500-usb: make probe() work again by Dan Carpenter · 12 years ago
  32. 8062d94 Merge tag 'xceiv-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 12 years ago
  33. b1c711d usb: otg: mv_otg: Start using struct usb_otg by Heikki Krogerus · 12 years ago
  34. 298b083 usb: otg: ulpi: Start using struct usb_otg by Heikki Krogerus · 12 years ago
  35. 46b8f6b usb: otg: twl6030: Start using struct usb_otg by Heikki Krogerus · 12 years ago
  36. 74d4aa4 usb: otg: twl4030: Start using struct usb_otg by Heikki Krogerus · 12 years ago
  37. 41adf10 usb: otg: nop: Start using struct usb_otg by Heikki Krogerus · 12 years ago
  38. 1d4c929 usb: otg: msm: Start using struct usb_otg by Heikki Krogerus · 12 years ago
  39. 819d1c7 usb: otg: isp1301_omap: Start using struct usb_otg by Heikki Krogerus · 12 years ago
  40. 16bc1bb usb: otg: gpio_vbus: Start using struct usb_otg by Heikki Krogerus · 12 years ago
  41. 7e062c0 usb: otg: fsl: Start using struct usb_otg by Heikki Krogerus · 12 years ago
  42. 144713f usb: otg: ab8500: Start using struct usb_otg by Heikki Krogerus · 12 years ago
  43. 7a8a3a9 usb: otg: Separate otg members from usb_phy by Heikki Krogerus · 12 years ago
  44. de07e18 usb: otg: Rename usb_xceiv_event to usb_phy_event by Heikki Krogerus · 12 years ago
  45. 8675381 usb: otg: Rename otg_transceiver to usb_phy by Heikki Krogerus · 12 years ago
  46. ed2833a usb: otg: mv_otg: Add dependence by Neil Zhang · 13 years ago
  47. 7c24814 Merge branch 'for-greg' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus by Greg Kroah-Hartman · 13 years ago
  48. 2053c2d usb: mv-otg - Fix build if CONFIG_USB is not set by Geert Uytterhoeven · 13 years ago
  49. a37670b drivers: usb: otg: Fix dependencies for some OTG drivers by Fabio Estevam · 13 years ago
  50. c1084a5 usb: otg: kill langwell_otg driver by Alexander Shishkin · 13 years ago
  51. 21ebd6c Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 13 years ago
  52. 55b81e6 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 13 years ago
  53. ee66e65 mfd: Unify abx500 headers in mfd/abx500 by Linus Walleij · 13 years ago
  54. ee0db58 Merge branch 'for-gadget/next' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 13 years ago
  55. 06e298b Merge branch 'for-next/xceiv' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 13 years ago
  56. 00471f6 usb: otg: trivial cleanups by Felipe Contreras · 13 years ago
  57. 277164f USB: OTG: add Marvell usb OTG driver support by Neil Zhang · 13 years ago
  58. 42b2aa8 treewide: Fix typos in various parts of the kernel, and fix some comments. by Justin P. Mattock · 13 years ago
  59. cc27c96 usb: convert drivers/usb/* to use module_platform_driver() by Axel Lin · 13 years ago
  60. f940fcd usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed by Paul Gortmaker · 13 years ago
  61. 6eb0de8 usb: Add module.h to drivers/usb consumers who really use it. by Paul Gortmaker · 13 years ago
  62. b5dd18d USB: irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  63. e18a99e USB: otg: remove unused function twl6030_set_phy_clk by Wanlong Gao · 13 years ago
  64. f549953 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 13 years ago
  65. 497888c treewide: fix potentially dangerous trailing ';' in #defined values/expressions by Phil Carmody · 13 years ago
  66. 5bf5450 USB: OTG: Use work_queue in set_vbus for TWL6030 transciever by Moiz Sonasath · 13 years ago
  67. 7c9d440 treewide: transciever/transceiver spelling fixes by Joe Perches · 13 years ago
  68. e44ba03 treewide: remove duplicate includes by Vitaliy Ivanov · 13 years ago
  69. 5ccee4a USB: TWL6025 allow different regulator name by Graeme Gregory · 13 years ago
  70. e99c430 USB: OTG: msm: Free VCCCX regulator even if we can't set the voltage by Mark Brown · 13 years ago
  71. 7b521fc USB: OTG: msm: Allow the widest possible range for VDDCX when removing by Mark Brown · 13 years ago
  72. 603ab52 usb: otg: TWL6030: OMAP4430: Adding SRP VBUS pulsing API by Hema HK · 13 years ago
  73. 04aebcb USB: OTG: msm: Add PHY suspend support for MSM8960 by Pavankumar Kondeti · 13 years ago
  74. 11aa5c4 USB: OTG: msm: Configure PHY Analog and Digital voltage domains by Anji jonnala · 13 years ago
  75. d860852 USB: OTG: msm: Implement charger detection by Pavankumar Kondeti · 13 years ago
  76. 0f73cac USB: OTG: msm: vote for dayatona fabric clock by Anji jonnala · 13 years ago
  77. 2ce2c3a USB: OTG: msm: Clear in_lpm flag before enabling the IRQ in resume by Pavankumar Kondeti · 13 years ago
  78. 2887ba9 USB: gpio-vbus: ask for vbus_draw regulator before registering xceiv by Dmitry Eremin-Solenikov · 13 years ago
  79. 0807c50 USB: add Freescale USB OTG Transceiver driver by Li Yang · 13 years ago
  80. 3dacdf1 usb: factor out state_string() on otg drivers by Anatolij Gustschin · 13 years ago
  81. a87103a USB: twl4030-usb: Report correct vbus value for accessory charger adapters1 by Matthias Kaehlcke · 13 years ago
  82. 84f6c3f usb/otg: fix twl6030 macro by Randy Dunlap · 13 years ago
  83. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  84. 0df0914 Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 by Linus Torvalds · 13 years ago
  85. ee398ba usb: otg: Add ulpi viewport access ops by Benoit Goby · 13 years ago
  86. 1f15318 USB OTG Langwell: use simple IPC command to control VBus power. by Hao Wu · 13 years ago
  87. dfb2130 USB: Rename "msm72k_otg.c" to "msm_otg.c" by Pavankumar Kondeti · 13 years ago
  88. 37db3af usb: otg: TWL4030: Update the last_event variable. by Hema HK · 13 years ago
  89. cccad6d usb: otg: notifier: switch to atomic notifier by Felipe Balbi · 14 years ago
  90. 647b2d9 usb: otg: TWL6030 Save the last event in otg_transceiver by Hema HK · 13 years ago
  91. 070b8ed usb: otg: TWL6030: Introduce the twl6030_phy_suspend function. by Hema HK · 13 years ago
  92. 31e9992 usb: otg: Remove one unnecessary I2C read request. by Hema HK · 13 years ago
  93. 6dc2503 usb: otg: enable regulator only on cable/device connect by Hema HK · 13 years ago
  94. e2904ee USB: OTG: msm: Fix bug in msm_otg_mode_write by Pavankumar Kondeti · 13 years ago
  95. 7018773 USB: OTG: msm: Fix compiler warning with CONFIG_PM disabled by Pavankumar Kondeti · 13 years ago
  96. 9238b6d Merge branches 'devel-cleanup', 'devel-board', 'devel-early-init' and 'devel-ti816x' into omap-for-linus by Tony Lindgren · 13 years ago
  97. a7e2a89 wip: fix section mismatches in omap1_defconfig by Uwe Kleine-König · 13 years ago
  98. 8cf28f1 USB: Fix trout build failure with ci13xxx_msm gadget by Pavankumar Kondeti · 13 years ago
  99. 20831ad usb: otg: nop: fix oops triggered by otg_register_notifier by Ming Lei · 14 years ago
  100. 1e4cba8 usb: otg: Make USB3319 ULPI ID generic by Fabio Estevam · 14 years ago