| Age | Commit message (Expand) | Author |
| 2024-05-04 | add check for hpm | sakumisu |
| 2024-04-19 | clear urb timeout after take sem, follow 76f58b93 | sakumisu |
| 2024-04-18 | do not clear timeout in irq,urb init will sometime call irq before take sem | sakumisu |
| 2024-04-16 | add missing license | sakumisu |
| 2024-04-07 | export ehci config macros | sakumisu |
| 2024-04-06 | read ehci hcor offset from hccr caplength | sakumisu |
| 2024-04-04 | init ohci for ehci | sakumisu |
| 2024-03-28 | mark errorcode with USB_ERR_SHUTDOWN when kill urb | sakumisu |
| 2024-03-27 | fix warning in 64bit | sakumisu |
| 2024-03-27 | fix aic irq param num and add usbh_init api | sakumisu |
| 2024-03-26 | remove qtd alloc & free, use static pool instead | sakumisu |
| 2024-03-25 | update aic glue | sakumisu |
| 2024-03-25 | use only one qh for intr, following with linux driver | sakumisu |
| 2024-03-24 | update ehci glue | sakumisu |
| 2024-03-21 | add usb_hc_low_level_deinit api | sakumisu |
| 2024-03-20 | ehci:fix missing bus param | sakumisu |
| 2024-02-24 | align for some buffers | sakumisu |
| 2024-02-24 | fix bl glue | sakumisu |
| 2024-02-20 | port: HPMicro: decoupling the relationship between busid and usbid | Zhihong Chen |
| 2024-02-18 | config busid and regbase in usbh_initialize and usbd_initialize | sakumisu |
| 2024-02-06 | support multi port api for device | sakumisu |
| 2024-01-09 | add ehci hccr offset macro | sakumisu |
| 2024-01-08 | support multi USB IP for host | sakumisu |
| 2023-12-30 | add aic & intel ehci glue, add rtems osal | sakumisu |
| 2023-12-24 | add usbh_deinitialize api | sakumisu |
| 2023-12-05 | add usb errno, do not use system errno | sakumisu |
| 2023-12-05 | check token only with qtd, not use token in qh | sakumisu |
| 2023-11-24 | find roothub port to check if device is connecting | sakumisu |
| 2023-11-23 | hpmicro: update port files | Zhihong Chen |
| 2023-11-22 | free pipe after sem giving | sakumisu |
| 2023-11-22 | support ehci suspend & resume | sakumisu |
| 2023-11-22 | reduce qtd num | sakumisu |
| 2023-11-16 | refactor urb, add ep & hport in urb to make hardware pipe more reusable | sakumisu |
| 2023-11-13 | check if token is active without errors, if token has errors, go to wakeup sem | sakumisu |
| 2023-11-03 | check qtd active status to fix nbytes = 0 in nak or ping status | sakumisu |
| 2023-09-07 | Update hcd-ehci, dcd-dwc2 and examples. | Wayne Lin |
| 2023-08-26 | port: hpmicro: separate host and device USB instance config | Zhihong Chen |
| 2023-08-26 | add config for hpmicro usb instance and irq | sakimisu |
| 2023-08-25 | fix macro spelling | sakimisu |
| 2023-08-25 | copy bouffalo ehci glue from official sdk | sakimisu |
| 2023-08-25 | improve ehci driver, enable iaad feature | sakimisu |
| 2023-08-25 | remove usb_phy_init, because hpm sdk v1.2 implement it | sakimisu |
| 2023-08-01 | ehci: update hardcode for hpmicro | Zhihong Chen |
| 2023-07-05 | enum device with disposable thread, do not block hub thread | sakimisu |
| 2023-04-20 | update ehci iso struct and api | sakumisu |
| 2023-03-12 | replace speed reconfig with mult | sakimisu |
| 2023-02-23 | clean ehci iso code | sakumisu |
| 2023-02-10 | format code | sakumisu |
| 2023-02-06 | update ehci driver | sakumisu |
| 2022-12-31 | update iso transfer | sakimisu |