drivers/media/platform/intel

Marvell/Intel PXA27x Quick Capture camera interface

The Quick Capture Interface is the on-chip camera input block of the Intel (later Marvell) PXA270 application processor, a 2004-era ARM SoC widely used in PDAs, handheld scanners, and industrial embedded modules through the 2000s and 2010s. It connects parallel CMOS image sensors to the SoC for video capture on those legacy devices.

keep-annotate conf=0.78 last_sold=2020 deploy=low replacement=none subsystem=media category=media-camera-tv
78%

recommendation

Worth keeping but documenting its niche, because the hardware dates to Intel's 2004 PXA270 application processor (later sold by Marvell) and the modules built around it have largely gone obsolete by 2020. Even so, the code received real maintenance fixes as recently as mid-2024 and no removal effort is visible upstream, so it is not abandoned enough to deprecate. A note explaining that the directory's "intel" name is a historical artifact and that the hardware is end-of-life embedded gear would help future readers.

repository signals

3 files
2,470 source lines
19 commits, 5y
+2,561 / −75 lines added / removed, 5y
13 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 19 total · active in 12/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: 0 commits · +0 −0 2022-02: 0 commits · +0 −0 2022-03: 3 commits · +2,488 −1 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 · +4 −4 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: 3 commits · +10 −10 2023-03: 3 commits · +13 −14 2023-04: 1 commit · +25 −23 2023-05: 0 commits · +0 −0 2023-06: 0 commits · +0 −0 2023-07: 1 commit · +8 −9 2023-08: 0 commits · +0 −0 2023-09: 1 commit · +1 −1 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 · +1 −1 2024-03: 0 commits · +0 −0 2024-04: 0 commits · +0 −0 2024-05: 0 commits · +0 −0 2024-06: 1 commit · +8 −7 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 1 commit · +1 −1 2024-10: 1 commit · +0 −2 2024-11: 0 commits · +0 −0 2024-12: 0 commits · +0 −0 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: 0 commits · +0 −0 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 · +2 −2 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. cateee.net

    LKDDb maps CONFIG_VIDEO_PXA27x to drivers/media/platform/intel/pxa_camera.c and shows support still present in current kernel releases, including OF compatible marvell,pxa270-qci.

  2. kernel.org

    Current kernel media platform driver documentation still lists pxa_camera as the PXA27x Quick Capture Interface driver.

  3. e-consystems.com

    A commercial PXA270 module page states the module uses the PXA270 camera interface (QCI) and lists availability only until 2020.

  4. digikey.com

    A representative PXA270 embedded module listing is marked Obsolete and no longer manufactured.

  5. intel.com

    Intel introduced the PXA270 in 2004 and described its Quick Capture camera capability, anchoring the hardware generation as very old.

codex reasoning notes (technical)

Local shell inspection showed this directory contains only the real driver pxa_camera.c despite the intel path name; Kconfig identifies it as the PXA27x Quick Capture Interface driver. Local git log (shell, safe.directory override) shows non-removal maintenance through 2024-06-21 with multiple real fixes/refactors, so this is not abandoned enough to deprecate. Available lore-specific tools were unavailable in this session (no lore-http MCP, no lei binary), and web searches did not surface any active removal thread. URLs were obtained via web search/open; conclusion is legacy Marvell/Intel PXA27x camera-host hardware with low present-day deployment, not sold new in 2025, but still maintained enough upstream to keep with annotation rather than deprecate.