summaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy
AgeCommit message (Expand)AuthorFilesLines
2013-06-24usb: phy: tegra: remove duplicated include from phy-tegra-usb.cWei Yongjun1-1/+0
2013-06-24Merge 3.10-rc7 into usb-nextGreg Kroah-Hartman1-4/+10
2013-06-18usb: phy: Improve Kconfig help for CONFIG_USB_PHYGeorge Spelvin1-4/+10
2013-06-17USB: EHCI: tegra: fix circular module dependenciesStephen Warren1-3/+36
2013-06-17usb: phy: add MODULE_LICENSE to phy-tegra-usb.cStephen Warren1-0/+4
2013-06-17usb: phy: export ulpi_viewport_access_opsManjunath Goudar1-0/+2
2013-06-17usb: add devicetree helpers for determining dr_mode and phy_typeMichael Grzeschik2-0/+48
2013-06-17usb: phy: rcar-usb: Fix comment w.r.t. devm_ioremap_resourceTushar Behera1-1/+1
2013-06-01usb: phy: omap-usb3: updated dpll M,N values to support DRA7xx devicesRuchika Kharwar1-1/+6
2013-05-30usb: phy: registering Tegra USB PHY as platform driverVenu Byravarasu1-145/+180
2013-05-30usb: phy: tegra: Add error handling & clean up.Venu Byravarasu1-11/+39
2013-05-30usb: phy: tegra: get ULPI reset GPIO info using DT.Venu Byravarasu1-14/+11
2013-05-30usb: phy: tegra: Get PHY mode using DTVenu Byravarasu1-2/+11
2013-05-30usb: phy: tegra: Return correct error value provided by clk_get_sysVenu Byravarasu1-2/+1
2013-05-28usb: phy: samsung: Add support HSIC on Exynos4X12Dongjin Kim3-2/+26
2013-05-28usb: phy: phy-nop: Remove redundant use of of_match_ptrSachin Kamat1-1/+1
2013-05-28usb: phy: samsung: Add support for USB 2.0 PHY on Exynos 4x12Tomasz Figa2-0/+19
2013-05-28usb: phy: samsung: Pass enable/disable callbacks through driver dataTomasz Figa3-13/+15
2013-05-28usb: phy: samsung: Pass set_isolation callback through driver dataTomasz Figa4-35/+23
2013-05-28usb: phy: samsung: Consolidate reference clock rate handlingTomasz Figa4-49/+86
2013-05-28usb: phy: samsung: Use clk_get to get reference clockTomasz Figa1-2/+2
2013-05-28usb: phy: samsung: Select common driver part implicitlyTomasz Figa1-1/+1
2013-05-28usb: phy: ab8500-usb: add ab9540 supportFabio Baltieri1-0/+213
2013-05-28usb: phy: ab8500-usb: add ab8540 supportFabio Baltieri1-3/+294
2013-05-28usb: phy: ab8500-usb: add flag bits to control driver featuresFabio Baltieri1-36/+73
2013-05-28usb: phy: ab8500-usb: move phy tuning values on separate functionsFabio Baltieri1-75/+86
2013-05-28usb: phy: ab8500-usb: add platform_device_id tableFabio Baltieri1-2/+8
2013-05-28usb: phy: ab8500-usb: fix phy tuning value select logicFabio Baltieri1-2/+2
2013-05-28usb: phy: ab8500-usb: restart phy during probeSakethram Bommisetti1-0/+33
2013-05-28usb: phy: ab8500-usb: add transceiver clock controlMian Yousaf Kaukab1-0/+14
2013-05-28usb: musb: various cosmetic fixes on ux500 filesFabio Baltieri1-4/+5
2013-05-15USB: remove remaining instances of USB_SUSPENDAlan Stern1-2/+2
2013-05-15usb: otg: mxs-phy: add missing type to usb_phyMichael Grzeschik1-0/+1
2013-05-15usb: phy: remove CONFIG_USB_OTG_UTILS once morePaul Bolle1-1/+0
2013-05-15usb: phy: Fix NULL pointer exception during usb_get_phyRobert Jarzmik3-0/+3
2013-05-15usb: phy: don't check resource with devm_ioremap_resourceWolfram Sang4-20/+0
2013-05-15usb: phy: nop: Remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2013-05-15usb: phy: mxs-usb: Remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2013-05-15usb: phy: mv-usb: Remove redundant platform_set_drvdata()Sachin Kamat1-3/+0
2013-05-15usb: phy: gpio-vbus-usb: Remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2013-05-15usb: phy: ab8500-usb: Remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-1/+1
2013-04-25USB: OMAP: ISP1301 needs USB_PHYArnd Bergmann1-1/+1
2013-04-23usb: phy: tegra: don't call into tegra-ehci directlyArnd Bergmann1-4/+9
2013-04-23usb: phy: phy core cannot yet be a moduleArnd Bergmann1-1/+1
2013-04-23Merge tag 'usb-for-v3.10-part2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman1-1/+1
2013-04-23usb: phy: remove exported function from __init sectionDenis Efremov1-1/+1
2013-04-05Merge tag 'usb-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman33-1032/+12244
2013-04-03usb: phy: twl6030-usb: check regulator_enable return valueFabio Baltieri1-2/+9
2013-04-03usb: phy: twl4030-usb: check regulator_enable return valueFabio Baltieri1-3/+15