summaryrefslogtreecommitdiff
path: root/src/portable/ohci
AgeCommit message (Expand)Author
2025-12-13hcd/ohci: fix warningsHiFiPhile
2025-11-03fix more warnings/alertshathach
2025-11-03remove binary prefix for portabilityhathach
2025-10-31Merge branch 'master' into fork/ArcaneNibble/ohci-upstreamhathach
2025-10-30Merge branch 'master' into add-ohci-lpc55hathach
2025-10-28fix Identifiers that start with '__' or '_[A-Z]' are reserved.hathach
2025-10-10try to enable ohci for lpc55 but not working, probably clock issuehathach
2025-10-09fix todo size in list_reverse()hathach
2025-10-09centralize hcd_dcache_uncached() for EDhathach
2025-10-09Merge branch 'master' into fork/ArcaneNibble/ohci-upstreamhathach
2025-09-17Fix address translation functionsHiFiPhile
2025-09-17Replace old delay functions by tusb_time_delay_ms_apiHiFiPhile
2025-09-13ohci: Use uncached alias to access EDsR
2025-09-13ohci: Perform explicit cache operations on TDs, buffersR
2025-09-13ohci: Re-implement TD allocation, matching the specificationR
2025-09-12ohci: Align TDs to cache linesR
2025-09-12ohci: Add functions used for explicit cache operationsR
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-03-26added hcd_edpt_close() stub for other portshathach
2024-10-14change the tusb_rhport_init_t struct, exclude the rhport to make API more con...hathach
2024-10-11hcd_init() take init structhathach
2024-02-19fix wrong volatile usage in ohci gtdHa Thach
2024-01-11move gtd extra out of control struct to save sramhathach
2024-01-10[OHCI] Allow more than 16 devicesRyzee119
2023-09-27change hcd_int_handler(rhport, in_isr) signature: add in_isrhathach
2023-07-26correct hcd_edpt_clear_stall() API signaturehathach
2023-07-24Merge branch 'master' into hcd-abort-xferHa Thach
2023-07-24fix ohci warnings, and add freertosconfig for lpc4088hathach
2023-07-21add stub hcd_edpt_abort_xfer() for all portshathach
2023-03-24separate CFG_TUSB_MEM_SECTION and CFG_TUSB_MEM_ALIGN tohathach
2023-03-17fix trailing space and new linehathach
2023-02-22comment out osal_task_delay if using os nonehathach
2023-02-22move and add optional tusb_app_virt_to_phys/tusb_app_phys_to_virthathach
2023-02-22rename OHCI_RHPORTS to TUP_OHCI_RHPORTShathach
2023-02-18ohci: Disable MIE interrupt during IRQ processing, zero HccADoneHead on compl...wooyay
2023-02-18ohci: Use enum instead of magic numberRyzee119
2023-02-18ohci: Add ability to separate physical and virtual memoryRyan Wendland
2023-02-18ohci: Set skip on ed prior to removalRyan Wendland
2023-02-18ohci: Fix bug in ed removalRyan Wendland
2023-02-18ohci: Direct port commands to the correct rhport.Ryzee119
2023-02-18ohci: Force reset of devices already connected on power upRyzee119
2023-02-18ohci: Wait POTG time after port powerRyzee119
2023-02-18ohci: Toggle frameinterval bit on updateRyzee119
2023-02-18ohci: Leave SMM or bios mode during initRyzee119
2023-02-18ohci: Support configurable number of roothub portsRyzee119
2023-02-18ohci: Expand roothub descriptors into unionsRyzee119
2022-12-04Fix typosBastien Nocera
2022-03-20Merge branch 'master' into pio-hosthathach
2022-03-04fix naming, and buildhathach