summaryrefslogtreecommitdiff
path: root/src/portable/synopsys/dwc2/hcd_dwc2.c
AgeCommit message (Expand)Author
2026-07-02license: use SPDX identifiers for src/ headers (#3749)Ha Thach
2026-06-25hcd/dwc2: update wording on hfirHiFiPhile
2026-06-25fix(dwc2_hcd): correct HFIR for Low-Speed devices via internal FS PHYZhang, Zhenjiang
2026-06-11Fix stm32f723disco host/cdc_msc_hid HIL: UART RX starvation + DWC2 DMA split-...Ha Thach
2026-05-04hcd/dwc2: fix txfifo full checkHiFiPhile
2026-04-10add dwc2_clock_init() to have nrf54 initial sequence. currently stub for othe...hathach
2026-04-09rename ep_fifo_size (bytes) to otg_dfifo_depth (words)hathach
2026-03-04add PHY deinitialization support for DWC2 driver across all MCUshathach
2026-02-27cleanupHiFiPhile
2026-02-27Merge remote-tracking branch 'tinyusb/master' into dwc2_deinitHiFiPhile
2026-02-23refactor: streamline high-speed PHY detection and configuration in DWC2 driverhathach
2026-02-23refactor: improve high-speed PHY handling and FIFO configuration in DWC2 driverhathach
2026-02-22Apply suggestions from code reviewZixun LI
2026-02-22refactor speed checkHiFiPhile
2026-02-21fix ciHiFiPhile
2026-02-20refactor config optionHiFiPhile
2026-02-19Fix a couple indentationsCédric Berger
2026-02-19Introduce TUH_CFGID_PHY_SPEED configure optionCédric Berger
2026-02-19Better variable/function namesCédric Berger
2026-01-31dwc2: add vbus sense configHiFiPhile
2026-01-06hcd/dwc2: retry transfer on data toggle errorHiFiPhile
2026-01-06hcd/dwc2: disable ID change interrupt due to stuck on stm32f7HiFiPhile
2026-01-06dwc2: implement deinitHiFiPhile
2026-01-06rename FSDEV_PMA_SIZE CFG_TUSB_FSDEV_PMA_SIZEhathach
2026-01-03add tu_hwfifo_access_t param to hwfifo APIhathach
2025-12-10update metrics to support bloaty csvhathach
2025-11-19fix more alertshathach
2025-11-18improve closing endpoint and channelhathach
2025-11-18Merge branch 'master' into fork/HiFiPhile/xfer_closehathach
2025-10-15fix unused warningshathach
2025-06-04chore: squash previous commits from other branchesJames Sandison
2025-05-15Merge branch 'master' into xfer_closeHiFiPhile
2025-05-15Fix transfer failed event still queuedHiFiPhile
2025-04-28usbh: add roothub debounncing flag to ignore attach/remove event on the rooth...hathach
2025-04-23rename and expose tuh_bus_info_get() to applicationhathach
2025-04-23rename hcd_devtree_info_t to tuh_bus_info_t, hcd_devtree_get_info to hcd_bus_...hathach
2025-04-21Merge pull request #3075 from maximevince/dwc2-proper-attach-debouncingHa Thach
2025-04-21Merge pull request #3088 from HiFiPhile/intvHa Thach
2025-04-19enable SOF interrupt only if not already enabledHiFiPhile
2025-04-18Disable channel properly.HiFiPhile
2025-04-18- correctly do_ping if received nyet as transfer complete e.g msc 31 byte com...hathach
2025-04-18Merge branch 'master' into dwc2-proper-attach-debouncingHiFiPhile
2025-04-18minor renamehathach
2025-04-18Merge branch 'master' into fork/HiFiPhile/ping_outhathach
2025-04-18Fix 1st nak retry one frame shorter.HiFiPhile
2025-04-18Merge pull request #3072 from maximevince/dwc2-retry-in-token-immediatelyHa Thach
2025-04-18clean up, remove halted_sof_schedule flags since channel_xfer_in_retry() is o...hathach
2025-04-15dwc2/host: fix all retry intervalsMaxime Vincent
2025-04-15dwc2/host: immediately retry IN token for bInterval=1Maxime Vincent
2025-04-15Merge branch 'master' into dwc2-host-fix-disconnectMaxime Vincent