summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/dwpcie.c
AgeCommit message (Expand)Author
2019-08-26Remove unnecessary retrieval of the GPC regmap. We don't need it sincePatrick Wildt
2019-06-03Change pci_intr_handle_t into a struct and replace duplicated code thatMark Kettenis
2019-05-31Add MSI-X support.Mark Kettenis
2019-01-11Add i.MX8MQ support to dwpcie(4). Since the i.MX8MQ does seem toPatrick Wildt
2018-08-22Initialize bridge registers instead of relying on ppb(4) to do it for us.Mark Kettenis
2018-08-21Implement address translation. Makes I/O space access work.Mark Kettenis
2018-08-06Give the FDT interrupt API a more generic naming by replacing thePatrick Wildt
2018-08-03Pass PCIe requester ID as sideband data here as well.Mark Kettenis
2018-07-28Make use of PCI_FLAGS_MSI_ENABLED such that drivers for hardware with brokenMark Kettenis
2018-07-01Use generated string for the bus number extent.Mark Kettenis
2018-04-09Implement support for INTx interrupts on Marvell ARMADA 7K & 8K.Mark Kettenis
2018-04-09The Open Firmware Interrupt Mapping "recommendation" says that the numberMark Kettenis
2018-04-05Add more initialization code such that things work with the EDK2-basedMark Kettenis
2018-04-03Match on the more specific "marvell,armada8k-pcie" instead of the genericMark Kettenis
2018-04-02Add dwpcie(4), a (minimal) driver for the Synopsys Designware PCIe core inMark Kettenis