summaryrefslogtreecommitdiff
path: root/sys/dev/usb/dwc2
AgeCommit message (Expand)Author
2017-02-16Remove an unnecessary NULL pointer check.Visa Hankala
2017-02-15Align mutex IPL with the interrupt handler's priority.Visa Hankala
2017-02-12Replace dummy mutex asserts with real ones.Visa Hankala
2017-02-04Prefer <sys/endian.h> to <machine/endian.h>Philip Guenther
2017-01-29In dwctwo(4), fix an off-by-one in frame interval calculation.Stefan Sperling
2016-09-24Remove unused functions.Mark Kettenis
2016-09-15all pools have their ipl set via pool_setipl, so fold it into pool_init.David Gwynne
2015-12-23Drop unused goto label.Visa Hankala
2015-12-18Remove two error-on-NULL conditions for allocations that can't fail.mmcc
2015-09-03Properly cancel any pending USB abort task when aborting a transferVisa Hankala
2015-09-03Remove the abort_task field in struct dwc2_xfer. There is an identicalVisa Hankala
2015-09-03Remove sc->sc_lock and add several splusb()'s in dwc2, to avoid aVisa Hankala
2015-06-28Convert list_head lists into TAILQs and LISTs and fix up header includesJonathan Matthew
2015-06-26Revert previous. uvideo checks the transfered length of every frame andMartin Pieuchot
2015-06-22Do not update frame lengths to reflect what has really been transferedMartin Pieuchot
2015-06-08rearrange delayed_work to avoid the use of container_of while leaving it inJonathan Matthew
2015-06-08refuse to do polled isochronous transfers, as other usb controller drivers doJonathan Matthew
2015-06-08Ensure polled bulk, control and interrupt transfers actually poll, fixingJonathan Matthew
2015-03-19Let it compile.Martin Pieuchot
2015-03-19Abort tasks are run in their own thead, that's why they need a specialMartin Pieuchot
2015-03-19Use the same workaround as ehci(4) and ohci(4) in setaddr() to deal withMartin Pieuchot
2015-02-14Handle (poll) HCD interrupt right after initialization to immediately markMasao Uebayashi
2015-02-12Fix typos.Masao Uebayashi
2015-02-12Provide interface for external DMA address configuration.Masao Uebayashi
2015-02-12Remove a stray ;.Masao Uebayashi
2015-02-12Move register accessor macros to saner place.Masao Uebayashi
2015-02-12De-static for backtracing, but using #define to not change indent (for now).Masao Uebayashi
2015-02-12Simplify debug ifdefs.Masao Uebayashi
2015-02-12Don't panic even if parent port doesn't exist.Masao Uebayashi
2015-02-11- Fix thinko about struct usbd_xfer allocation.Masao Uebayashi
2015-02-11Fix debug build, etc.Masao Uebayashi
2015-02-11Catch up with the new taskq_create(9) API.Masao Uebayashi
2015-02-10Adjust usb(9) API differences to at least compile.Masao Uebayashi
2015-02-10Adjust various kernel API differences.Masao Uebayashi
2015-02-10Convert tsleep(9)/wakeup(9) usages.Masao Uebayashi
2015-02-10Whitespace.Masao Uebayashi
2015-02-10Convert timeout(9)/taskq(9) usages.Masao Uebayashi
2015-02-10Convert malloc(9)/free(9) usages.Masao Uebayashi
2015-02-10Convert pool(9) usages.Masao Uebayashi
2015-02-10s/device_t/struct device */Masao Uebayashi
2015-02-10s/mutex/mtx/Masao Uebayashi
2015-02-10Whitespace.Masao Uebayashi
2015-02-10s/usb_dma_t/struct usb_dma */Masao Uebayashi
2015-02-10s/usbd_xfer_handle/struct usbd_xfer */Masao Uebayashi
2015-02-10s/Static/static/Masao Uebayashi
2015-02-10Convert header paths.Masao Uebayashi
2015-02-10Add RCS IDs.Masao Uebayashi
2015-02-10Adjust paths. Add RCS ID.Masao Uebayashi
2015-02-10Import dwc2 core and glue code from NetBSD. OK deraadt@ jsing@ miod@ mpi@Masao Uebayashi
2015-02-10Redo dwc2 import with CVS tags expanded.Masao Uebayashi