summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-hcd.c
Commit message (Expand)AuthorAgeFilesLines
* usb: host: ehci-hcd: change trace level for phy errors managed by uclassPatrick Delaunay2020-09-081-4/+4
* 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
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* usb: avoid NULL check before freeHeinrich Schuchardt2020-04-281-6/+3
* usb: Keep async schedule running only across mass storage xfersMarek Vasut2020-04-091-14/+77
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* usb: ehci-hcd: Keep async schedule runningMarek Vasut2019-10-311-30/+21
* usb: Add nonblock argument to submit_int_msgMichal Suchanek2019-09-111-5/+8
* usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer2018-11-261-6/+6
* fsl/usb: Workaround for USB erratum-A005275Chris Packham2018-10-291-1/+11
* usb: ehci: Make the PHY handling genericMarek Vasut2018-08-281-0/+66
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* usb: ehci: do not invalidate a NULL bufferDirk Behme2017-11-261-2/+3
* dm: usb: ehci: avoid possible NULL dereferenceHeinrich Schuchardt2017-11-261-4/+6
* dm: usb: ehci: Implement get_max_xfer_size() operationBin Meng2017-09-271-0/+12
* usb: ehci: Get rid of CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTSBin Meng2017-07-281-3/+7
* usb: hub: Change USB hub descriptor to match USB 3.0 hubsBin Meng2017-07-281-2/+2
* usb: add static to local symbolsMasahiro Yamada2017-07-281-1/+1
* usb: ehci: only shutdown opened controllerPeng Fan2016-06-181-0/+3
* usb: ehci-hcd: Fix crash when no ops are provided to ehci_register()Mateusz Kulikowski2016-04-101-2/+2
* ehci-hcd: Add init_after_resetMateusz Kulikowski2016-04-011-0/+6
* usb: ehci: Fix warning on aarch64Marek Vasut2016-02-261-1/+1
* usb: ehci: Clear USBMODE_BE on LE MMIOMarek Vasut2016-02-241-0/+2
* usb: ehci: Implement V2P mappingMarek Vasut2016-02-241-10/+9
* usb: Move determination of TT hub address/port into separate functionStefan BrĂ¼ns2015-12-311-45/+5
* dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass2015-10-231-3/+3
* Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass2015-09-111-0/+1
* usb: ehci: remember init modeStephen Warren2015-09-071-1/+6
* usb: Update some EHCI driver licenses to use SPDXSimon Glass2015-07-211-14/+1
* usb: ehci: Correct a missing hypen in an error messageSimon Glass2015-07-211-1/+1
* usb: ehci: Properly deal with data toggle for interrupt endpointsHans de Goede2015-06-191-7/+19
* dm: usb: Add support for interrupt queues to the dm usb codeHans de Goede2015-05-141-0/+26
* dm: usb: Prefix ehci interrupt-queue functions with _ehci_Hans de Goede2015-05-141-9/+28
* usb: Stop reset procedure when a dev is handed over to a companion hcdHans de Goede2015-05-141-1/+2
* usb: Fix handover of full-speed devices from ehci to companionHans de Goede2015-05-141-3/+13
* dm: usb: Set desc_before_addr from ehci dm codeHans de Goede2015-05-051-0/+3
* dm: usb: Fix finding of first upstream usb-2 hub in the ehci dm codeHans de Goede2015-05-051-12/+22
* dm: usb: Use usb_get_bus in dm ehci codeHans de Goede2015-05-051-8/+1
* dm: usb: Add driver model support to EHCISimon Glass2015-04-181-4/+121
* dm: usb: Change ehci_reset() to use a pointerSimon Glass2015-04-181-9/+8
* dm: usb: Drop the EHCI weak functionsSimon Glass2015-04-181-10/+45
* dm: usb: Refactor EHCI initSimon Glass2015-04-181-51/+66
* dm: usb: ehci: Use a function to find the controller from struct udeviceSimon Glass2015-04-181-17/+37
* dm: usb: Pass EHCI controller pointer to ehci_get_portsc_register()Simon Glass2015-04-181-3/+3
* dm: usb: Pass EHCI controller pointer to ehci_set_usbmode()Simon Glass2015-04-181-3/+3
* dm: usb: Pass EHCI controller pointer to ehci_powerup_fixup()Simon Glass2015-04-181-2/+3
* dm: usb: Allow ECHI to hold private data for the controllerSimon Glass2015-04-181-0/+10
* dm: usb: Pass EHCI controller pointer to ehci_get_port_speed()Simon Glass2015-04-181-2/+2