index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
ehci.c
Age
Commit message (
Expand
)
Author
2022-12-13
fix grammar in comment
jakllsch
2022-12-13
ehci_device_isoc_init() returns errno not usbd_error; remove blank line
jakllsch
2022-12-13
"periodic frame list", not "period frame list" in comments
jakllsch
2022-12-13
Add missing whitespace in error message.
jakllsch
2022-04-06
revert accidental last commit (except ukbd.c)
mlelstv
2022-04-06
remove debug printf
mlelstv
2022-03-13
ehci(4): Serialize access to portsc registers.
riastradh
2022-03-13
ehci(4): Fix doorbell synchronization.
riastradh
2022-03-09
ehci(4): Omit bus lock around ehci_suspend/resume.
riastradh
2022-03-09
usb: Provisionally release bus lock around ubm_rhctrl.
riastradh
2022-03-03
usb: Hold pipe lock across upm_transfer and upm_start.
riastradh
2022-03-03
usb: Factor usb_transfer_complete out of ubm_abortx method.
riastradh
2022-03-03
usb: Factor usb_insert_transfer out of upm_transfer and make private.
riastradh
2022-02-12
initialize ntag with the old dmatag so we never end up with an invalid one
macallan
2022-01-26
shut up an unused variable warning
macallan
2021-12-30
convert the ehci device owner ship change message to display the ehciN as well.
mrg
2021-12-24
ehci(4): fix PR kern/56574: uaudio at ehci (not xhci) only outputs
nia
2021-12-23
Use the correct dmatag for all control structures. Also, don't KASSERT that
skrll
2021-12-22
Three fixes
skrll
2021-12-22
Whitespace
skrll
2021-12-21
Remove an empty line
skrll
2021-12-21
Wrap a long line
skrll
2021-12-21
Change the usb_mem API to take a bus_dma_tag_t in usb_allocmem instead of
skrll
2021-12-21
KASSERT(BUS_ADDR_HI32(baddr) == 0) in, and apply some consistent code
skrll
2021-12-18
Fix two bugs
skrll
2021-12-07
Match variable names to register names. Same binary before and after.
skrll
2021-12-07
More usb_status_t -> int
skrll
2021-12-07
Code consistency. NFCI.
skrll
2021-12-05
ehci: Replace bogus polling during suspend by taking bus lock.
riastradh
2021-08-31
add missing newline and fix conditional for askroot/single user
mrg
2021-01-05
More converstion from usbd_status to int for function error reporting.
skrll
2020-12-22
usb: Omit bogus assertions about struct usbd_pipe::up_intrxfer.
riastradh
2020-11-30
s/ we we / we /
msaitoh
2020-09-20
Talk Like a Pirate Day was yesterday.
gson
2020-05-17
Copyright maintenance
skrll
2020-05-17
Use BUS_ADDR_{LO,HI}32. NFCI.
skrll
2020-05-15
Update ux_length in usbd_setup_isoc_xfer and use this to usb_syncmem
skrll
2020-04-05
Switch USB to use non-coherent buffers for data transfers in the
skrll
2020-03-14
revert the 0x% -> %# change for fixed width formats pointed out by uwe.
christos
2020-03-13
PR/55068: sc.dying: Fix printf formats:
christos
2020-03-05
Use howmany. NFC.
skrll
2020-02-21
Fix a memory leak. Spotted by nat@
skrll
2020-02-15
Fix mistakes in previous sloppy change with root intr xfers.
riastradh
2020-02-12
Fix steady state of root intr xfers.
riastradh
2020-02-12
Factor out HCI-independent xfer completion logic.
riastradh
2020-02-12
Fix steady state of timeouts in ehci.
riastradh
2020-02-04
don't call usb_syncmem() for zero-length packets.
mrg
2019-12-31
Remove a stray '
skrll
2019-06-13
Random style in ehci, also KM_SLEEP does not fail.
maxv
2019-02-17
Fix assertion failures triggered by usbdi.c,v 1.182, when devices
rin
[next]