summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci-tegra.c
Commit message (Expand)AuthorAgeLines
* dm: Use dev_get_addr() where possibleSimon Glass2015-08-31-3/+5
* Tegra: clocks: Add 38.4MHz OSC support for T210 useTom Warren2015-08-05-5/+13
* ARM: Tegra210: Add support to common Tegra source/config filesTom Warren2015-07-28-1/+30
* dm: usb: tegra: Drop legacy USB codeSimon Glass2015-06-10-150/+0
* dm: usb: tegra: Add driver model support to tegra EHCISimon Glass2015-04-18-0/+83
* dm: usb: tegra: Move most of init/uninit into a functionSimon Glass2015-04-18-62/+81
* dm: usb: tegra: Tidy up error handling and a static functionSimon Glass2015-04-18-8/+11
* dm: usb: tegra: Remove the port_addr_clear_csc variableSimon Glass2015-04-18-5/+1
* dm: usb: Drop the EHCI weak functionsSimon Glass2015-04-18-15/+11
* dm: usb: Pass EHCI controller pointer to ehci_set_usbmode()Simon Glass2015-04-18-3/+2
* dm: usb: tegra: Drop use of global controller variableSimon Glass2015-04-18-7/+9
* dm: usb: Pass EHCI controller pointer to ehci_powerup_fixup()Simon Glass2015-04-18-1/+2
* dm: usb: tegra: Store the controller type explicitlySimon Glass2015-04-18-6/+24
* dm: usb: Pass EHCI controller pointer to ehci_get_port_speed()Simon Glass2015-04-18-2/+3
* usb: ehci-tegra: Build warning fixes for 64-bitThierry Reding2015-04-14-4/+4
* dm: usb: Remove use of fdtdec GPIO supportSimon Glass2015-01-29-20/+18
* usb: tegra: ULPI regression on tegra20Marcel Ziswiler2014-10-06-2/+2
* usb: tegra: support device modeStephen Warren2014-05-15-30/+84
* usb: tegra: refactor PHY type selectionStephen Warren2014-05-15-30/+28
* usb: tegra: fix PHY selection codeStephen Warren2014-05-15-13/+8
* usb: tegra: combine header fileStefan Agner2014-04-17-1/+0
* usb: tegra: fix PHY configurationStefan Agner2014-04-17-3/+21
* usb: tegra: fix USB2 powerdown for Tegra30 and laterStefan Agner2014-04-17-0/+3
* usb: ehci-hcd: add enum usb_init_type parameter to ehci_hcd_init.Troy Kisky2013-10-20-1/+2
* usb: new board-specific USB init interfaceMateusz Zalega2013-10-20-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* ARM: Tegra: USB: EHCI: Add support for Tegra30/Tegra114Jim Lin2013-07-11-36/+268
* tegra: usb: move [start|stop]_port into ehci_hcd_[init|stop]Lucas Stach2013-03-14-68/+51
* tegra: usb: move implementation into right directoryLucas Stach2013-03-14-2/+533
* tegra20: port to new ehci interfaceLucas Stach2012-10-15-3/+2
* usb: ehci: rework to take advantage of new lowlevel interfaceLucas Stach2012-10-15-5/+4
* tegra: usb: Fix device enumeration problem of USB1Jim Lin2012-07-09-1/+17
* tegra: usb: Add support for Tegra USB peripheralSimon Glass2012-03-29-0/+62