Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
42cbc04fd3b5e3f9b011bf9fa3ce0b3d1e10b58b
/
drivers
/
usb
/
phy
/
phy-msm-usb.c
2ea7b14
usb: phy: msm: fix bug in probe()
by Dan Carpenter
· 11 years ago
10f0577
usb: phy: msm: change devm_ioremap() to devm_ioremap_resource()
by Dan Carpenter
· 11 years ago
2459749
usb: phy: msm: switch over to writel()
by Felipe Balbi
· 11 years ago
b3025e6
usb: phy: msm: cast to enum msm_usb_phy_type
by Felipe Balbi
· 11 years ago
e695abb
usb: phy: msm: Use usb_add_phy_dev() to register device
by Ivan T. Ivanov
· 11 years ago
01799b6
usb: phy: msm: Vote for corner of VDD CX instead of voltage of VDD CX
by Ivan T. Ivanov
· 11 years ago
349907c
usb: phy: msm: Handle disconnect events
by Ivan T. Ivanov
· 11 years ago
30bf866
usb: phy: msm: Select secondary PHY via TCSR
by Tim Bird
· 11 years ago
9f27984b
usb: phy: msm: Fix PTS definitions for MSM USB controller
by Tim Bird
· 11 years ago
d69c6f5
usb: phy: msm: Correct USB PHY Reset sequence for newer platform
by Ivan T. Ivanov
· 11 years ago
cfa3ff5
usb: phy: msm: Add support for secondary PHY control
by Ivan T. Ivanov
· 11 years ago
a273454
usb: phy: msm: Use reset framework for LINK and PHY resets
by Ivan T. Ivanov
· 11 years ago
8364f9a
usb: phy: msm: Add device tree support and binding information
by Ivan T. Ivanov
· 11 years ago
f60c114
usb: phy: msm: Properly check result from platform_get_irq()
by Ivan T. Ivanov
· 11 years ago
f5ef237
usb: phy: msm: Remove HSUSB prefix from regulator names
by Ivan T. Ivanov
· 11 years ago
ff0e4a6
usb: phy: msm: Remove unused pclk_src_name
by Ivan T. Ivanov
· 11 years ago
971232c
usb: phy: msm: Replace custom enum usb_mode_type with enum usb_dr_mode
by Ivan T. Ivanov
· 11 years ago
3aca0fa
usb: phy: msm: Fix checkpatch.pl warnings
by Ivan T. Ivanov
· 11 years ago
f7ddad4
usb: phy: msm: Remove unnecessarily check for valid regulators.
by Ivan T. Ivanov
· 11 years ago
6b99c68e
usb: phy: msm: Migrate to Managed Device Resource allocation
by Ivan T. Ivanov
· 11 years ago
06a6ec4
usb: phy: msm: Enable deferred driver probing
by Ivan T. Ivanov
· 11 years ago
37cfdaf
usb: phy: msm: Move global regulators variables to driver state
by Ivan T. Ivanov
· 11 years ago
3c70165
Merge 3.14-rc4 into usb-next
by Greg Kroah-Hartman
· 11 years ago
e7d613d
usb: phy: msm: fix compilation errors when !CONFIG_PM_SLEEP
by Josh Cartwright
· 11 years ago
5c73e74
usb: phy: msm: tiny leak on error in probe()
by Dan Carpenter
· 11 years ago
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
5146d77
usb: phy: msm: Move mach dependent code to platform data
by Ivan T. Ivanov
· 11 years ago
3c9740a
usb: hcd: move controller wakeup setting initialization to individual driver
by Peter Chen
· 11 years ago
19f9e18
usb: phy: use dev_get_platdata()
by Jingoo Han
· 12 years ago
b99a8f6
usb: otg: msm: Convert to clk_prepare/unprepare
by Stephen Boyd
· 12 years ago
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]
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]
52f7a82
usb: converto drivers/usb/* to use module_platform_driver_probe()
by Fabio Porcedda
· 12 years ago
fb4e98a
usb: remove use of __devexit
by Bill Pemberton
· 12 years ago
7690417
usb: remove use of __devexit_p
by Bill Pemberton
· 12 years ago
662dca5
usb: otg: support for multiple transceivers by a single controller
by Kishon Vijay Abraham I
· 13 years ago
721002e
usb: otg: utils: rename function name in OTG utils
by Kishon Vijay Abraham I
· 13 years ago
1d4c929
usb: otg: msm: Start using struct usb_otg
by Heikki Krogerus
· 13 years ago
8675381
usb: otg: Rename otg_transceiver to usb_phy
by Heikki Krogerus
· 13 years ago
e99c430
USB: OTG: msm: Free VCCCX regulator even if we can't set the voltage
by Mark Brown
· 14 years ago
7b521fc
USB: OTG: msm: Allow the widest possible range for VDDCX when removing
by Mark Brown
· 14 years ago
04aebcb
USB: OTG: msm: Add PHY suspend support for MSM8960
by Pavankumar Kondeti
· 14 years ago
11aa5c4
USB: OTG: msm: Configure PHY Analog and Digital voltage domains
by Anji jonnala
· 14 years ago
d860852
USB: OTG: msm: Implement charger detection
by Pavankumar Kondeti
· 14 years ago
0f73cac
USB: OTG: msm: vote for dayatona fabric clock
by Anji jonnala
· 14 years ago
2ce2c3a
USB: OTG: msm: Clear in_lpm flag before enabling the IRQ in resume
by Pavankumar Kondeti
· 14 years ago
dfb2130
USB: Rename "msm72k_otg.c" to "msm_otg.c"
by Pavankumar Kondeti
· 14 years ago
[Renamed from drivers/usb/otg/msm72k_otg.c]
e2904ee
USB: OTG: msm: Fix bug in msm_otg_mode_write
by Pavankumar Kondeti
· 14 years ago
7018773
USB: OTG: msm: Fix compiler warning with CONFIG_PM disabled
by Pavankumar Kondeti
· 14 years ago
87c0104
USB: OTG: msm: Add support for power management
by Pavankumar Kondeti
· 14 years ago
e0c201f
USB: Add MSM OTG Controller driver
by Pavankumar Kondeti
· 14 years ago