aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/controller
Commit message (Expand)AuthorAgeFilesLines
...
* xhci(4): Only drop BULK and INTERRUPT endpoints to reset data toggle.Hans Petter Selasky2022-05-031-2/+9
* xhci(4): Ensure the so-called data toggle gets properly reset.Hans Petter Selasky2022-04-211-4/+23
* usb: Add a __usbdebug_used for variables only used under #ifdef USB_DEBUG.John Baldwin2022-04-131-1/+1
* usb(4): Remove a double word in a source code commentGordon Bergling2022-04-091-1/+1
* ehci_imx: Remove unused variable.John Baldwin2022-04-091-2/+1
* uhci: Remove write-only variable.John Baldwin2022-04-061-2/+0
* uss820dci: eliminate unused variables sc, ep_noWarner Losh2022-04-051-7/+0
* uhci_xfer_setup: eliminate write only variable scWarner Losh2022-04-051-2/+0
* musb: eliminate write only variable scWarner Losh2022-04-051-5/+0
* atmegadci: eliminate unused variables sc, ep_noWarner Losh2022-04-051-7/+0
* xhci(4): Add quirk for "Fresco Logic FL1009 USB3.0 xHCI Controller".Hans Petter Selasky2022-03-161-0/+1
* xhci(4): Add quirk for "TUSB73x0 USB3.0 xHCI Controller".Hans Petter Selasky2022-03-033-4/+19
* usb: Make ext_resources non-optionalEmmanuel Vadot2022-02-213-34/+0
* Add more USB host controller PCI ID's.Hans Petter Selasky2022-02-071-0/+2
* usb(4): Belatedly add a PCI device ID for AMD Bolton chipsetJung-uk Kim2022-02-071-1/+1
* Add new USB host controller PCI ID's.Hans Petter Selasky2022-02-062-1/+22
* Fix undefined behaviour in the USB controllersAndrew Turner2022-01-126-16/+11
* mips: remove saf1761Warner Losh2022-01-045-4515/+0
* Create wrapper for Giant taken for newbusWarner Losh2021-12-101-4/+4
* xhci: add PCI IDs for USB controllers found on Supermicro M12SWA-TFGleb Smirnoff2021-12-031-0/+9
* xhci: Add PCI IDs for Thunderbolt 3/4 USB controllers.Alexander Motin2021-11-291-0/+12
* xhci: Add PCI IDs from recent Intel CPUs.Alexander Motin2021-11-271-0/+16
* USB dwc3 controller: add quirk snps,dis_rxdet_inp3_quirkBjoern A. Zeeb2021-11-102-4/+7
* Add some of Intel Alder Lake device IDs.Alexander Motin2021-11-061-0/+2
* xhci: Rework 64-byte context support to avoid pointer abuseJessica Clarke2021-10-272-105/+81
* USB: adjust the Generic XHCI ACPI probe return valueBjoern A. Zeeb2021-10-081-1/+1
* Fix a common typo in source code commentsGordon Bergling2021-08-141-1/+1
* Clamp the XHCI minimum isochronous scheduling delay to the maximum value thatHans Petter Selasky2021-07-111-0/+1
* Fix USB debug print after 8fc2a3c41791b205a107dc2bec16ac7514a57958 .Hans Petter Selasky2021-07-101-1/+1
* Factor out repeated code in the USB controller drivers to avoid bugsHans Petter Selasky2021-07-1010-451/+70
* Make sure the avr32dci_odevd structure is used.Hans Petter Selasky2021-07-101-0/+6
* Make sure the XHCI driver obeys the isochronous scheduling threshold valueHans Petter Selasky2021-07-102-1/+13
* Let the xhci_hw_root structure span exactly XHCI_PAGE_SIZE bytes by increasingHans Petter Selasky2021-07-101-1/+3
* Add new PCI ID for XHCI(4).Hans Petter Selasky2021-01-071-0/+2
* ohci(4): remove support for Sun PCIO-2 USB controllersMarius Strobl2020-12-251-14/+0
* No need to stop XHCI endpoints in disabled state.Hans Petter Selasky2020-12-231-0/+2
* Use __containerof() instead of home-rolled versions.John Baldwin2020-12-174-8/+4
* When doing a USB alternate setting on an USB interface we need toHans Petter Selasky2020-11-121-0/+15
* Plug minor memory leak in dwc3 USB2/USB3 controller.Emmanuel Vadot2020-11-041-0/+1
* xhci: Handle the case when MSI-X BAR is the same as IO BAR.Konstantin Belousov2020-10-231-13/+21
* Fix for use of the XHCI driver on Cortex-A72 by adding a missing cacheHans Petter Selasky2020-09-191-0/+13
* musb/allwinner: add support for configuring phy as well as device modeAndriy Gapon2020-09-071-3/+67
* musb/allwinner: add H3 supportAndriy Gapon2020-09-071-3/+21
* musb/allwinner: apply register filter in awusbdrd_bs_r_2() as wellAndriy Gapon2020-09-071-0/+2
* fixup r365398: add a missed file with all the new Allwinner musb_otg codeAndriy Gapon2020-09-071-0/+543
* usb: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0117-336/+2
* Fully revert r364379.Hans Petter Selasky2020-09-012-0/+14
* Fix regression after r364379.Hans Petter Selasky2020-08-201-3/+1
* Avoid evaluating the XHCI control endpoint context.Hans Petter Selasky2020-08-192-15/+3
* Check the XHCI endpoint state before issuing XHCI endpoint commands.Hans Petter Selasky2020-08-181-10/+36