summaryrefslogtreecommitdiff
path: root/port
AgeCommit message (Expand)Author
2024-06-28fix(port): enter section before alloc pipesakumisu
2024-06-15update(port/musb): config fifo from fifo table, add beken and es32 gluesakumisu
2024-06-14fix warningsakumisu
2024-06-14remove ununsed codesakumisu
2024-06-11update(port/ehci): use static iso pool for iso urb to reduce alloc timesakumisu
2024-06-09update port readmesakumisu
2024-06-09update(port/musb/usb_dc_musb): remove ununsed codesakumisu
2024-06-08已在hc32f4a0上测试usbd的usb_glue_hc.cjinsc
2024-06-07remove old versionsakumisu
2024-06-06update(port/dwc2/usb_hc_dwc2): add check for fifo with ep mpssakumisu
2024-06-06fix(port/musb/usbh_hc_musb): fix missing leave critical when return with errorsakumisu
2024-05-27Unify the number of endpoint names and fix a data receiving bugChen Leeren
2024-05-22fix(port/ehci): fix missing busidsakumisu
2024-05-21update(port/dwc2): rename struct name to avoid duplicate definitionssakumisu
2024-05-21fix warningsakumisu
2024-05-18port: HPMicro: update usb_glue_hpmZhihong Chen
2024-05-17update: format logsakumisu
2024-05-16fix(port/usb_hc_ehci): clear iaad statussakumisu
2024-05-15fix(dwc2): check those chips with 1.25KB fifosakumisu
2024-05-15update(dwc2): change rx fifo to 1024/4 as defaultsakumisu
2024-05-14update(port/musb): add sunxi glue for checksakumisu
2024-05-10port: HPMicro: update hpm usb deivce port fileZhihong Chen
2024-05-10import aic dcd portsakumisu
2024-05-08remove qh with iaadsakumisu
2024-05-04add check for hpmsakumisu
2024-04-29remove port param in usbd_get_port_speedsakumisu
2024-04-23update missing licensesakumisu
2024-04-19clear urb timeout after take sem, follow 76f58b93sakumisu
2024-04-18do not clear timeout in irq,urb init will sometime call irq before take semsakumisu
2024-04-16add missing licensesakumisu
2024-04-16remove duplicate h7 configsakumisu
2024-04-16format commentsakumisu
2024-04-15enable bit21(VBUSSIG) in gd chipszhaofx4534
2024-04-14import bouffalo dcdsakumisu
2024-04-07change CONFIG_USB_DWC2_ULPI_PHY to CONFIG_USB_HS, support stm32f723sakumisu
2024-04-07export ehci config macrossakumisu
2024-04-06read ehci hcor offset from hccr caplengthsakumisu
2024-04-04init ohci for ehcisakumisu
2024-04-03add check for dwc2 fifo with ep mpssakumisu
2024-03-28mark errorcode with USB_ERR_SHUTDOWN when kill urbsakumisu
2024-03-28comment test mode apisakumisu
2024-03-27fix warning in 64bitsakumisu
2024-03-27fix aic irq param num and add usbh_init apisakumisu
2024-03-26remove qtd alloc & free, use static pool insteadsakumisu
2024-03-25update aic gluesakumisu
2024-03-25use only one qh for intr, following with linux driversakumisu
2024-03-24update ehci gluesakumisu
2024-03-22dwc2:get next toggle from HCTSIZsakumisu
2024-03-21dwc2:add fifo macros for users to configsakumisu
2024-03-21add usb_hc_low_level_deinit apisakumisu