summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2025-04-22Also cleanup unaddressed device.HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-04-22Move decouncing delay before USB reset.HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-04-22host: fix enumerate racingHiFiPhile
- if a previous enumeration failed _ctrl_xfer status could stuck, it needs to be cleared before next attempt. - after _dev0.enumerating is reset in hcd_event_handler(), if an attach event arrived before _ctrl_xfer clean up in remove event, a racing condition will happen. Signed-off-by: HiFiPhile <[email protected]>
2025-04-21Merge pull request #3075 from maximevince/dwc2-proper-attach-debouncingHa Thach
dwc2/host: attach debouncing fixes
2025-04-21improve usbh stability with failed setup send, prevent control stage locked outhathach
2025-04-21Merge pull request #3088 from HiFiPhile/intvHa Thach
Fix 1st nak retry one frame shorter.
2025-04-19enable SOF interrupt only if not already enabledHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-04-18Disable channel properly.HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-04-18- correctly do_ping if received nyet as transfer complete e.g msc 31 byte ↵hathach
command - correctly carry out OUT transfer when PING is ack
2025-04-18Fix usbh racing later.HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-04-18Merge branch 'master' into dwc2-proper-attach-debouncingHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-04-18minor renamehathach
2025-04-18Merge branch 'master' into fork/HiFiPhile/ping_outhathach
# Conflicts: # src/portable/synopsys/dwc2/hcd_dwc2.c
2025-04-18Fix 1st nak retry one frame shorter.HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-04-18Merge pull request #3072 from maximevince/dwc2-retry-in-token-immediatelyHa Thach
dwc2/host: immediately retry IN token for bInterval=1
2025-04-18Merge pull request #3084 from joelpmichael/hcd-template-commentsHiFiPhile
note potential issues using ep_desc in hcd_edpt_open()
2025-04-18Merge pull request #3067 from maximevince/dwc2-host-fix-disconnectHiFiPhile
dwc2/host: enable disconnect interrupt + handle it
2025-04-18clean up, remove halted_sof_schedule flags since channel_xfer_in_retry() is ↵hathach
only called when channel is halted.
2025-04-18Merge remote-tracking branch 'upstream/master' into hcd-template-commentsHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-04-18Update hcd_edpt_open() note.HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-04-18enum For string descriptor (langid, manufacturer product, serila): always ↵hathach
get the first 2 bytes to determine the length first. otherwise, some device may have buffer overflow.
2025-04-17fix iar make build with wb and u5hathach
2025-04-16note potential issues using ep_desc in hcd_edpt_open()Joel Michael
2025-04-15dwc2/host: fix all retry intervalsMaxime Vincent
Signed-off-by: Maxime Vincent <[email protected]>
2025-04-15dwc2/host: immediately retry IN token for bInterval=1Maxime Vincent
Signed-off-by: Maxime Vincent <[email protected]>
2025-04-15Merge branch 'master' into dwc2-host-fix-disconnectMaxime Vincent
2025-04-15Merge pull request #3070 from HiFiPhile/bitfieldHa Thach
host/dwc2: fix bitfields access width
2025-04-14channge DWC2_CHANNEL_COUNT/DWC2_EP_COUNT to inline functionhathach
2025-04-12host/dwc2: cleanup transfer on device closeHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-04-12Merge remote-tracking branch 'upstream/master' into h7rsHiFiPhile
2025-04-12Merge pull request #3079 from byteit101/version-string-fixHiFiPhile
Fix version string to actually be the version
2025-04-12Fix typoHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-04-12Fix handle_hprt_irqHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-04-11Fix version string to actually be the versionPatrick Plenefisch
2025-04-11Merge remote-tracking branch 'upstream/master' into async_ioHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-04-11host/dwc2: resume OUT transfer when PING ACKedHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-04-11dwc2/host: attach debouncing fixesMaxime Vincent
2025-04-11dwc2/host: HFIR: Fix timing off-by-oneMaxime Vincent
2025-04-09Fix CI.HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-04-09dwc2: refactor bitfields.HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-04-08dwc2/host: remove hcd_event_device_remove() call from handle_hptr_irq to ↵Maxime Vincent
prevent double removal Signed-off-by: Maxime Vincent <[email protected]>
2025-04-07dwc2/host: enable disconnect interrupt + handle itMaxime Vincent
Signed-off-by: Maxime Vincent <[email protected]>
2025-04-06Merge pull request #3063 from maximevince/dwc2-host-fix-sof-flagHiFiPhile
dwc2/host: clear SOF flag in handle_sof_irq()
2025-04-04dwc2/host: clear SOF flag in handle_sof_irq()Maxime Vincent
2025-04-03fix(hcd) hcd_edpt_open() return true if endpoint is already opened.hathach
2025-03-27Merge pull request #3043 from hathach/hcd-close-epHa Thach
feat(host) add endpoint close API and feat(HIL) improvement
2025-03-26added hcd_edpt_close() stub for other portshathach
2025-03-26hcd/ehci: hcd_edpt_open() return false if ep is already opened. implement ↵hathach
hcd_edpt_close()
2025-03-25add tuh_edpt_close() API, it will abort any pending transferhathach
implement hcd_edpt_close() for pio-usb and max3421e, also move max3421e api into its own header.
2025-03-24Merge remote-tracking branch 'upstream/master' into h7rsHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>