summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/controller
Commit message (Expand)AuthorAgeFilesLines
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-1519-438/+438
* Move the memory layout definitions and logic from mvreg.h to mvwin.hmarcel2009-06-121-1/+4
* Rename usb pipes to endpoints as it better represents what they are, and structthompsa2009-06-078-282/+282
* Revert the size_t part of the last commit for the moment, this blows up thethompsa2009-05-301-3/+3
* Fix function arguments were previously they matched the typedef by accident.thompsa2009-05-291-3/+3
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-2917-80/+80
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-2818-690/+690
* Fix a failure to report failure on stalled status stage for controlthompsa2009-05-211-7/+0
* Add a driver for the AVR32 series USB Device Controller. Not hooked up asthompsa2009-05-212-0/+2319
* Improve device mode (gadget) stall handling.thompsa2009-05-218-8/+18
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.thompsa2009-05-218-18/+18
* Use enums for speed and rev data types.thompsa2009-05-211-1/+1
* - rename usb2_mode to usb_mode [1]thompsa2009-05-217-22/+22
* Use defines for register offsets that do not change.thompsa2009-05-202-63/+29
* - Add new register definitionsthompsa2009-05-202-10/+45
* The register shift is not needed on this controller.thompsa2009-05-201-3/+0
* Add debug lines for fullspeed and highspeed xfer completion.thompsa2009-05-131-0/+4
* Make sure the frame list base address is re-programmed after stopping the USBthompsa2009-05-051-37/+50
* Revert part of r191494 which used the udev state to mark suspending, this needsthompsa2009-05-053-8/+6
* Track the usb device state as its powered on, addressed and configured. This ...thompsa2009-04-253-6/+6
* MFp4 //depot/projects/usb@160930thompsa2009-04-2210-317/+355
* MFp4 //depot/projects/usb@160708thompsa2009-04-221-8/+9
* MFp4 //depot/projects/usb@160706thompsa2009-04-221-0/+8
* MFp4 //depot/projects/usb@160678thompsa2009-04-223-3/+0
* MFp4 //depot/projects/usb@160413thompsa2009-04-221-2/+2
* Revert r190676,190677thompsa2009-04-101-1/+1
* Remove usb_sw_transfer.[ch] which are now empty after r190735.thompsa2009-04-0617-17/+0
* Provide a better commit log for r190735, forced by making a whitespace change.thompsa2009-04-0614-20/+19
* MFp4 //depot/projects/usb@159946thompsa2009-04-057-54/+0
* MFp4 //depot/projects/usb@159926thompsa2009-04-051-138/+24
* MFp4 //depot/projects/usb@159922thompsa2009-04-0515-1258/+131
* MFp4 //depot/projects/usb@159909thompsa2009-04-051-1/+14
* MFp4 //depot/projects/usb@159866thompsa2009-04-051-2/+2
* MFp4 //depot/projects/usb@159700thompsa2009-04-051-6/+3
* MFp4 //depot/projects/usb@159674thompsa2009-04-053-5/+21
* MFp4 //depot/projects/usb@159673thompsa2009-04-054-32/+47
* MFp4 //depot/projects/usb@159671thompsa2009-04-051-6/+9
* Add a how argument to root_mount_hold() so it can be passed NOWAIT and be calledthompsa2009-04-031-1/+1
* The buffer start and end phys addresses should be 0x0 for an OHCI zero lengththompsa2009-03-271-2/+5
* MFp4 //depot/projects/usb @159479,159502,159516,159522,159529thompsa2009-03-2017-169/+285
* MFp4 //depot/projects/usb @159431,159437,159438thompsa2009-03-206-17/+20
* MFp4 //depot/projects/usb@159392thompsa2009-03-205-15/+19
* MFp4 //depot/projects/usb @159430thompsa2009-03-2021-24/+6
* MFp4 //depot/projects/usb 158981,159016,159024thompsa2009-03-113-23/+253
* Fix a possible NULL pointer access at controller attach.thompsa2009-03-111-1/+2
* Fix musb_otg.h include filename.thompsa2009-03-091-1/+1
* remove now-redunant cardbus attachment.imp2009-03-093-3/+0
* (re)merge r186415,186416 from the old usb stack;thompsa2009-03-073-200/+255
* Fix some missed htole32 conversions to htoehci32.thompsa2009-03-071-8/+8
* MFp4 //depot/projects/usb@158692thompsa2009-03-061-0/+9
OpenPOWER on IntegriCloud