aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-tegra.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-07USB: host: ehci: Remove redundant license textGreg Kroah-Hartman1-11/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2016-06-07usb: host: ehci-tegra: Avoid getting the same reset twiceThierry Reding1-3/+13
2016-06-07usb: host: ehci-tegra: Grab the correct UTMI pads resetThierry Reding1-1/+1
2015-05-08USB: ehci-tegra: fix inefficient copy of unaligned buffersJohan Hovold1-3/+9
2015-01-09usb: host: ehci-tegra: request deferred probe when failing to get phyVince Hsu1-1/+1
2014-11-07host: ehci-tegra: remove duplicate check on resourceVarka Bhadram1-7/+3
2014-11-03usb: host: ehci-tegra: delete unnecessary 'out of memory' messagesPeter Chen1-1/+0
2014-09-29usb: rename phy to usb_phy in HCDAntoine Tenart1-8/+8
2014-07-09USB: EHCI: tegra: Fix probe order issue leading to broken USBTuomas Tynkkynen1-3/+59
2014-07-09USB: EHCI: tegra: Fix use-after-free in .remove()Tuomas Tynkkynen1-1/+2
2014-07-09USB: ehci-tegra: Make of_device_id array constJingoo Han1-1/+1
2014-05-27usb: host: ehci-tegra: Use devm_ioremap_resource instead of devm_ioremapVivek Gautam1-4/+3
2014-04-24USB: EHCI: Export the ehci_hub_control functionLaurent Pinchart1-7/+1
2014-04-16USB: EHCI: tegra: set txfill_tuningStephen Warren1-0/+23
2014-03-03USB: EHCI: tegra: Drop unused definesThierry Reding1-4/+0
2014-01-23Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-3/+11
2013-12-11USB: EHCI: tegra: use reset frameworkStephen Warren1-3/+11
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen1-0/+1
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-4/+3
2013-10-31DMA-API: usb: use new dma_coerce_mask_and_coherent()Russell King1-3/+1
2013-10-31DMA-API: usb: use dma_set_coherent_mask()Russell King1-2/+3
2013-09-30USB: EHCI: tegra: drop clk_put for devm_clk_get in tegra_ehci_probe()Wei Yongjun1-3/+1
2013-08-12usb: host: tegra: Tegra30 supportTuomas Tynkkynen1-5/+29
2013-07-29usb: host: tegra: Locate a PHY via standard APITuomas Tynkkynen1-8/+1
2013-07-29usb: tegra: host: Remove references to plat dataTuomas Tynkkynen1-8/+0
2013-07-29usb: host: tegra: Remove leftover codeTuomas Tynkkynen1-15/+5
2013-07-29usb: tegra: Use regulators instead of GPIOs for USB PHY VBUSMikko Perttunen1-33/+1
2013-06-17USB: EHCI: tegra: Fix oops in error cleanupThierry Reding1-3/+3
2013-06-17USB: EHCI: tegra: make use of ehci->privStephen Warren1-35/+35
2013-06-17USB: EHCI: make ehci-tegra a separate driverManjunath Goudar1-54/+74
2013-06-17USB: EHCI: tegra: fix circular module dependenciesStephen Warren1-36/+0
2013-06-17USB: EHCI: tegra: remove all power managementStephen Warren1-245/+1
2013-06-17USB: EHCI: export ehci_handshake for ehci-hcd sub-driversManjunath Goudar1-6/+6
2013-05-30usb: phy: registering Tegra USB PHY as platform driverVenu Byravarasu1-59/+45
2013-05-30usb: phy: tegra: Get PHY mode using DTVenu Byravarasu1-1/+0
2013-05-16USB: set device dma_mask without reference to global dataStephen Warren1-3/+3
2013-04-23usb: phy: tegra: don't call into tegra-ehci directlyArnd Bergmann1-5/+5
2013-04-05Merge tag 'usb-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-9/+3
2013-04-03usb: host: ehci-tegra: Fix oops in error cleanupThierry Reding1-2/+5
2013-04-03usb: host: tegra: Reset Tegra USB controller before initVenu Byravarasu1-0/+5
2013-03-21usb: host: ehci-tegra: fix PHY error handlingFelipe Balbi1-9/+3
2013-03-18usb: ehci: tegra: check against CONFIG_USB_PHYFelipe Balbi1-3/+3
2013-01-28usb: host: tegra: make use of PHY pointer of HCDVenu Byravarasu1-14/+13
2013-01-28usb: host: tegra: don't touch EMC clockStephen Warren1-17/+0
2013-01-28usb: add APIs to access host registers from Tegra PHYVenu Byravarasu1-2/+49
2013-01-28usb: host: tegra: Resetting PORT0 based on information received via DT.Venu Byravarasu1-1/+5
2012-11-21usb: remove use of __devinitdataBill Pemberton1-1/+1
2012-11-14usb: host: tegra: remove pointless NULL check in tegra_ehci_remove()Wei Yongjun1-3/+0
2012-10-31USB: EHCI: remove ehci_port_power() routineAlan Stern1-7/+1