summaryrefslogtreecommitdiff
path: root/port/ehci
AgeCommit message (Expand)Author
2026-01-28chore: replace tab with spacesakumisu
2026-01-28update(port/ehci): set roothub speed to highsakumisu
2026-01-08Update T113S3 glueHakumenJean
2025-09-27fix(port/ehci): clear iaad status before setsakumisu
2025-08-30feat: host add event callback mechanism similar to deviceEgahp
2025-08-06feat(port): add urb->complete in usbh_kill_urbsakumisu
2025-07-30Revert "fix(port): reset sem when pipe free"sakumisu
2025-07-28revert: revert 1a68d94c some changessakumisu
2025-07-27fix(port): reset sem when pipe freesakumisu
2025-07-27fix(port/ehci): remove usb_osal_msleep in critical sectionsakumisu
2025-07-27Fix a bug where the channel might not be releasedudoudou
2025-07-27add reset port timeout check for dwc2udoudou
2025-07-21update(port): remove CONFIG_USBDEV_EP_NUM & CONFIG_USBHOST_PIPE_NUM for some ...sakumisu
2025-07-10fix(port/ehci): Fix the urb leak when there is no data in the control transmi...mlwang
2025-06-04feat(dcache): update dcache apisakumisu
2025-05-26fix warningsakumisu
2025-05-19[update] port: hpmicro: update port filesZhihong Chen
2025-05-15refactor(port/nxp): combine nxp mcx glue for chipdea & ehcisakumisu
2025-05-15refacor(port/hpmicro): move hpmicro glue into hpmicro directorysakumisu
2025-05-14fix(port/ehci/usb_hc_ehci): fix qtd->hw.alt_next_qtd should be 1 not zerosakumisu
2025-05-12update(port/ehci/usb_glue_t113): update clock configsakumisu
2025-05-06update: add USB_ASSERT_MSG for common casesakumisu
2025-04-29update(port/ehci): use static qtd pool for qtd alloc & freesakumisu
2025-03-28update(port/ehci): add pad for qh&qtd cachemaintain, add CONFIG_USB_EHCI_DESC...sakumisu
2025-03-28ehci: update config to improve performanceZhihong Chen
2025-02-08feat(port/ehci): add t113 gluesakumisu
2025-01-22feat(common): add usb_phyaddr2ramaddr & usb_ramaddr2phyaddr macrosakumisu
2025-01-15update(port): add ehci/ohci/dwc2 dcache supportsakumisu
2024-12-23chore: fix missing licensesakumisu
2024-12-09update(port/ohci): update ohci common codesakumisu
2024-12-04update(port/ehci/usb_glue_aic): add check for CONFIG_USB_OHCI_HCOR_OFFSETsakumisu
2024-11-18HPMicro: update hpmicro port filesZhihong Chen
2024-10-31update(port/ehci/usb_glue_aic): remove lsusb shell, add check for ehci config...sakumisu
2024-09-02fix(port/ehci/usb_glue_ma35d0): fix typosakumisu
2024-08-25feat(port/chipidea): add chipidea port, add nxp mxc glue for chipidea and ehcisakumisu
2024-08-23port: hpmicro: add USBH_USE_CUSTOM_ISR add USBD_USE_CUSTOM_ISR to control isrZhihong Chen
2024-08-21fix: fix -Wunused-parameter warning with -Wextra cflagsakumisu
2024-08-16port: ehci: should not be clear CSC/PEC/OCC flag when usb_hc_init()Zhihong Chen
2024-07-15Workaround for BL616 power controlTill Harbaum
2024-07-09port: ehci: update init and deinitZhihong Chen
2024-07-04refactor(e(o)hci): rename usb_hc_e(o)hci to usb_e(o)hci_reg, usb_hc_e(o)hci_p...sakumisu
2024-06-28fix(port): enter section before alloc pipesakumisu
2024-06-14remove ununsed codesakumisu
2024-06-11update(port/ehci): use static iso pool for iso urb to reduce alloc timesakumisu
2024-05-22fix(port/ehci): fix missing busidsakumisu
2024-05-18port: HPMicro: update usb_glue_hpmZhihong Chen
2024-05-16fix(port/usb_hc_ehci): clear iaad statussakumisu
2024-05-08remove qh with iaadsakumisu
2024-05-04add check for hpmsakumisu
2024-04-19clear urb timeout after take sem, follow 76f58b93sakumisu