summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci-hcd.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-22usb: ehci-hcd: Add IAA handshake for removing async QHYe Li1-0/+27
2020-09-08usb: host: ehci-hcd: change trace level for phy errors managed by uclassPatrick Delaunay1-4/+4
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
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-04-28usb: avoid NULL check before freeHeinrich Schuchardt1-6/+3
2020-04-09usb: Keep async schedule running only across mass storage xfersMarek Vasut1-14/+77
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2019-12-03common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-10-31usb: ehci-hcd: Keep async schedule runningMarek Vasut1-30/+21
2019-09-11usb: Add nonblock argument to submit_int_msgMichal Suchanek1-5/+8
2018-11-26usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer1-6/+6
2018-10-29fsl/usb: Workaround for USB erratum-A005275Chris Packham1-1/+11
2018-08-28usb: ehci: Make the PHY handling genericMarek Vasut1-0/+66
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-11-26usb: ehci: do not invalidate a NULL bufferDirk Behme1-2/+3
2017-11-26dm: usb: ehci: avoid possible NULL dereferenceHeinrich Schuchardt1-4/+6
2017-09-27dm: usb: ehci: Implement get_max_xfer_size() operationBin Meng1-0/+12
2017-07-29usb: ehci: Get rid of CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTSBin Meng1-3/+7
2017-07-29usb: hub: Change USB hub descriptor to match USB 3.0 hubsBin Meng1-2/+2
2017-07-29usb: add static to local symbolsMasahiro Yamada1-1/+1
2016-06-18usb: ehci: only shutdown opened controllerPeng Fan1-0/+3
2016-04-10usb: ehci-hcd: Fix crash when no ops are provided to ehci_register()Mateusz Kulikowski1-2/+2
2016-04-02ehci-hcd: Add init_after_resetMateusz Kulikowski1-0/+6
2016-02-26usb: ehci: Fix warning on aarch64Marek Vasut1-1/+1
2016-02-24usb: ehci: Clear USBMODE_BE on LE MMIOMarek Vasut1-0/+2
2016-02-24usb: ehci: Implement V2P mappingMarek Vasut1-10/+9
2015-12-31usb: Move determination of TT hub address/port into separate functionStefan BrĂ¼ns1-45/+5
2015-10-23dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass1-3/+3
2015-09-12Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass1-0/+1
2015-09-07usb: ehci: remember init modeStephen Warren1-1/+6
2015-07-22usb: Update some EHCI driver licenses to use SPDXSimon Glass1-14/+1
2015-07-22usb: ehci: Correct a missing hypen in an error messageSimon Glass1-1/+1
2015-06-19usb: ehci: Properly deal with data toggle for interrupt endpointsHans de Goede1-7/+19
2015-05-15dm: usb: Add support for interrupt queues to the dm usb codeHans de Goede1-0/+26
2015-05-15dm: usb: Prefix ehci interrupt-queue functions with _ehci_Hans de Goede1-9/+28
2015-05-15usb: Stop reset procedure when a dev is handed over to a companion hcdHans de Goede1-1/+2
2015-05-15usb: Fix handover of full-speed devices from ehci to companionHans de Goede1-3/+13
2015-05-06dm: usb: Set desc_before_addr from ehci dm codeHans de Goede1-0/+3
2015-05-06dm: usb: Fix finding of first upstream usb-2 hub in the ehci dm codeHans de Goede1-12/+22
2015-05-06dm: usb: Use usb_get_bus in dm ehci codeHans de Goede1-8/+1
2015-04-18dm: usb: Add driver model support to EHCISimon Glass1-4/+121
2015-04-18dm: usb: Change ehci_reset() to use a pointerSimon Glass1-9/+8
2015-04-18dm: usb: Drop the EHCI weak functionsSimon Glass1-10/+45
2015-04-18dm: usb: Refactor EHCI initSimon Glass1-51/+66
2015-04-18dm: usb: ehci: Use a function to find the controller from struct udeviceSimon Glass1-17/+37
2015-04-18dm: usb: Pass EHCI controller pointer to ehci_get_portsc_register()Simon Glass1-3/+3
2015-04-18dm: usb: Pass EHCI controller pointer to ehci_set_usbmode()Simon Glass1-3/+3
2015-04-18dm: usb: Pass EHCI controller pointer to ehci_powerup_fixup()Simon Glass1-2/+3
2015-04-18dm: usb: Allow ECHI to hold private data for the controllerSimon Glass1-0/+10