summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/controller
Commit message (Expand)AuthorAgeFilesLines
* The EHCI_CAPLENGTH and EHCI_HCIVERSION registers are actually sub-registersnwhitehorn2010-10-252-5/+9
* Remove unused EHCI register definition.hselasky2010-10-142-3/+1
* Revert most of r197682 (EHCI Hardware BUG workaround). Implementhselasky2010-10-142-40/+51
* Avoid using endless retransmission at EHCI hardware level, hence this hidehselasky2010-10-141-1/+2
* Correct EHCI root HUB interface descriptor.hselasky2010-10-141-2/+1
* Correct EHCI port register read.hselasky2010-10-141-1/+1
* Correct some root HUB descriptor fields in multiple controller drivers.hselasky2010-10-136-31/+9
* This commit adds full support for USB 3.0 devices in host and devicehselasky2010-10-041-0/+6
* Add missing DRIVER_MODULE() entry for the musbotg driver.hselasky2010-10-041-0/+4
* The root mount hold reference was not released on USB controllerhselasky2010-10-041-8/+14
* Commit initial version of new XHCI driver which was written fromhselasky2010-10-034-0/+4898
* Change argument for usbd_get_dma_delay() from USB bus to USB device, somethompsa2010-09-023-3/+3
* Add support for LOW speed BULK transfers. This mode is not recommended by thethompsa2010-06-223-9/+3
* Convert Marvell ARM platforms to FDT convention.raj2010-06-131-33/+40
* Back out r203140 which was causing problems when the first and the lastthompsa2010-05-121-9/+20
* Add missing ifdefs for usb power saving support.thompsa2010-05-121-1/+4
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadthompsa2010-04-223-37/+37
* Add PCI IDs for two more nForce controllers.thompsa2010-03-282-0/+4
* Add support for the Samsung S3C2xx0 family of ARM SoCs written byimp2010-03-201-0/+219
* For USS820 driver we need to manually reset TX FIFO at each SETUP transactionthompsa2010-03-111-0/+8
* Wrap the proc wakeup special case for ddb in ifdef DDB.thompsa2010-03-111-0/+6
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-039-63/+0
* Disable the use of the IAAD usb doorbell on NVidia controllers as it can causethompsa2010-02-093-0/+33
* Optimise EHCI ISOC HS done check.thompsa2010-01-291-10/+7
* Remove unused uhci_dump_qhs().trasz2010-01-081-27/+0
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* Add more OHCI pci ids.thompsa2009-12-221-0/+6
* Add more EHCI pci ids.thompsa2009-12-221-0/+10
* Correct name, 82801IJ -> 82801JIthompsa2009-12-092-8/+8
* Add uhci/ehci controller ids.thompsa2009-12-032-0/+16
* Remove overuse of exclamation marks in kernel printfs, there mere fact athompsa2009-11-264-9/+12
* Disable interrupts after doing early takeover of the usb controller in case usbthompsa2009-11-252-2/+2
* Actually disable interrupts in ehci_detach().thompsa2009-11-231-1/+1
* Add missed register change in r199676.thompsa2009-11-221-1/+1
* Correct register access for USB device side operation on the musb controller.thompsa2009-11-221-9/+58
* Provide tunables for some of the usb sysctls that affect boot behaviour.thompsa2009-11-223-0/+10
* Initialise variable before use.thompsa2009-11-225-0/+5
* Improve High Speed slot allocation mechanism by moving the computation to thethompsa2009-11-221-47/+12
* improve support for high speed isochronous endpoints which does not run 1:1,thompsa2009-11-081-27/+66
* Integrate lost interrupts patch from the old USB stack.thompsa2009-11-083-4/+51
* ehci_init() will do reset and set the usbrev flag. Fix problem wherethompsa2009-11-083-8/+1
* Revert r198500 for now, this will break situations whenthompsa2009-10-263-0/+88
* Remove usb controller takeover code now that it is handled by the pci code.thompsa2009-10-263-88/+0
* Workaround buggy BIOS code in USB regard. By doing the BIOS to OS handover forthompsa2009-10-1515-282/+414
* EHCI Hardware BUG workaroundthompsa2009-10-011-21/+57
* Clear all interrupts rather than just SETUP packet.thompsa2009-09-281-2/+2
* Simplify logic around setting EHCI_QH_DTC and expand some htohc32(temp.sc, 0)thompsa2009-09-281-19/+15
* Import two PCI quirks from Linuxthompsa2009-09-281-0/+70
* MFp4 @ 168387thompsa2009-09-281-4/+2
* - allow disabling "root_mount_hold()" byalfred2009-08-241-73/+29
OpenPOWER on IntegriCloud