summaryrefslogtreecommitdiff
path: root/port
AgeCommit message (Collapse)Author
2025-10-09update(port/dwc2/usb_glue_hc): update hc portsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-09-27fix(port/ehci): clear iaad status before setsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-08-30feat: host add event callback mechanism similar to deviceEgahp
* fix: fix warning for speed_table * fix(port/dwc2/usb_hc_dwc2): add roothub.speed init * feat(usbh_core): add event_callback * fix(usbh_hub): fix event device reset port * fix(usbh_hub): remove event init when init failed * feat(usbh_core): add default dummy_event_callback * fix(usbh_hub): emit reset event only on successful reset * fix(usbh_core): emit interface start only on successful connect class driver * feat(usbh_core): change event_callback to typedef * feat(port): update port usbh init params * doc: update usbh_initialize desc * fix(usbh_core): check result from ret == 0 change to ret >= 0 --------- Signed-off-by: egahp <[email protected]>
2025-08-11feat: Add MUSB IP without multipoint feature supportHalfSweet
2025-08-07fix(port/musb/usb_hc_musb): add rxmap & txmap configsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-08-06feat(port): add urb->complete in usbh_kill_urbsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-08-05update(port/dwc2): add mode checksakumisu
Signed-off-by: sakumisu <[email protected]>
2025-08-05update(port/musb): add mode checksakumisu
Signed-off-by: sakumisu <[email protected]>
2025-08-02update(port/dwc2/usb_hc_dwc2): only clean & invalid buffer in ↵sakumisu
usbh_submit_urb, do not clean&invalid many times Signed-off-by: sakumisu <[email protected]>
2025-08-02docs: update readmesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-08-01update(port/dwc2/usb_hc_dwc2): only set errorcode before urb waitup because ↵sakumisu
split transfer will do many times Signed-off-by: sakumisu <[email protected]>
2025-07-31update(port/dwc2/usb_hc_dwc2): stop split transfer when intr nak, follow ↵sakumisu
with nosplit intr transfer Signed-off-by: sakumisu <[email protected]>
2025-07-31fix(port/dwc2/usb_dwc2_param): fix macro literal typesegahp
Signed-off-by: egahp <[email protected]>
2025-07-30Revert "fix(port): reset sem when pipe free"sakumisu
This reverts commit ccd435496036cdceebb6d35df3edeb16695b0548.
2025-07-30update(port/dwc2/usb_hc_dwc2): add new api for split transfer, make code simplesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-28update(port/musb/usb_hc_musb): check urb for iso to support iso latersakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-28update(port/musb): If ep control register group exists, do not use epidx ↵sakumisu
register Signed-off-by: sakumisu <[email protected]>
2025-07-28update(port): remove all ips CONFIG_USBDEV_EP_NUM & CONFIG_USBHOST_PIPE_NUMsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-28revert: revert 1a68d94c some changessakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-27fix(port): reset sem when pipe freesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-27fix(port/ehci): remove usb_osal_msleep in critical sectionsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-27Fix the bug that dwc2_halt may cause hardware abnormalityudoudou
2025-07-27Fix a bug where the channel might not be releasedudoudou
2025-07-27add reset port timeout check for dwc2udoudou
2025-07-26update(port/dwc2/usb_glue_kendryte): update dwc2 paramsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-26update(port/dwc2): invalid data before start readsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-24fix(port/dwc2/usb_hc_dwc2): exit porten loop check when device disconnetssakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-21update(port): remove CONFIG_USBDEV_EP_NUM & CONFIG_USBHOST_PIPE_NUM for some ↵sakumisu
ips because they are constant Signed-off-by: sakumisu <[email protected]>
2025-07-20fix(port/dwc2/usb_hc_dwc2): check buf is valid then using dcache cleansakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-19fix(port/dwc2/usb_glue_st): reduce f4 total size for some specific f4 chipssakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-18fix(port/dwc2/usb_hc_dwc2): invalid indata before urb donesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-18style: format codesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-18fix(port/dwc2/usb_hc_dwc2): fix control split transfer with short packetsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-17fix(port/dwc2/usb_glue_at): fix host rx sizesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-16feat(port/dwc2): support ep multsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-14Add FS support for ESP32-P4LiPeng
2025-07-13feat: support siflisakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-13update(port/dwc2/usb_dc_dwc2): use usbd_get_ep0_next_state for reading setupsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-13update(port/fsdev): assert for fsdev logsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-11fix(port/dwc2/usb_dc_dwc2): align with CONFIG_USB_ALIGN_SIZE not only 32sakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-10update(port/dwc2/usb_glue_at): update at glue with dwc2 paramsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-10chore(port/dwc2): update readmesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-10fix(port/ehci): Fix the urb leak when there is no data in the control ↵mlwang
transmission
2025-07-07feat(port/dwc2): add user fifo config apisakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-05refactor(port/dwc2): support custom config for each dwc2 usb portsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-03fix:(port/ch58x/usb_ch58x_dc_usbfs.c) fix out endpoint cannot receive bugFanhuaCloud
2025-06-23fix(port/dwc2/usb_glue_st): fix GCCFG in stm32h7rsv1.5.0sakumisu
Signed-off-by: sakumisu <[email protected]>
2025-06-23revert(port/dwc2/usb_hc_dwc2): revert 4f831f58 changesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-06-19fix warningsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-06-14fix warningsakumisu
Signed-off-by: sakumisu <[email protected]>