drivers/media/platform/marvell

Marvell CCIC camera controllers for OLPC and MMP2 SoCs

Camera interface controllers built into Marvell's 88ALP01 "Cafe" companion chip (used in the first-generation OLPC XO-1 laptop, 2007) and the MMP2/Armada 610 application processors (used in the OLPC XO-1.75, which entered production in early 2012). The hardware captures video from a small sensor and feeds it to the system as a standard V4L2 webcam.

keep-annotate conf=0.84 last_sold=2012 deploy=low replacement=none subsystem=media category=media-camera-tv
84%

recommendation

Worth keeping but flagging as a niche legacy driver. The hardware is tied almost entirely to OLPC laptops that stopped shipping around 2012 and isn't sold new anywhere today, so real-world users are few. However, upstream is still actively fixing it: a clock-enable check landed in 6.12-stable in February 2025 and a January 2025 linux-media thread restored device registration on the MMP side, which means removing it would regress working machines that someone clearly still cares about.

repository signals

6 files
3,430 source lines
25 commits, 5y
+3,540 / −67 lines added / removed, 5y
15 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 25 total · active in 15/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: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 0 commits · +0 −0 2021-11: 0 commits · +0 −0 2021-12: 0 commits · +0 −0 2022-01: 1 commit · +0 −1 2022-02: 0 commits · +0 −0 2022-03: 3 commits · +3,469 −2 2022-04: 0 commits · +0 −0 2022-05: 0 commits · +0 −0 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 1 commit · +1 −1 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: 1 commit · +1 −1 2023-02: 3 commits · +12 −11 2023-03: 4 commits · +15 −27 2023-04: 0 commits · +0 −0 2023-05: 0 commits · +0 −0 2023-06: 0 commits · +0 −0 2023-07: 1 commit · +1 −2 2023-08: 1 commit · +2 −2 2023-09: 0 commits · +0 −0 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 1 commit · +2 −0 2024-03: 0 commits · +0 −0 2024-04: 0 commits · +0 −0 2024-05: 0 commits · +0 −0 2024-06: 2 commits · +8 −5 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 1 commit · +1 −1 2024-10: 1 commit · +0 −4 2024-11: 0 commits · +0 −0 2024-12: 2 commits · +23 −5 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 0 commits · +0 −0 2025-05: 0 commits · +0 −0 2025-06: 1 commit · +1 −1 2025-07: 0 commits · +0 −0 2025-08: 0 commits · +0 −0 2025-09: 0 commits · +0 −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 · +4 −4 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. spinics.net

    January 2025 linux-media thread contains a functional fix for the MMP half of this driver set ('Bring back registration of the device'), indicating active upstream maintenance rather than removal.

  2. spinics.net

    A December 2024 marvell camera fix ('Add check for clk_enable()') was accepted into the 6.12-stable tree in February 2025, showing current bug-fix traffic and stable relevance.

  3. cateee.net

    LKDDb ties CONFIG_VIDEO_CAFE_CCIC to the Marvell 88ALP01 controller and notes it is used on first-generation OLPC systems.

  4. linux-mmp.docs.kernel.org

    Kernel-hosted Linux on Marvell MMP documentation says the XO-1.75 is MMP2-based and lists the camera as mainline-supported.

  5. wiki.laptop.org

    OLPC documentation says XO-1.75 production ramped at the beginning of February 2012, bounding the hardware's mainstream availability.

codex reasoning notes (technical)

Real driver directory with PCI/platform entry points in local Kconfig/C files. Local shell `git log` shows substantive touches through 2024-12/2025-02, so this is not abandoned code. All cited URLs were obtained via `web.search_query`: the two spinics links came from exact patch-subject searches for recent marvell/mmp activity; the LKDDb and OLPC/kernel-doc links came from deployment/hardware searches. Evidence points to legacy OLPC-specific camera hardware that is no longer sold new, but upstream still fixes regressions, so `keep-annotate` fits better than deprecate/remove.