drivers/pci/endpoint

PCI Endpoint Framework Core

Generic infrastructure code that lets a Linux system act as a PCI endpoint (the device side of a PCI link) rather than the host. It provides the shared framework that hardware-specific endpoint controller drivers plug into, used on SoCs that can present themselves as a PCI peripheral to another machine.

not-a-driver conf=1.00 deploy=none replacement=none subsystem=pci category=not-a-driver
100%

recommendation

This is not actually a hardware driver; it is the core PCI endpoint subsystem that other drivers build on top of. Removal questions don't apply here — the framework exists to support any current and future PCI endpoint controller drivers in the tree.

repository signals

13 files
9,236 source lines
179 commits, 5y
+5,368 / −1,396 lines added / removed, 5y
45 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 179 total · active in 48/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 0 commits · +0 −0 2021-07: 2 commits · +3 −6 2021-08: 3 commits · +359 −108 2021-09: 2 commits · +26 −44 2021-10: 1 commit · +3 −3 2021-11: 0 commits · +0 −0 2021-12: 2 commits · +12 −2 2022-01: 2 commits · +2 −2 2022-02: 1 commit · +1,436 −0 2022-03: 0 commits · +0 −0 2022-04: 0 commits · +0 −0 2022-05: 1 commit · +106 −10 2022-06: 5 commits · +23 −8 2022-07: 1 commit · +3 −3 2022-08: 4 commits · +21 −13 2022-09: 0 commits · +0 −0 2022-10: 0 commits · +0 −0 2022-11: 8 commits · +90 −67 2022-12: 1 commit · +5 −5 2023-01: 4 commits · +42 −37 2023-02: 2 commits · +1 −5 2023-03: 1 commit · +1 −1 2023-04: 14 commits · +193 −219 2023-05: 1 commit · +1 −1 2023-06: 6 commits · +539 −10 2023-07: 10 commits · +285 −22 2023-08: 3 commits · +57 −53 2023-09: 0 commits · +0 −0 2023-10: 1 commit · +0 −1 2023-11: 7 commits · +257 −28 2023-12: 5 commits · +22 −9 2024-01: 0 commits · +0 −0 2024-02: 7 commits · +51 −66 2024-03: 7 commits · +58 −63 2024-04: 8 commits · +94 −76 2024-05: 0 commits · +0 −0 2024-06: 4 commits · +80 −19 2024-07: 1 commit · +2 −2 2024-08: 1 commit · +14 −0 2024-09: 1 commit · +1 −1 2024-10: 5 commits · +335 −232 2024-11: 4 commits · +11 −8 2024-12: 8 commits · +41 −20 2025-01: 5 commits · +112 −55 2025-02: 1 commit · +0 −25 2025-03: 2 commits · +14 −2 2025-04: 2 commits · +18 −30 2025-05: 4 commits · +10 −16 2025-06: 5 commits · +133 −14 2025-07: 6 commits · +283 −11 2025-08: 1 commit · +1 −1 2025-09: 3 commits · +30 −8 2025-10: 5 commits · +268 −53 2025-11: 4 commits · +19 −10 2025-12: 0 commits · +0 −0 2026-01: 4 commits · +280 −7 2026-02: 3 commits · +21 −20 2026-03: 1 commit · +5 −0 2026-04: 0 commits · +0 −0

sources

No sources cited.

codex reasoning notes (technical)

Not a driver directory: contains the generic PCI endpoint framework/core support code rather than a hardware-specific kernel driver for a concrete device family.