aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy/phy-tegra-usb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-03usb: phy: phy-tegra-usb: delete unnecessary 'out of memory' messagesPeter Chen1-7/+2
2014-10-20usb: phy: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-03usb: phy: tegra: Avoid use of sizeof(void)Thierry Reding1-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-1/+1
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: tegra: Make of_device_id array constJingoo Han1-1/+1
2013-12-06usb: phy-tegra-usb.c: wrong pointer check for remap UTMIChris Ruehl1-1/+1
2013-10-01usb: phy: tegra-usb: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-08-30usb: phy-tegra-usb: use platform_{get,set}_drvdata()Libo Chen1-1/+1
2013-08-12usb: phy: tegra: Program new PHY parametersTuomas Tynkkynen1-18/+63
2013-08-12usb: phy: tegra: Tegra30 supportTuomas Tynkkynen1-28/+93
2013-08-12usb: phy: tegra: Fix wrong PHY parametersTuomas Tynkkynen1-6/+14
2013-07-29usb: phy: tegra: Use switch instead of if-elseTuomas Tynkkynen1-3/+8
2013-07-29usb: phy: tegra: Use DT helpers for dr_modeTuomas Tynkkynen1-12/+12
2013-07-29usb: phy: tegra: Use DT helpers for phy_typeTuomas Tynkkynen1-4/+8
2013-07-29usb: phy: tegra: Remove custom PHY locating APIsTuomas Tynkkynen1-24/+0
2013-07-29usb: phy: tegra: Register as an USB PHY.Tuomas Tynkkynen1-0/+17
2013-07-29usb: phy: tegra: Remove unnecessary 'dev' fieldTuomas Tynkkynen1-12/+15
2013-07-29usb: tegra: Use regulators instead of GPIOs for USB PHY VBUSMikko Perttunen1-0/+24
2013-07-29usb: phy: tegra: Read UTMIP parameters from device treeMikko Perttunen1-42/+87
2013-06-24usb: phy: tegra: remove duplicated include from phy-tegra-usb.cWei Yongjun1-1/+0
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-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-04-23usb: phy: tegra: don't call into tegra-ehci directlyArnd Bergmann1-4/+9
2013-03-18usb: phy: rename all phy drivers to phy-$name-usb.cFelipe Balbi1-0/+798