summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci-tegra.c
AgeCommit message (Expand)AuthorFilesLines
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-10-01USB: 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-18USB: EHCI: tegra: Fix oops in error cleanupThierry Reding1-3/+3
2013-06-18USB: EHCI: tegra: make use of ehci->privStephen Warren1-35/+35
2013-06-18USB: EHCI: make ehci-tegra a separate driverManjunath Goudar1-54/+74
2013-06-18USB: EHCI: tegra: fix circular module dependenciesStephen Warren1-36/+0
2013-06-18USB: EHCI: tegra: remove all power managementStephen Warren1-245/+1
2013-06-18USB: 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-17USB: 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-06Merge tag 'usb-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman1-9/+3
2013-04-04usb: 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-22usb: remove use of __devinitdataBill Pemberton1-1/+1
2012-11-15usb: 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
2012-10-25usb: host: tegra remove include of <mach/iomap.h>Stephen Warren1-1/+4
2012-09-12Merge tag 'xceiv-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman1-8/+9
2012-09-05usb: move phy driver from mach-tegra to drivers/usbVenu Byravarasu1-6/+8
2012-08-27Merge v3.6-rc3 into usb-nextGreg Kroah-Hartman1-1/+2
2012-08-10drivers/usb/host/ehci-tegra.c: use devm_ functionsJulia Lawall1-27/+13
2012-08-10usb: host: tegra: fix warning messages in ehci_removeVenu Byravarasu1-1/+2
2012-07-26Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-26/+10
2012-07-17usb: host: tegra: pass correct pointer in ehci_setup()Laxman Dewangan1-1/+1
2012-07-17USB: EHCI: fix up lockingAlan Stern1-3/+2
2012-07-10EHCI: centralize controller initializationAlan Stern1-17/+1
2012-07-02usb: phy: fix return value check of usb_get_phyKishon Vijay Abraham I1-3/+4
2012-06-25usb: otg: support for multiple transceivers by a single controllerKishon Vijay Abraham I1-1/+1
2012-06-25usb: otg: utils: rename function name in OTG utilsKishon Vijay Abraham I1-3/+3
2012-06-11USB: ehci-tegra: add clk_prepare/clk_unpreparePrashant Gaikwad1-10/+10
2012-05-26Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+3
2012-05-23Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-43/+26
2012-05-22Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-6/+7
2012-05-10Merge tag 'v3.5-soc' of git://gitorious.org/linux-davinci/linux-davinci into ...Olof Johansson1-181/+195
2012-05-10Merge branch 'for-3.5/usb-ulpi' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson1-8/+10