aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-18Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds13-13/+0
2014-12-14Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds16-214/+228
2014-12-13PM / Kconfig: Replace PM_RUNTIME with PM in dependenciesRafael J. Wysocki1-2/+2
2014-12-04USB / PM: Drop CONFIG_PM_RUNTIME from the USB coreRafael J. Wysocki1-1/+1
2014-11-25usb: phy: Handle per-PHY event for connnect and disconnect eventsKiran Raparthy4-0/+21
2014-11-21usb: phy: introduce usb_phy_set_event interfaceKiran Raparthy1-0/+12
2014-11-20usb: phy: propagate __of_usb_find_phy()'s error on failureArjun Sreedharan1-1/+3
2014-11-12usb: phy: fsl: Fix build errorsFelipe Balbi2-8/+8
2014-11-05usb: phy: remove file names from heading commentsSergei Shtylyov2-4/+0
2014-11-03usb: rename phy to usb_phy in OTGAntoine Tenart9-54/+60
2014-11-03usb: move the OTG state from the USB PHY to the OTG structureAntoine Tenart8-116/+116
2014-11-03usb: phy: rcar-usb: remove duplicate check on resourceVarka Bhadram1-5/+3
2014-11-03usb: phy: phy-mv-usb: delete unnecessary 'out of memory' messagesPeter Chen1-3/+1
2014-11-03usb: phy: phy-msm-usb: delete unnecessary 'out of memory' messagesPeter Chen1-9/+3
2014-11-03usb: phy: phy-mxs-usb: delete unnecessary 'out of memory' messagesPeter Chen1-3/+1
2014-11-03usb: phy: phy-rcar-gen2-usb: delete unnecessary 'out of memory' messagesPeter Chen1-3/+1
2014-11-03usb: phy: phy-am335x-control: delete unnecessary 'out of memory' messagesPeter Chen1-3/+1
2014-11-03usb: phy: phy-tegra-usb: delete unnecessary 'out of memory' messagesPeter Chen1-7/+2
2014-11-03usb: phy: phy-rcar-usb: delete unnecessary 'out of memory' messagesPeter Chen1-3/+1
2014-10-20usb: phy: drop owner assignment from platform_driversWolfram Sang13-13/+0
2014-09-28USB: Remove .owner field for driverKiran Padwal1-1/+0
2014-09-23usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek2-2/+2
2014-09-16Merge tag 'v3.17-rc5' into nextFelipe Balbi2-3/+9
2014-09-08Merge tag 'v3.17-rc4' into nextFelipe Balbi3-5/+6
2014-09-03usb: phy: tegra: Avoid use of sizeof(void)Thierry Reding1-2/+2
2014-09-03usb: phy: mxs: add imx6sx supportPeter Chen1-1/+7
2014-09-02usb: phy: twl6030-usb: Remove unused irq_enabledTony Lindgren1-2/+0
2014-09-02usb: phy: samsung: remove old common USB PHY codeBartlomiej Zolnierkiewicz2-558/+0
2014-09-02usb: phy: samsung: remove old USB 3.0 PHY driverBartlomiej Zolnierkiewicz3-359/+0
2014-09-02usb: phy: samsung: remove old USB 2.0 PHY driverBartlomiej Zolnierkiewicz3-550/+0
2014-08-27usb: phy: msm: Make phy_reset clk and reset line optional.Srinivas Kandagatla1-5/+8
2014-08-27usb: phy: mxs: Add VF610 USB PHY supportStefan Agner1-0/+6
2014-08-20usb: phy: msm: mark msm_otg_mode_fops staticFelipe Balbi1-1/+1
2014-08-20usb: phy: samsung: Remove unnecessary lines of register bit definitionsJingoo Han1-34/+2
2014-08-19usb: phy: msm: Fix return value check in msm_otg_probe()Wei Yongjun1-2/+2
2014-08-19usb: phy: samsung: Fix wrong bit mask for PHYPARAM1_PCS_TXDEEMPHJingoo Han1-1/+1
2014-08-19usb: phy: drop kfree of devm_kzalloc's dataHimangi Saraogi1-3/+1
2014-08-19usb: phy: return -ENODEV on failure of try_module_getArjun Sreedharan1-0/+3
2014-08-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2014-07-21Merge tag 'usb-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman4-48/+23
2014-07-10usb: phy: am335x: Use SIMPLE_DEV_PM_OPS macroJingoo Han1-9/+3
2014-07-10usb: phy: tegra: Do not include asm/mach-types.hThierry Reding1-1/+0
2014-07-09USB: PHY: tegra: Call tegra_usb_phy_close only on device removalTuomas Tynkkynen1-5/+3
2014-07-09usb: phy: tegra: Do not include asm/mach-types.hThierry Reding1-1/+0
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: phy-gpio-vbus-usb: use devm_ functionsHimangi Saraogi1-32/+13
2014-06-30usb: phy: tegra: Make of_device_id array constJingoo Han1-1/+1
2014-06-30usb: phy: msm: Make of_device_id array constJingoo Han1-1/+1