drivers/media/cec/core

HDMI-CEC core framework

Shared framework code that implements the HDMI Consumer Electronics Control protocol, which lets TVs, set-top boxes, and other HDMI devices send remote-control and power commands to each other over the HDMI cable. Actual hardware drivers for CEC-capable chips live elsewhere and call into this code.

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

recommendation

This is not actually a driver directory; it is the common HDMI-CEC support library that individual media and GPU drivers build on top of. It is core infrastructure rather than something tied to a specific piece of hardware, so the keep/remove question does not apply to it.

repository signals

9 files
5,886 source lines
55 commits, 5y
+741 / −448 lines added / removed, 5y
13 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 55 total · active in 27/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: 1 commit · +12 −12 2021-08: 2 commits · +3 −3 2021-09: 0 commits · +0 −0 2021-10: 0 commits · +0 −0 2021-11: 4 commits · +56 −34 2021-12: 3 commits · +48 −32 2022-01: 0 commits · +0 −0 2022-02: 1 commit · +2 −0 2022-03: 3 commits · +190 −107 2022-04: 0 commits · +0 −0 2022-05: 8 commits · +125 −127 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 1 commit · +1 −0 2022-09: 0 commits · +0 −0 2022-10: 0 commits · +0 −0 2022-11: 0 commits · +0 −0 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 1 commit · +5 −2 2023-04: 2 commits · +9 −2 2023-05: 0 commits · +0 −0 2023-06: 2 commits · +4 −4 2023-07: 3 commits · +24 −10 2023-08: 1 commit · +10 −0 2023-09: 0 commits · +0 −0 2023-10: 1 commit · +49 −5 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 1 commit · +0 −14 2024-02: 5 commits · +13 −7 2024-03: 0 commits · +0 −0 2024-04: 1 commit · +14 −1 2024-05: 0 commits · +0 −0 2024-06: 0 commits · +0 −0 2024-07: 1 commit · +38 −16 2024-08: 2 commits · +8 −38 2024-09: 1 commit · +0 −1 2024-10: 0 commits · +0 −0 2024-11: 1 commit · +1 −1 2024-12: 1 commit · +10 −6 2025-01: 0 commits · +0 −0 2025-02: 2 commits · +2 −3 2025-03: 1 commit · +5 −6 2025-04: 0 commits · +0 −0 2025-05: 0 commits · +0 −0 2025-06: 3 commits · +97 −3 2025-07: 0 commits · +0 −0 2025-08: 0 commits · +0 −0 2025-09: 1 commit · +1 −0 2025-10: 0 commits · +0 −0 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 2 commits · +14 −14 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

No sources cited.

codex reasoning notes (technical)

Not a driver directory: contains the HDMI-CEC core framework/library code for media drivers, not hardware-specific device driver implementations.