summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/controller/musb_otg.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-111-1/+0
* Correct some root HUB descriptor fields in multiple controller drivers.hselasky2010-10-131-1/+1
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* Remove overuse of exclamation marks in kernel printfs, there mere fact athompsa2009-11-261-2/+2
* Correct register access for USB device side operation on the musb controller.thompsa2009-11-221-9/+58
* Initialise variable before use.thompsa2009-11-221-0/+1
* USB CORE:alfred2009-07-301-0/+1
* Sync to p4thompsa2009-06-271-1/+1
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-3/+22
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-20/+20
* Rename usb pipes to endpoints as it better represents what they are, and structthompsa2009-06-071-33/+33
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-7/+7
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-68/+68
* Improve device mode (gadget) stall handling.thompsa2009-05-211-1/+2
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.thompsa2009-05-211-2/+2
* - rename usb2_mode to usb_mode [1]thompsa2009-05-211-4/+4
* MFp4 //depot/projects/usb@160930thompsa2009-04-221-42/+48
* Remove usb_sw_transfer.[ch] which are now empty after r190735.thompsa2009-04-061-1/+0
* Provide a better commit log for r190735, forced by making a whitespace change.thompsa2009-04-061-2/+2
* MFp4 //depot/projects/usb@159946thompsa2009-04-051-8/+0
* MFp4 //depot/projects/usb@159922thompsa2009-04-051-171/+15
* MFp4 //depot/projects/usb@159674thompsa2009-04-051-0/+4
* MFp4 //depot/projects/usb@159673thompsa2009-04-051-7/+11
* MFp4 //depot/projects/usb @159479,159502,159516,159522,159529thompsa2009-03-201-15/+22
* MFp4 //depot/projects/usb@159392thompsa2009-03-201-1/+1
* MFp4 //depot/projects/usb @159430thompsa2009-03-201-1/+0
* MFp4 //depot/projects/usb@157853thompsa2009-02-241-13/+2
* Move the new USB stack into its new home.thompsa2009-02-231-0/+2875
OpenPOWER on IntegriCloud