summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-tegra.c
Commit message (Expand)AuthorAgeFilesLines
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-2/+2
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-1/+1
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-2/+2
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* dm: tegra: usb: Convert to livetreeSimon Glass2017-07-281-20/+14
* dm: tegra: Convert clock_decode_periph_id() to support livetreeSimon Glass2017-07-281-1/+1
* dm: gpio: Add live tree supportSimon Glass2017-06-011-3/+4
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+1
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-1/+1
* ARM: tegra: fix USB ULPI PHY reset signal inversion confusionStephen Warren2016-09-271-2/+11
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* usb: replace ehci_*_remove() with usb_deregister()Masahiro Yamada2016-09-231-12/+1
* dm: Use dev_get_addr() where possibleSimon Glass2015-08-311-3/+5
* Tegra: clocks: Add 38.4MHz OSC support for T210 useTom Warren2015-08-051-5/+13
* ARM: Tegra210: Add support to common Tegra source/config filesTom Warren2015-07-281-1/+30
* dm: usb: tegra: Drop legacy USB codeSimon Glass2015-06-101-150/+0
* dm: usb: tegra: Add driver model support to tegra EHCISimon Glass2015-04-181-0/+83
* dm: usb: tegra: Move most of init/uninit into a functionSimon Glass2015-04-181-62/+81
* dm: usb: tegra: Tidy up error handling and a static functionSimon Glass2015-04-181-8/+11
* dm: usb: tegra: Remove the port_addr_clear_csc variableSimon Glass2015-04-181-5/+1
* dm: usb: Drop the EHCI weak functionsSimon Glass2015-04-181-15/+11
* dm: usb: Pass EHCI controller pointer to ehci_set_usbmode()Simon Glass2015-04-181-3/+2
* dm: usb: tegra: Drop use of global controller variableSimon Glass2015-04-181-7/+9
* dm: usb: Pass EHCI controller pointer to ehci_powerup_fixup()Simon Glass2015-04-181-1/+2
* dm: usb: tegra: Store the controller type explicitlySimon Glass2015-04-181-6/+24
* dm: usb: Pass EHCI controller pointer to ehci_get_port_speed()Simon Glass2015-04-181-2/+3
* usb: ehci-tegra: Build warning fixes for 64-bitThierry Reding2015-04-141-4/+4
* dm: usb: Remove use of fdtdec GPIO supportSimon Glass2015-01-291-20/+18
* usb: tegra: ULPI regression on tegra20Marcel Ziswiler2014-10-061-2/+2
* usb: tegra: support device modeStephen Warren2014-05-151-30/+84
* usb: tegra: refactor PHY type selectionStephen Warren2014-05-151-30/+28
* usb: tegra: fix PHY selection codeStephen Warren2014-05-151-13/+8
* usb: tegra: combine header fileStefan Agner2014-04-171-1/+0
* usb: tegra: fix PHY configurationStefan Agner2014-04-171-3/+21
* usb: tegra: fix USB2 powerdown for Tegra30 and laterStefan Agner2014-04-171-0/+3
* usb: ehci-hcd: add enum usb_init_type parameter to ehci_hcd_init.Troy Kisky2013-10-201-1/+2
* usb: new board-specific USB init interfaceMateusz Zalega2013-10-201-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* ARM: Tegra: USB: EHCI: Add support for Tegra30/Tegra114Jim Lin2013-07-111-36/+268
* tegra: usb: move [start|stop]_port into ehci_hcd_[init|stop]Lucas Stach2013-03-141-68/+51
* tegra: usb: move implementation into right directoryLucas Stach2013-03-141-2/+533
* tegra20: port to new ehci interfaceLucas Stach2012-10-151-3/+2
* usb: ehci: rework to take advantage of new lowlevel interfaceLucas Stach2012-10-151-5/+4
* tegra: usb: Fix device enumeration problem of USB1Jim Lin2012-07-091-1/+17