aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-30usb: phy: msm: Make driver selectable on ARCH_QCOMIvan T. Ivanov1-3/+3
2014-04-27Merge 3.15-rc3 into usb-nextGreg Kroah-Hartman2-0/+12
2014-04-24usb: phy: mv_u3d: Remove usb phy driver for mv_u3dPaul Bolle4-452/+0
2014-04-24usb: phy: otg-fsm: export symbol of otg_statemachineLi Jun1-0/+1
2014-04-24usb: phy: fsm: change "|" to "||" for condition OTG_STATE_A_WAIT_BCON at statemachinePeter Chen1-1/+1
2014-04-24usb: phy: fsm: update OTG HNP state transitionLi Jun1-3/+4
2014-04-21usb: phy: generic: allow multiples calls to usb_phy_generic_register()Felipe Balbi1-14/+5
2014-04-21usb: phy: rename <linux/usb/usb_phy_gen_xceiv.h> to <linux/usb/usb_phy_generic.h>Felipe Balbi4-4/+4
2014-04-21usb: phy: rename usb_nop_xceiv to usb_phy_genericFelipe Balbi4-30/+30
2014-04-21usb: gadget: only GPL drivers in the gadget and phy frameworkFelipe Balbi1-2/+2
2014-04-21usb: phy: mv-u3d: switch over to writel/readlFelipe Balbi1-10/+10
2014-04-21usb: phy: am335x-control: wait 1ms after power-up transitionsDaniel Mack1-0/+9
2014-04-16usb: phy: return an error in usb_get_phy() if try_module_get() failsMathias Krause1-0/+3
2014-03-17usb: phy: Add ulpi IDs for SMSC USB3320 and TI TUSB1210Michal Simek1-0/+2
2014-03-09Merge tag 'for_3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-nextGreg Kroah-Hartman5-704/+1
2014-03-09phy: rename struct omap_control_usb to struct omap_control_phyKishon Vijay Abraham I3-330/+0
2014-03-07Merge tag 'usb-for-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman3-21/+304
2014-03-07phy: omap-usb2: move omap_usb.h from linux/usb/ to linux/phy/Kishon Vijay Abraham I1-1/+1
2014-03-07usb: phy: fsm: update OTG HNP state transition conditions according to OTG and EH 2.0 spec.Li Jun1-4/+5
2014-03-06drivers: phy: usb3/pipe3: Adapt pipe3 driver to Generic PHY FrameworkKishon Vijay Abraham I3-373/+0
2014-03-05usb: phy: mxs: Add sync time after controller clear phcdPeter Chen1-0/+11
2014-03-05usb: phy: mxs: Add system suspend/resume APIPeter Chen1-0/+61
2014-03-05usb: phy: mxs: Add implementation of set_wakeupPeter Chen1-0/+116
2014-03-05usb: phy: mxs: add controller idPeter Chen1-0/+6
2014-03-05usb: phy: mxs: Enable IC fixes for related SoCsPeter Chen1-2/+21
2014-03-05usb: phy: mxs: change description of usb device speedPeter Chen1-4/+4
2014-03-05usb: phy: mxs: Add anatop regmapPeter Chen1-0/+15
2014-03-05usb: phy: mxs: Add auto clock and power settingPeter Chen1-3/+17
2014-03-05usb: phy: mxs: Add platform judgement codePeter Chen1-9/+49
2014-03-05usb: phy: rcar-gen2-usb: always use 'dev' variable in probe() methodSergei Shtylyov1-3/+3
2014-02-24Merge 3.14-rc4 into usb-nextGreg Kroah-Hartman1-31/+26
2014-02-20usb: phy: msm: fix compilation errors when !CONFIG_PM_SLEEPJosh Cartwright1-31/+26
2014-02-07usb: phy: msm: tiny leak on error in probe()Dan Carpenter1-1/+2
2014-02-04usb: phy: move some error messages to debugJosh Boyer1-5/+3
2014-01-23Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-20/+15
2014-01-09Merge branch 'qcom/drivers' into next/driversOlof Johansson1-20/+15
2014-01-09usb: phy: msm: Move mach dependent code to platform dataIvan T. Ivanov1-20/+15