summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/xhci_fdt.c
AgeCommit message (Expand)Author
2023-07-23Improve suspend/resume support. Power off the associated power domainMark Kettenis
2023-04-03add support for enabling both the usb2 and usb3 phys.David Gwynne
2023-03-10Take controller out of reset; makes it work on rk356x.Mark Kettenis
2022-12-24Hook up xhci(4)'s activate function to the FDT attachment driver. ThisPatrick Wildt
2022-12-12Fix USB hotplug on type-C connectors of Apple Silicon hardware. The USBMark Kettenis
2022-06-06Add support for the XHCI function that is part of the Cadence USB3 DRDMark Kettenis
2021-10-24Constify struct cfattach.Martin Pieuchot
2021-06-29When configuring the USB3 phy, try the OFW PHY API first, and if there'sPatrick Wildt
2020-12-18Add code to initialize the USB 3 PHY on i.MX8MP.Patrick Wildt
2019-08-29Enable USB Vbus supply on i.MX 8M.Patrick Wildt
2019-08-29Capitalize my last name in copyright.Mark Kettenis
2019-04-01In the upstreamed and official device tree for i.MX8MQ the USB physPatrick Wildt
2018-08-06Give the FDT interrupt API a more generic naming by replacing thePatrick Wildt
2018-05-08Print xHCI revision in dmesg.Martin Pieuchot
2018-05-03Add code to initialize the USB 3 PHY on i.MX8MQ.Patrick Wildt
2018-05-02Enable power domain for xhci(4).Patrick Wildt
2018-04-09Add two more dwc3 quirks.Mark Kettenis
2018-03-29Add support for legacy binding used in device trees for Marvell devices forMark Kettenis
2017-08-12Set vendor to "Generic" like we do for ehci@fdt.Mark Kettenis
2017-08-12Improve snps,dwc3 support. Enough to make the USB3 controller on theMark Kettenis
2017-08-01Add a driver for the OCTEON USB3 controller bridge.Visa Hankala
2017-06-02Attach the xhci(4) FDT driver to the generic-xhci compatible as well.Patrick Wildt
2017-03-12Add code to initialize the USB 3 PHY on Exynos 5.Mark Kettenis
2017-03-09Glue to attach xhci(4) using the device tree.Mark Kettenis