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