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
/
dist
Age
Commit message (
Expand
)
Author
2023-04-09
dwc2: KASSERT(A && B) -> KASSERT(A); KASSERT(B)
riastradh
2021-12-21
Change the usb_mem API to take a bus_dma_tag_t in usb_allocmem instead of
skrll
2021-01-11
Tidy up more error handling confusion
skrll
2020-04-05
Switch USB to use non-coherent buffers for data transfers in the
skrll
2019-07-14
Fix error path, kmem_free doesn't allow NULL pointers.
mlelstv
2018-08-27
Fix fallout from linux/gfp.h -> common.
riastradh
2018-08-12
Fixup previous to not break ping protocol. My bad.
skrll
2018-08-08
Merge
simonb
2018-08-01
Fix the alignment argument to usb_allocmem in dwc2_hc_setup_align_buf
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
Merge conflicts
skrll
2016-02-14
Fix DWC2_READ_4 in dwc2_sample_frrem which is unused
skrll
2015-12-22
Report an error when return -ENODEV for the unsupported setup.
skrll
2015-09-01
kern/50185: dwctwo attach failure
skrll
2015-09-01
Re-apply hunk that got lost in the recent import. CVS is fun!
skrll
2015-08-31
Fix build.
uebayasi
2015-08-30
Merge conflicts
skrll
2015-05-01
Support external DMA mode and provide an interface for DMA address configuration
hikaru
2014-11-24
Simplify the NAK holdoff change.
skrll
2014-09-03
Adapt the NAK holdoff scheme for FS/LS devices from the Raspberry Pi
skrll
2014-07-26
Recover from channel halt errors by using the 3 strikes xacterr rule.
skrll
2014-07-03
Trailing whitespace.
skrll
2014-04-04
Fix non-DWC2_DEBUG build.
skrll
2014-04-03
Merge conflicts.
skrll
2014-03-21
Fix non-USB_DEBUG (and non-DWC2_DEBUG) build
skrll
2014-01-02
Protect access of urb->hcpriv by adapting the following change from the
skrll
2013-12-14
Remove unused variables.
skrll
2013-11-24
Resolve conflicts.
skrll
2013-11-14
Simplify variable assignment and avoid gcc warnings.
skrll
2013-11-14
Remove unused variable.
skrll
2013-11-12
Make CONFIG_USB_DWC2_DEBUG_PERIODIC compile.
skrll
2013-10-22
Be strictly correct about chan->xfer_dma assignment and avoid calling
skrll
2013-10-05
Merge conflicts.
skrll
2013-10-02
Some core configurations cannot support LS traffic on a FS root port.
skrll
2013-09-27
First pass at isoc transfer support - seems to work. More testing
skrll
2013-09-27
Tidyup dwc2_host_is_b_hnp_enabled
skrll
2013-09-27
Use the hsotg->lock spin lock solely
skrll
2013-09-25
Resolve conflicts
skrll
2013-09-25
Import dwc2 2013-09-25
skrll
2013-09-05
Adapt the Synopsys DWC2 driver to NetBSD.
skrll
2013-09-05
Import dwc2 2013-09-05
skrll