summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci-hcd.c
AgeCommit message (Expand)Author
2023-02-07usb: Drop unused ehci-faraday driverSimon Glass
2022-10-10usb: ehci: Remove unused ehci_{setup,shutdown}_phy() helpersPatrice Chotard
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese
2022-06-28Convert CONFIG_USB_MAX_CONTROLLER_COUNT to KconfigTom Rini
2021-10-15Rename CONFIG_EHCI_IS_TDI to CONFIG_USB_EHCI_IS_TDIMarek Behún
2021-04-22usb: ehci-hcd: Add IAA handshake for removing async QHYe Li
2020-09-08usb: host: ehci-hcd: change trace level for phy errors managed by uclassPatrick Delaunay
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-04-28usb: avoid NULL check before freeHeinrich Schuchardt
2020-04-09usb: Keep async schedule running only across mass storage xfersMarek Vasut
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-10-31usb: ehci-hcd: Keep async schedule runningMarek Vasut
2019-09-11usb: Add nonblock argument to submit_int_msgMichal Suchanek
2018-11-26usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer
2018-10-29fsl/usb: Workaround for USB erratum-A005275Chris Packham
2018-08-28usb: ehci: Make the PHY handling genericMarek Vasut
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-11-26usb: ehci: do not invalidate a NULL bufferDirk Behme
2017-11-26dm: usb: ehci: avoid possible NULL dereferenceHeinrich Schuchardt
2017-09-27dm: usb: ehci: Implement get_max_xfer_size() operationBin Meng
2017-07-28usb: ehci: Get rid of CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTSBin Meng
2017-07-28usb: hub: Change USB hub descriptor to match USB 3.0 hubsBin Meng
2017-07-28usb: add static to local symbolsMasahiro Yamada
2016-06-18usb: ehci: only shutdown opened controllerPeng Fan
2016-04-10usb: ehci-hcd: Fix crash when no ops are provided to ehci_register()Mateusz Kulikowski
2016-04-01ehci-hcd: Add init_after_resetMateusz Kulikowski
2016-02-26usb: ehci: Fix warning on aarch64Marek Vasut
2016-02-24usb: ehci: Clear USBMODE_BE on LE MMIOMarek Vasut
2016-02-24usb: ehci: Implement V2P mappingMarek Vasut
2015-12-31usb: Move determination of TT hub address/port into separate functionStefan Brüns
2015-10-23dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass
2015-09-07usb: ehci: remember init modeStephen Warren
2015-07-21usb: Update some EHCI driver licenses to use SPDXSimon Glass
2015-07-21usb: ehci: Correct a missing hypen in an error messageSimon Glass
2015-06-19usb: ehci: Properly deal with data toggle for interrupt endpointsHans de Goede
2015-05-14dm: usb: Add support for interrupt queues to the dm usb codeHans de Goede
2015-05-14dm: usb: Prefix ehci interrupt-queue functions with _ehci_Hans de Goede
2015-05-14usb: Stop reset procedure when a dev is handed over to a companion hcdHans de Goede
2015-05-14usb: Fix handover of full-speed devices from ehci to companionHans de Goede
2015-05-05dm: usb: Set desc_before_addr from ehci dm codeHans de Goede
2015-05-05dm: usb: Fix finding of first upstream usb-2 hub in the ehci dm codeHans de Goede
2015-05-05dm: usb: Use usb_get_bus in dm ehci codeHans de Goede
2015-04-18dm: usb: Add driver model support to EHCISimon Glass
2015-04-18dm: usb: Change ehci_reset() to use a pointerSimon Glass
2015-04-18dm: usb: Drop the EHCI weak functionsSimon Glass
2015-04-18dm: usb: Refactor EHCI initSimon Glass