summaryrefslogtreecommitdiff
path: root/src/portable/ehci/ehci.h
AgeCommit message (Expand)Author
2026-07-02license: use SPDX identifiers for src/ headers (#3749)Ha Thach
2025-10-28fix Identifiers that start with '__' or '_[A-Z]' are reserved.hathach
2025-03-26hcd/ehci: hcd_edpt_open() return false if ep is already opened. implement hcd...hathach
2023-07-25use standard EHCI USB INT instead of chipidea async/period interrupt to be co...hathach
2023-07-21implement hcd_edpt_abort_xfer() for EHCI, also move thing around a bithathach
2023-05-18refactor ehci: add attached_buffer for dcache invalidate for IN transferhathach
2023-05-18refactor ehci, since usbh only queue 1 TD per queue headhathach
2023-05-18more cache, fix an similar issue with OHCI when removing an queue headhathach
2023-05-18EHCI adding dcahe support, passing enumertaionhathach
2023-05-17adding hcd_dcache_clean/hcd_dcache_invalidatehathach
2023-05-16fix error on EHCI causes xfer error in non-queued qhd which cause memory faulthathach
2023-05-09fix ehci issue with portsc when enable port power and port resethathach
2022-12-04Fix typosBastien Nocera
2022-03-03Add host string descriptor functionsScott Shawcroft
2021-08-23add hcd attr, add note for ehci framelist on NXP derivativehathach
2021-08-23refactor ehci init apihathach
2021-05-31clean uphathach
2021-02-23move ehci and ohci to portable folderhathach