drivers/media/platform/samsung/exynos4-is

Samsung Exynos4 FIMC-IS camera and ISP subsystem

The on-chip camera capture pipeline and image signal processor built into Samsung's Exynos 4210 and 4x12 mobile SoCs from roughly 2012 to 2014, used in phones like the Galaxy S III and Galaxy Note II as well as the Galaxy Camera 2. It handles sensor capture, scaling, and ISP processing for the integrated camera blocks rather than any external add-in card.

keep-annotate conf=0.88 last_sold=2014 deploy=low replacement=none subsystem=media category=media-camera-tv
88%

recommendation

Worth keeping but flagging as legacy: the Exynos 4 hardware stopped shipping in new products around 2014, yet the driver is still actively maintained, with real deadlock and hardware-sync fixes landing in stable as recently as October 2025. Hobbyist mainlining communities like postmarketOS continue to use it on surviving Galaxy S III and similar devices, and there is no successor driver for this on-SoC camera block, so removal would orphan working hardware.

repository signals

35 files
17,159 source lines
74 commits, 5y
+17,738 / −477 lines added / removed, 5y
36 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 74 total · active in 33/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 −6 2022-02: 0 commits · +0 −0 2022-03: 4 commits · +17,423 −3 2022-04: 1 commit · +1 −1 2022-05: 1 commit · +2 −2 2022-06: 1 commit · +7 −7 2022-07: 1 commit · +1 −0 2022-08: 2 commits · +13 −16 2022-09: 2 commits · +2 −6 2022-10: 1 commit · +1 −1 2022-11: 1 commit · +6 −2 2022-12: 2 commits · +2 −6 2023-01: 0 commits · +0 −0 2023-02: 4 commits · +30 −20 2023-03: 8 commits · +19 −27 2023-04: 0 commits · +0 −0 2023-05: 1 commit · +3 −3 2023-06: 0 commits · +0 −0 2023-07: 3 commits · +2 −8 2023-08: 1 commit · +24 −9 2023-09: 0 commits · +0 −0 2023-10: 1 commit · +25 −30 2023-11: 2 commits · +1 −2 2023-12: 12 commits · +99 −99 2024-01: 1 commit · +0 −3 2024-02: 1 commit · +3 −2 2024-03: 0 commits · +0 −0 2024-04: 0 commits · +0 −0 2024-05: 0 commits · +0 −0 2024-06: 1 commit · +3 −0 2024-07: 0 commits · +0 −0 2024-08: 2 commits · +13 −24 2024-09: 1 commit · +6 −6 2024-10: 1 commit · +0 −8 2024-11: 3 commits · +11 −136 2024-12: 1 commit · +0 −10 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 1 commit · +7 −7 2025-04: 2 commits · +3 −2 2025-05: 0 commits · +0 −0 2025-06: 1 commit · +2 −4 2025-07: 0 commits · +0 −0 2025-08: 4 commits · +15 −13 2025-09: 0 commits · +0 −0 2025-10: 4 commits · +8 −8 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 2 commits · +6 −6 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. spinics.net

    October 2025 upstream/stable patch fixes a real deadlock in exynos4-is, showing current maintenance rather than abandonment.

  2. spinics.net

    June 2025 autosel patch for exynos4-is fixes a hardware-sync bug that could corrupt data or hang the system, indicating active bug-fix traffic.

  3. cateee.net

    LKDDb lists CONFIG_VIDEO_EXYNOS4_FIMC_IS in current kernel series, so the driver remains upstream and buildable.

  4. kernel.org

    Kernel documentation places this driver at drivers/media/platform/samsung/exynos4-is and describes it as the Samsung S5P/Exynos4 FIMC camera driver family.

  5. wiki.postmarketos.org

    Current postmarketOS Exynos 4412 documentation still tracks camera enablement work on surviving Exynos4 devices, implying niche hobbyist/mainlining deployments remain.

  6. en.wikipedia.org

    A flagship Exynos 4 Quad device shipped in 2012 and is discontinued, anchoring the hardware generation as legacy consumer hardware.

  7. wiki.postmarketos.org

    An Exynos 4412 product was still releasing in 2014, supporting 2014 as a reasonable last widely-available year for new devices using this hardware family.

codex reasoning notes (technical)

Local shell inspection (`rg`, `ls`) shows real V4L2/media driver code for Samsung camera/ISP blocks, not helper-only content. Upstream activity was checked first via web search because the advertised lore MCP/`lei` path was unavailable here; spinics results show substantive 2025 fixes and stable backports, while remove/deprecate searches returned no current removal series. Deployment evidence came from web-search results on kernel docs, LKDDb, postmarketOS, and Wikipedia: the hardware is legacy 2012-2014 Exynos4x12 mobile/camera silicon, not sold new in 2025, but still appears in low-volume hobbyist/mainline bring-up. No natural replacement driver exists for the same on-SoC camera subsystem, so this should be kept upstream but annotated as legacy rather than deprecated for removal.