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