summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci-tegra.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-2/+2
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-1/+1
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-2/+2
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2017-07-28dm: tegra: usb: Convert to livetreeSimon Glass1-20/+14
2017-07-28dm: tegra: Convert clock_decode_periph_id() to support livetreeSimon Glass1-1/+1
2017-06-01dm: gpio: Add live tree supportSimon Glass1-3/+4
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-1/+1
2016-09-27ARM: tegra: fix USB ULPI PHY reset signal inversion confusionStephen Warren1-2/+11
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-09-24usb: replace ehci_*_remove() with usb_deregister()Masahiro Yamada1-12/+1
2015-08-31dm: Use dev_get_addr() where possibleSimon Glass1-3/+5
2015-08-06Tegra: clocks: Add 38.4MHz OSC support for T210 useTom Warren1-5/+13
2015-07-28ARM: Tegra210: Add support to common Tegra source/config filesTom Warren1-1/+30
2015-06-11dm: usb: tegra: Drop legacy USB codeSimon Glass1-150/+0
2015-04-18dm: usb: tegra: Add driver model support to tegra EHCISimon Glass1-0/+83
2015-04-18dm: usb: tegra: Move most of init/uninit into a functionSimon Glass1-62/+81
2015-04-18dm: usb: tegra: Tidy up error handling and a static functionSimon Glass1-8/+11
2015-04-18dm: usb: tegra: Remove the port_addr_clear_csc variableSimon Glass1-5/+1
2015-04-18dm: usb: Drop the EHCI weak functionsSimon Glass1-15/+11
2015-04-18dm: usb: Pass EHCI controller pointer to ehci_set_usbmode()Simon Glass1-3/+2
2015-04-18dm: usb: tegra: Drop use of global controller variableSimon Glass1-7/+9
2015-04-18dm: usb: Pass EHCI controller pointer to ehci_powerup_fixup()Simon Glass1-1/+2
2015-04-18dm: usb: tegra: Store the controller type explicitlySimon Glass1-6/+24
2015-04-18dm: usb: Pass EHCI controller pointer to ehci_get_port_speed()Simon Glass1-2/+3
2015-04-14usb: ehci-tegra: Build warning fixes for 64-bitThierry Reding1-4/+4
2015-01-30dm: usb: Remove use of fdtdec GPIO supportSimon Glass1-20/+18
2014-10-06usb: tegra: ULPI regression on tegra20Marcel Ziswiler1-2/+2
2014-05-15usb: tegra: support device modeStephen Warren1-30/+84
2014-05-15usb: tegra: refactor PHY type selectionStephen Warren1-30/+28
2014-05-15usb: tegra: fix PHY selection codeStephen Warren1-13/+8
2014-04-17usb: tegra: combine header fileStefan Agner1-1/+0
2014-04-17usb: tegra: fix PHY configurationStefan Agner1-3/+21
2014-04-17usb: tegra: fix USB2 powerdown for Tegra30 and laterStefan Agner1-0/+3
2013-10-21usb: ehci-hcd: add enum usb_init_type parameter to ehci_hcd_init.Troy Kisky1-1/+2
2013-10-21usb: new board-specific USB init interfaceMateusz Zalega1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-07-12ARM: Tegra: USB: EHCI: Add support for Tegra30/Tegra114Jim Lin1-36/+268
2013-03-14tegra: usb: move [start|stop]_port into ehci_hcd_[init|stop]Lucas Stach1-68/+51
2013-03-14tegra: usb: move implementation into right directoryLucas Stach1-2/+533
2012-10-15tegra20: port to new ehci interfaceLucas Stach1-3/+2
2012-10-15usb: ehci: rework to take advantage of new lowlevel interfaceLucas Stach1-5/+4
2012-07-10tegra: usb: Fix device enumeration problem of USB1Jim Lin1-1/+17