summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/rkpcie.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change pci_intr_handle_t into a struct and replace duplicated code thatkettenis2019-06-031-84/+18
* Add MSI-X support.kettenis2019-05-311-28/+39
* avoid uninitialised variable use in an error pathjsg2018-08-281-2/+2
* Give the FDT interrupt API a more generic naming by replacing thepatrick2018-08-061-3/+3
* Add support for the GIC v3 ITS and use it to implement MSI support forkettenis2018-07-301-12/+69
* Make things work when using the official device tree bindings used by thekettenis2018-01-131-7/+10
* Don't advertise L0s if the "aspm-no-l0s" property is present. Base availablekettenis2018-01-061-37/+127
* Initial stab at a driver for the PCIe interface on the Rockhip RK3399. Forkettenis2018-01-021-0/+577