drivers/media/i2c/ccs

MIPI CCS, SMIA, and SMIA++ camera image sensors

A generic driver for camera image sensors that follow the MIPI Camera Control Set standard and its older Standard Mobile Imaging Architecture (SMIA and SMIA++) lineage. These sensors were common in mobile phone cameras from the late 2000s onward and still appear in embedded and industrial imaging products today.

keep conf=0.80 deploy=low replacement=none subsystem=media category=media-camera-tv
80%

recommendation

It should stay because this is the generic upstream driver for any camera sensor that complies with the MIPI CCS standard (and its SMIA / SMIA++ predecessors), rather than a vendor-specific module. Upstream activity is healthy through 2026 and new CCS-compliant sensors are still being designed in, even though many of the named legacy parts are old mobile-phone-era hardware with niche present-day deployment.

repository signals

15 files
8,094 source lines
84 commits, 5y
+2,111 / −2,230 lines added / removed, 5y
18 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 84 total · active in 30/61 months
2021 2022 2023 2024 2025 2026 2021-04: 4 commits · +38 −17 2021-05: 0 commits · +0 −0 2021-06: 3 commits · +95 −47 2021-07: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 1 commit · +6 −6 2021-11: 0 commits · +0 −0 2021-12: 0 commits · +0 −0 2022-01: 0 commits · +0 −0 2022-02: 1 commit · +0 −1 2022-03: 3 commits · +18 −20 2022-04: 0 commits · +0 −0 2022-05: 2 commits · +60 −21 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 1 commit · +1 −3 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: 3 commits · +16 −56 2023-04: 1 commit · +12 −13 2023-05: 1 commit · +1 −1 2023-06: 1 commit · +1 −4 2023-07: 1 commit · +56 −45 2023-08: 4 commits · +121 −203 2023-09: 9 commits · +196 −273 2023-10: 13 commits · +209 −152 2023-11: 3 commits · +1,013 −1,149 2023-12: 1 commit · +1 −0 2024-01: 2 commits · +5 −5 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 2 commits · +56 −55 2024-05: 0 commits · +0 −0 2024-06: 0 commits · +0 −0 2024-07: 0 commits · +0 −0 2024-08: 1 commit · +0 −3 2024-09: 0 commits · +0 −0 2024-10: 6 commits · +26 −41 2024-11: 0 commits · +0 −0 2024-12: 5 commits · +20 −13 2025-01: 2 commits · +4 −2 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 1 commit · +1 −3 2025-05: 0 commits · +0 −0 2025-06: 0 commits · +0 −0 2025-07: 1 commit · +1 −6 2025-08: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 2025-10: 1 commit · +4 −4 2025-11: 1 commit · +1 −1 2025-12: 3 commits · +13 −2 2026-01: 5 commits · +62 −78 2026-02: 0 commits · +0 −0 2026-03: 1 commit · +0 −2 2026-04: 0 commits · +0 −0

sources

  1. docs.kernel.org

    Kernel documentation describes CCS as the generic upstream driver for MIPI CCS compliant sensors and explicitly notes support for CCS 1.1, CCS 1.0, SMIA++ and SMIA static data.

  2. codebrowser.dev

    Current upstream source shows a maintained generic camera-sensor driver with multiple supported module identifiers, including legacy mobile-camera parts such as jt8ev1, imx125es, tcm8500md and vw6558.

  3. en.wikipedia.org

    CCP2 is a Standard Mobile Imaging Architecture camera interconnect used in mobile phones, supporting the assessment that part of the CCS/SMIA ecosystem is legacy mobile-imaging hardware.

codex reasoning notes (technical)

Local shell inspection (`rg`, `sed`, `git -c safe.directory=... log`) shows this is a real V4L2 I2C driver, not a helper library, and that it has substantial recent upstream activity through 2026-03-26 with no visible removal trend. The docs.kernel.org URL was obtained via web search and confirms the driver is the generic upstream implementation for CCS/SMIA/SMIA++ sensors, which argues against deprecation and against any natural replacement driver. The codebrowser URL was obtained via web search and used to corroborate the current supported-device set; several identifiers are old phone-era sensors, so present-day deployment looks niche rather than broad. The Wikipedia CCP2 URL was obtained via web search and used only as secondary context for the legacy SMIA lineage. Net: actively maintained generic sensor driver, low-volume but still relevant hardware, so keep.