summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/controller
Commit message (Expand)AuthorAgeFilesLines
* Fix initialisation order with regard to debug prints.hselasky2011-03-251-2/+2
* Fix typo.hselasky2011-03-241-1/+1
* Comply with style(9).hselasky2011-03-231-4/+4
* - Bugfix: Fix a EHCI hardware race, where the hardware computed data togglehselasky2011-03-211-3/+25
* - Correct USB 3.0 wire-speed to 5.0Gbpshselasky2011-02-261-1/+1
* Minor cleanup:hselasky2011-02-091-4/+4
* Improve the error interrupt handler. In particular, read themarcel2011-02-081-9/+14
* Make USB packet filtering code optional.hselasky2011-01-181-2/+4
* - Add support for 64-byte contexts to XHCI driver.hselasky2011-01-132-46/+105
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-1122-22/+0
* Remove bogus usage of INTR_FAST. "Fast" interrupts are now indicated byjhb2011-01-061-1/+1
* Removes a unused function `usb_bus_find'.weongyo2010-11-251-26/+0
* Handles the unit number correctly that the previous commit had a problemweongyo2010-11-251-4/+4
* Removes all duplicated code with BPF that it's greatly simplified andweongyo2010-11-241-1/+1
* Adds a USB packet filter feature to the stack that it could captureweongyo2010-11-221-0/+32
* 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
OpenPOWER on IntegriCloud