1. bb50564 USB: Remove .owner field for driver by Kiran Padwal · 10 years ago
  2. f7cc38b Merge tag 'v3.17-rc4' into next by Felipe Balbi · 10 years ago
  3. a1a4caf usb: phy: msm: Make phy_reset clk and reset line optional. by Srinivas Kandagatla · 10 years ago
  4. 8f90afd usb: phy: msm: mark msm_otg_mode_fops static by Felipe Balbi · 10 years ago
  5. 716d28e usb: phy: msm: Fix return value check in msm_otg_probe() by Wei Yongjun · 10 years ago
  6. 61fe2d7 Merge tag 'usb-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 10 years ago
  7. 508ccea usb: phy: msm: Do not do runtime pm if the phy is not idle by Srinivas Kandagatla · 10 years ago
  8. e44f1f4 usb: phy: msm: Make phy_reset clk and reset line optional. by Srinivas Kandagatla · 10 years ago
  9. 492240b usb: phy: msm: Make of_device_id array const by Jingoo Han · 10 years ago
  10. 2ea7b14 usb: phy: msm: fix bug in probe() by Dan Carpenter · 10 years ago
  11. 10f0577 usb: phy: msm: change devm_ioremap() to devm_ioremap_resource() by Dan Carpenter · 10 years ago
  12. 2459749 usb: phy: msm: switch over to writel() by Felipe Balbi · 10 years ago
  13. b3025e6 usb: phy: msm: cast to enum msm_usb_phy_type by Felipe Balbi · 10 years ago
  14. e695abb usb: phy: msm: Use usb_add_phy_dev() to register device by Ivan T. Ivanov · 10 years ago
  15. 01799b6 usb: phy: msm: Vote for corner of VDD CX instead of voltage of VDD CX by Ivan T. Ivanov · 10 years ago
  16. 349907c usb: phy: msm: Handle disconnect events by Ivan T. Ivanov · 10 years ago
  17. 30bf866 usb: phy: msm: Select secondary PHY via TCSR by Tim Bird · 10 years ago
  18. 9f27984b usb: phy: msm: Fix PTS definitions for MSM USB controller by Tim Bird · 10 years ago
  19. d69c6f5 usb: phy: msm: Correct USB PHY Reset sequence for newer platform by Ivan T. Ivanov · 10 years ago
  20. cfa3ff5 usb: phy: msm: Add support for secondary PHY control by Ivan T. Ivanov · 10 years ago
  21. a273454 usb: phy: msm: Use reset framework for LINK and PHY resets by Ivan T. Ivanov · 10 years ago
  22. 8364f9a usb: phy: msm: Add device tree support and binding information by Ivan T. Ivanov · 10 years ago
  23. f60c114 usb: phy: msm: Properly check result from platform_get_irq() by Ivan T. Ivanov · 10 years ago
  24. f5ef237 usb: phy: msm: Remove HSUSB prefix from regulator names by Ivan T. Ivanov · 10 years ago
  25. ff0e4a6 usb: phy: msm: Remove unused pclk_src_name by Ivan T. Ivanov · 10 years ago
  26. 971232c usb: phy: msm: Replace custom enum usb_mode_type with enum usb_dr_mode by Ivan T. Ivanov · 10 years ago
  27. 3aca0fa usb: phy: msm: Fix checkpatch.pl warnings by Ivan T. Ivanov · 10 years ago
  28. f7ddad4 usb: phy: msm: Remove unnecessarily check for valid regulators. by Ivan T. Ivanov · 10 years ago
  29. 6b99c68e usb: phy: msm: Migrate to Managed Device Resource allocation by Ivan T. Ivanov · 10 years ago
  30. 06a6ec4 usb: phy: msm: Enable deferred driver probing by Ivan T. Ivanov · 10 years ago
  31. 37cfdaf usb: phy: msm: Move global regulators variables to driver state by Ivan T. Ivanov · 10 years ago
  32. 3c70165 Merge 3.14-rc4 into usb-next by Greg Kroah-Hartman · 11 years ago
  33. e7d613d usb: phy: msm: fix compilation errors when !CONFIG_PM_SLEEP by Josh Cartwright · 11 years ago
  34. 5c73e74 usb: phy: msm: tiny leak on error in probe() by Dan Carpenter · 11 years ago
  35. 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
  36. 5146d77 usb: phy: msm: Move mach dependent code to platform data by Ivan T. Ivanov · 11 years ago
  37. 3c9740a usb: hcd: move controller wakeup setting initialization to individual driver by Peter Chen · 11 years ago
  38. 19f9e18 usb: phy: use dev_get_platdata() by Jingoo Han · 11 years ago
  39. b99a8f6 usb: otg: msm: Convert to clk_prepare/unprepare by Stephen Boyd · 11 years ago
  40. 94ae984 usb: phy: rename all phy drivers to phy-$name-usb.c by Felipe Balbi · 12 years ago[Renamed from drivers/usb/phy/msm_otg.c]
  41. a0e6312 usb: phy: move all PHY drivers to drivers/usb/phy/ by Felipe Balbi · 12 years ago[Renamed from drivers/usb/otg/msm_otg.c]
  42. 52f7a82 usb: converto drivers/usb/* to use module_platform_driver_probe() by Fabio Porcedda · 12 years ago
  43. fb4e98a usb: remove use of __devexit by Bill Pemberton · 12 years ago
  44. 7690417 usb: remove use of __devexit_p by Bill Pemberton · 12 years ago
  45. 662dca5 usb: otg: support for multiple transceivers by a single controller by Kishon Vijay Abraham I · 12 years ago
  46. 721002e usb: otg: utils: rename function name in OTG utils by Kishon Vijay Abraham I · 12 years ago
  47. 1d4c929 usb: otg: msm: Start using struct usb_otg by Heikki Krogerus · 13 years ago
  48. 8675381 usb: otg: Rename otg_transceiver to usb_phy by Heikki Krogerus · 13 years ago
  49. e99c430 USB: OTG: msm: Free VCCCX regulator even if we can't set the voltage by Mark Brown · 13 years ago
  50. 7b521fc USB: OTG: msm: Allow the widest possible range for VDDCX when removing by Mark Brown · 13 years ago
  51. 04aebcb USB: OTG: msm: Add PHY suspend support for MSM8960 by Pavankumar Kondeti · 13 years ago
  52. 11aa5c4 USB: OTG: msm: Configure PHY Analog and Digital voltage domains by Anji jonnala · 13 years ago
  53. d860852 USB: OTG: msm: Implement charger detection by Pavankumar Kondeti · 13 years ago
  54. 0f73cac USB: OTG: msm: vote for dayatona fabric clock by Anji jonnala · 13 years ago
  55. 2ce2c3a USB: OTG: msm: Clear in_lpm flag before enabling the IRQ in resume by Pavankumar Kondeti · 13 years ago
  56. dfb2130 USB: Rename "msm72k_otg.c" to "msm_otg.c" by Pavankumar Kondeti · 14 years ago[Renamed from drivers/usb/otg/msm72k_otg.c]
  57. e2904ee USB: OTG: msm: Fix bug in msm_otg_mode_write by Pavankumar Kondeti · 14 years ago
  58. 7018773 USB: OTG: msm: Fix compiler warning with CONFIG_PM disabled by Pavankumar Kondeti · 14 years ago
  59. 87c0104 USB: OTG: msm: Add support for power management by Pavankumar Kondeti · 14 years ago
  60. e0c201f USB: Add MSM OTG Controller driver by Pavankumar Kondeti · 14 years ago