aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy/phy-msm-usb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-24usb: phy: msm: Remove the set_power callbackBaolin Wang1-18/+0
2017-01-24usb: phy: msm: Replace the extcon APIChanwoo Choi1-22/+11
2016-06-21usb: phy: move msm_hsusb.h into driverArnd Bergmann1-1/+177
2016-02-23usb: phy: msm: Trigger USB state detection work in DRD modeIvan T. Ivanov1-16/+4
2016-02-03usb: phy: msm: fix error handling in probe.Srinivas Kandagatla1-13/+24
2015-12-08usb: phy: msm: fix a possible NULL dereferenceLABBE Corentin1-3/+3
2015-09-27usb: common: of_usb_get_dr_mode to usb_get_dr_modeHeikki Krogerus1-1/+1
2015-07-30usb: phy: msm: Add D+/D- lines route controlIvan T. Ivanov1-0/+47
2015-07-29usb: phy: msm-usb: Replace deprecated API of extconChanwoo Choi1-10/+10
2015-04-28usb: phy: msm: Manual PHY and LINK controller VBUS change notificationIvan T. Ivanov1-0/+26
2015-04-28usb: phy: msm: Use extcon framework for VBUS and ID detectionIvan T. Ivanov1-0/+84
2015-04-13Merge tag 'usb-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-16/+2
2015-03-18usb: phy: msm: Remove dead codeStephen Boyd1-16/+2
2015-03-09usb: phy: phy-msm-usb: Rename regulator_set_optimum_modeBjorn Andersson1-10/+5
2014-12-14Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-55/+52
2014-12-04USB / PM: Drop CONFIG_PM_RUNTIME from the USB coreRafael J. Wysocki1-1/+1
2014-11-03usb: rename phy to usb_phy in OTGAntoine Tenart1-29/+32
2014-11-03usb: move the OTG state from the USB PHY to the OTG structureAntoine Tenart1-17/+17
2014-11-03usb: phy: phy-msm-usb: delete unnecessary 'out of memory' messagesPeter Chen1-9/+3
2014-09-28USB: Remove .owner field for driverKiran Padwal1-1/+0
2014-09-08Merge tag 'v3.17-rc4' into nextFelipe Balbi1-2/+2
2014-08-27usb: phy: msm: Make phy_reset clk and reset line optional.Srinivas Kandagatla1-5/+8
2014-08-20usb: phy: msm: mark msm_otg_mode_fops staticFelipe Balbi1-1/+1
2014-08-19usb: phy: msm: Fix return value check in msm_otg_probe()Wei Yongjun1-2/+2
2014-07-21Merge tag 'usb-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-6/+6
2014-06-30usb: phy: msm: Do not do runtime pm if the phy is not idleSrinivas Kandagatla1-1/+3
2014-06-30usb: phy: msm: Make phy_reset clk and reset line optional.Srinivas Kandagatla1-5/+5
2014-06-30usb: phy: msm: Make of_device_id array constJingoo Han1-1/+1
2014-05-23usb: phy: msm: fix bug in probe()Dan Carpenter1-3/+5
2014-05-14usb: phy: msm: change devm_ioremap() to devm_ioremap_resource()Dan Carpenter1-1/+1
2014-05-12usb: phy: msm: switch over to writel()Felipe Balbi1-1/+1
2014-05-12usb: phy: msm: cast to enum msm_usb_phy_typeFelipe Balbi1-1/+1
2014-04-30usb: phy: msm: Use usb_add_phy_dev() to register deviceIvan T. Ivanov1-1/+2
2014-04-30usb: phy: msm: Vote for corner of VDD CX instead of voltage of VDD CXIvan T. Ivanov1-8/+27
2014-04-30usb: phy: msm: Handle disconnect eventsIvan T. Ivanov1-0/+18
2014-04-30usb: phy: msm: Select secondary PHY via TCSRTim Bird1-0/+14
2014-04-30usb: phy: msm: Fix PTS definitions for MSM USB controllerTim Bird1-3/+5
2014-04-30usb: phy: msm: Correct USB PHY Reset sequence for newer platformIvan T. Ivanov1-52/+88
2014-04-30usb: phy: msm: Add support for secondary PHY controlIvan T. Ivanov1-2/+22
2014-04-30usb: phy: msm: Use reset framework for LINK and PHY resetsIvan T. Ivanov1-8/+21
2014-04-30usb: phy: msm: Add device tree support and binding informationIvan T. Ivanov1-19/+94
2014-04-30usb: phy: msm: Properly check result from platform_get_irq()Ivan T. Ivanov1-1/+1
2014-04-30usb: phy: msm: Remove HSUSB prefix from regulator namesIvan T. Ivanov1-3/+3
2014-04-30usb: phy: msm: Remove unused pclk_src_nameIvan T. Ivanov1-25/+1
2014-04-30usb: phy: msm: Replace custom enum usb_mode_type with enum usb_dr_modeIvan T. Ivanov1-24/+17
2014-04-30usb: phy: msm: Fix checkpatch.pl warningsIvan T. Ivanov1-25/+14
2014-04-30usb: phy: msm: Remove unnecessarily check for valid regulators.Ivan T. Ivanov1-10/+0
2014-04-30usb: phy: msm: Migrate to Managed Device Resource allocationIvan T. Ivanov1-119/+68
2014-04-30usb: phy: msm: Enable deferred driver probingIvan T. Ivanov1-2/+3
2014-04-30usb: phy: msm: Move global regulators variables to driver stateIvan T. Ivanov1-43/+39