index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
fdt
/
dwpcie.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for the PCIe controller found on Amlogic G12A/G12B/SM1 SoCs.
kettenis
2020-12-28
1
-11
/
+119
*
Defer hardware initialization in order to give things like PCIe PHYs
kettenis
2020-12-22
1
-15
/
+31
*
Implement pci_intr_establish_cpu() on arm64 and armv7. The function pointer
patrick
2020-07-14
1
-10
/
+7
*
Increase chances of getting a successful PCIe link on the i.MX8MM.
patrick
2020-05-23
1
-3
/
+2
*
PCIe register accesses seem to "hang" on the i.MX8MM if its PHY doesn't
patrick
2020-04-27
1
-14
/
+38
*
Free the "ranges" array in the error handling paths.
patrick
2020-04-27
1
-1
/
+7
*
Add i.MX8MM support to dwpcie(4). This re-uses the existing code
patrick
2020-04-26
1
-18
/
+98
*
Enable pcie_aux in addition to the other PCIe clocks on i.MX8M.
patrick
2020-04-23
1
-1
/
+2
*
Since apparently the bikeshedding over i.MX8M PCIe device tree
patrick
2020-04-23
1
-2
/
+3
*
Remove unnecessary retrieval of the GPC regmap. We don't need it since
patrick
2019-08-26
1
-4
/
+2
*
Change pci_intr_handle_t into a struct and replace duplicated code that
kettenis
2019-06-03
1
-85
/
+20
*
Add MSI-X support.
kettenis
2019-05-31
1
-29
/
+39
*
Add i.MX8MQ support to dwpcie(4). Since the i.MX8MQ does seem to
patrick
2019-01-11
1
-77
/
+427
*
Initialize bridge registers instead of relying on ppb(4) to do it for us.
kettenis
2018-08-22
1
-39
/
+55
*
Implement address translation. Makes I/O space access work.
kettenis
2018-08-21
1
-7
/
+89
*
Give the FDT interrupt API a more generic naming by replacing the
patrick
2018-08-06
1
-4
/
+4
*
Pass PCIe requester ID as sideband data here as well.
kettenis
2018-08-03
1
-1
/
+3
*
Make use of PCI_FLAGS_MSI_ENABLED such that drivers for hardware with broken
kettenis
2018-07-28
1
-2
/
+4
*
Use generated string for the bus number extent.
kettenis
2018-07-01
1
-2
/
+2
*
Implement support for INTx interrupts on Marvell ARMADA 7K & 8K.
kettenis
2018-04-09
1
-1
/
+37
*
The Open Firmware Interrupt Mapping "recommendation" says that the number
kettenis
2018-04-09
1
-3
/
+2
*
Add more initialization code such that things work with the EDK2-based
kettenis
2018-04-05
1
-31
/
+196
*
Match on the more specific "marvell,armada8k-pcie" instead of the generic
kettenis
2018-04-03
1
-2
/
+2
*
Add dwpcie(4), a (minimal) driver for the Synopsys Designware PCIe core in
kettenis
2018-04-02
1
-0
/
+429