summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci-tegra.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-24usb: host: tegra remove include of <mach/iomap.h>Stephen Warren1-1/+4
2012-09-11Merge 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-16usb: host: tegra: pass correct pointer in ehci_setup()Laxman Dewangan1-1/+1
2012-07-16USB: EHCI: fix up lockingAlan Stern1-3/+2
2012-07-09EHCI: 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-22Merge 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-09Merge branch 'for-3.5/usb-ulpi' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson1-8/+10
2012-05-09Merge branch 'for-3.5/gpio-pinmux' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson1-6/+7
2012-05-07Merge 3.4-rc6 into usb-nextGreg Kroah-Hartman1-181/+195
2012-05-01USB: ehci-tegra: remove redundant gpio_set_valueStephen Warren1-1/+0
2012-05-01EHCI: update PM methods in ehci-tegra.cAlan Stern1-180/+195
2012-04-25USB: ehci-tegra: remove PORT_RWC_BITS when setting USB_PORT_FEAT_ENABLEStephen Warren1-1/+1
2012-04-25ARM: tegra: add USB ULPI PHY reset GPIO to device treeStephen Warren1-2/+3
2012-04-22Merge 3.4-rc4 into usb-next.Greg Kroah-Hartman1-42/+25
2012-04-19USB: EHCI: remove PORT_RWC_BITS when clearing USB_PORT_FEAT_ENABLEStephen Warren1-12/+1
2012-04-18USB: ehci-tegra: don't call set_irq_flags(IRQF_VALID)Stephen Warren1-1/+0
2012-04-18usb: host: tegra: re-arranging ehci functionsVenu Byravarasu1-9/+10
2012-04-18usb: host: tegra: code clean upVenu Byravarasu1-21/+14
2012-04-18usb: ehci-tegra: Add vbus_gpio to platform dataStephen Warren1-6/+7
2012-04-09EHCI: keep track of ports being resumed and indicate in hub_status_dataAlan Stern1-0/+2
2012-02-27usb: otg: Convert all users to pass struct usb_otg for OTG functionsHeikki Krogerus1-3/+3
2012-02-27usb: Convert all users to new usb_phyHeikki Krogerus1-3/+3
2012-02-13usb: otg: Rename otg_transceiver to usb_phyHeikki Krogerus1-1/+1
2011-12-07USB: ehci-tegra: add probing through device treeOlof Johansson1-0/+71
2011-09-18USB: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-05-03USB: EHCI: Support controllers with big endian capability regsJan Andersson1-1/+1
2011-04-29USB: ehci: tegra: fix USB1 port reset issueJim Lin1-0/+72
2011-03-11USB: ehci: tegra: Align DMA transfers to 32 bytesRobert Morell1-0/+90
2011-03-11usb: host: Add EHCI driver for NVIDIA Tegra SoCsBenoit Goby1-0/+625