summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/rkpcie.c
AgeCommit message (Expand)Author
2020-02-20Add a delay after link training to work-around a panic when firstKurt Miller
2019-12-14rkpcie: Add support for gen2 negotiationKurt Miller
2019-06-03Change pci_intr_handle_t into a struct and replace duplicated code thatMark Kettenis
2019-05-31Add MSI-X support.Mark Kettenis
2018-08-28avoid uninitialised variable use in an error pathJonathan Gray
2018-08-06Give the FDT interrupt API a more generic naming by replacing thePatrick Wildt
2018-07-30Add support for the GIC v3 ITS and use it to implement MSI support forMark Kettenis
2018-01-13Make things work when using the official device tree bindings used by theMark Kettenis
2018-01-06Don't advertise L0s if the "aspm-no-l0s" property is present. Base availableMark Kettenis
2018-01-02Initial stab at a driver for the PCIe interface on the Rockhip RK3399. ForMark Kettenis