index
:
cherryusb.git
gh-pages
master
release/v1.3
release/v1.4
release/v1.5
release/v1.6
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
port
/
ehci
/
usb_hc_ehci.c
Age
Commit message (
Expand
)
Author
7 days
fix(port/ehci): fix missing cache clean for setup
sakumisu
2026-08-03
fix(security): add check for sem&mq&thread and delete remain sources if alloc...
sakumisu
2026-01-28
update(port/ehci): set roothub speed to high
sakumisu
2025-09-27
fix(port/ehci): clear iaad status before set
sakumisu
2025-08-06
feat(port): add urb->complete in usbh_kill_urb
sakumisu
2025-07-30
Revert "fix(port): reset sem when pipe free"
sakumisu
2025-07-28
revert: revert 1a68d94c some changes
sakumisu
2025-07-27
fix(port): reset sem when pipe free
sakumisu
2025-07-27
fix(port/ehci): remove usb_osal_msleep in critical section
sakumisu
2025-07-27
Fix a bug where the channel might not be released
udoudou
2025-07-27
add reset port timeout check for dwc2
udoudou
2025-07-10
fix(port/ehci): Fix the urb leak when there is no data in the control transmi...
mlwang
2025-05-26
fix warning
sakumisu
2025-05-19
[update] port: hpmicro: update port files
Zhihong Chen
2025-05-14
fix(port/ehci/usb_hc_ehci): fix qtd->hw.alt_next_qtd should be 1 not zero
sakumisu
2025-05-06
update: add USB_ASSERT_MSG for common case
sakumisu
2025-04-29
update(port/ehci): use static qtd pool for qtd alloc & free
sakumisu
2025-03-28
update(port/ehci): add pad for qh&qtd cachemaintain, add CONFIG_USB_EHCI_DESC...
sakumisu
2025-03-28
ehci: update config to improve performance
Zhihong Chen
2025-01-22
feat(common): add usb_phyaddr2ramaddr & usb_ramaddr2phyaddr macro
sakumisu
2025-01-15
update(port): add ehci/ohci/dwc2 dcache support
sakumisu
2024-12-09
update(port/ohci): update ohci common code
sakumisu
2024-08-25
feat(port/chipidea): add chipidea port, add nxp mxc glue for chipidea and ehci
sakumisu
2024-08-21
fix: fix -Wunused-parameter warning with -Wextra cflag
sakumisu
2024-08-16
port: ehci: should not be clear CSC/PEC/OCC flag when usb_hc_init()
Zhihong Chen
2024-07-15
Workaround for BL616 power control
Till Harbaum
2024-07-09
port: ehci: update init and deinit
Zhihong Chen
2024-07-04
refactor(e(o)hci): rename usb_hc_e(o)hci to usb_e(o)hci_reg, usb_hc_e(o)hci_p...
sakumisu
2024-06-28
fix(port): enter section before alloc pipe
sakumisu
2024-06-14
remove ununsed code
sakumisu
2024-06-11
update(port/ehci): use static iso pool for iso urb to reduce alloc time
sakumisu
2024-05-22
fix(port/ehci): fix missing busid
sakumisu
2024-05-16
fix(port/usb_hc_ehci): clear iaad status
sakumisu
2024-05-08
remove qh with iaad
sakumisu
2024-04-19
clear urb timeout after take sem, follow 76f58b93
sakumisu
2024-04-18
do not clear timeout in irq,urb init will sometime call irq before take sem
sakumisu
2024-04-06
read ehci hcor offset from hccr caplength
sakumisu
2024-04-04
init ohci for ehci
sakumisu
2024-03-28
mark errorcode with USB_ERR_SHUTDOWN when kill urb
sakumisu
2024-03-26
remove qtd alloc & free, use static pool instead
sakumisu
2024-03-25
use only one qh for intr, following with linux driver
sakumisu
2024-03-21
add usb_hc_low_level_deinit api
sakumisu
2024-03-20
ehci:fix missing bus param
sakumisu
2024-02-24
align for some buffers
sakumisu
2024-02-18
config busid and regbase in usbh_initialize and usbd_initialize
sakumisu
2024-01-08
support multi USB IP for host
sakumisu
2023-12-24
add usbh_deinitialize api
sakumisu
2023-12-05
add usb errno, do not use system errno
sakumisu
2023-12-05
check token only with qtd, not use token in qh
sakumisu
2023-11-24
find roothub port to check if device is connecting
sakumisu
[next]