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
/
external
/
bsd
/
dwc2
/
dwc2.c
Age
Commit message (
Expand
)
Author
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
2021-12-21
Change the usb_mem API to take a bus_dma_tag_t in usb_allocmem instead of
skrll
2021-01-07
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-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-02-21
Fix a memory leak. Spotted by nat@
skrll
2020-02-15
#ifdef DIAGNOSTIC --> __diagused
riastradh
2020-02-15
Fix non-DIAGNOSTIC builds.
riastradh
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
2019-12-04
Consistency.
skrll
2019-12-03
build fix
jmcneill
2019-12-03
Calulate the right lenght for isoc transfer and the usb_syncmem
skrll
2019-12-03
Use size_t for loop count variable
skrll
2019-12-03
Need <sys/sysctl.h> for previous
skrll
2019-12-03
Make dwc2debug sysctl'able
skrll
2019-12-03
KNF
skrll
2019-03-19
- dwc2 need calling linux_workqueue_init() to avoid panic.
ryo
2019-02-17
Fix assertion failures triggered by usbdi.c,v 1.182, when devices
rin
2019-01-22
Revert the KASSERT
skrll
2019-01-22
Add a KASSERT
skrll
2018-09-16
consolidate the handling of polling across HC drivers, and generic USB:
mrg
2018-08-28
Fix non-DIAGNOSTIC build
skrll
2018-08-10
Fix debug build. Also make formats more consistent with others in
rin
2018-08-09
pull across abort fixes from nick-nhusb. add more abort fixes, using
mrg
2018-08-07
aprint_verbose the core version
skrll
2018-08-07
Do not call usb_syncmem(9) with len = 0 to avoid diagnostic assertion
rin
2018-04-09
Stop potential misuse of vendor names and USB vendor IDs in root hub
jakllsch
2018-02-01
Fix KASSERT panic. When detaching USB host controoler, the following panic
msaitoh
2017-11-17
s/PR_NOWAIT/PR_WAITOK/ in HCD allocx (allocate xfer) method
skrll
2017-06-01
remove checks for failure after memory allocation calls that cannot fail:
chs
2016-12-04
Add a missing usb_syncmem(... BUS_DMASYNC_PRE{READ,WRITE}) for the
skrll
2016-08-14
Change the SOFTINT level from NET to SERIAL for the USB softint handler.
skrll
2016-05-06
usb is attached with config_interrupts so we can G/C the code to support
skrll
2016-04-23
Merge nick-nhusb
skrll
2016-02-24
Reduce diff to upstream by using
skrll
2016-02-24
Trailing whitespace.
skrll
2016-02-14
Update for latest dwc2 dist
skrll
2015-12-22
Stop the callout if the transfer didn't get enqueued
skrll
2015-08-30
Update for latest dwc2
skrll
2015-08-30
Whitespace
skrll
2015-08-23
Move rd assignment. Spotted by christos@. Thanks.
skrll
2015-08-23
Do BUS_DMASYNC_POST{READ,WRITE} on transfer buffers appropriately
skrll
2015-08-18
Whitespace.
skrll
2014-09-02
dwc2_hubd appears to be unused so #if 0 it in order to appease clang
macallan
2014-08-05
Remove #ifdef DIAGNOSTIC around sc from the root interrupt abort methods
skrll
[next]