summaryrefslogtreecommitdiff
path: root/sys/dev/usb/controller/at91dci_atmelarm.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r307518:Hans Petter Selasky2016-11-071-6/+0
* Add 64-bit DMA support in the XHCI controller driver.Hans Petter Selasky2015-01-051-0/+1
* - Implement fast interrupt handler to save CPU usage.Hans Petter Selasky2014-08-051-2/+2
* Remove FreeBSD 6 supportWarner Losh2014-02-081-5/+0
* Fix regression issue after r248910.Hans Petter Selasky2013-04-071-1/+1
* Poll VBUS status every second, hence the AT91 GPIO library doesn't supportHans Petter Selasky2012-09-101-49/+15
* Style.Hans Petter Selasky2012-08-211-1/+1
* Fix USB drivers for KB920X target.Hans Petter Selasky2012-08-211-6/+21
* Make this compile again. Also note that it is AT91RM9200+KB9202BWarner Losh2012-07-271-2/+2
* Implement better support for USB controller suspend and resume.Hans Petter Selasky2011-12-141-20/+6
* Rename device_delete_all_children() into device_delete_children().Hans Petter Selasky2011-11-221-1/+1
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-4/+1
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-111-1/+0
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-1/+20
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-151-3/+3
* Remove usb_sw_transfer.[ch] which are now empty after r190735.Andrew Thompson2009-04-061-1/+0
* MFp4 //depot/projects/usb @159479,159502,159516,159522,159529Andrew Thompson2009-03-201-4/+4
* MFp4 //depot/projects/usb @159430Andrew Thompson2009-03-201-1/+0
* Move the new USB stack into its new home.Andrew Thompson2009-02-231-0/+347