drivers/media/i2c/s5c73m3

Samsung S5C73M3 8 MP camera ISP/sensor

Samsung's S5C73M3 is an 8-megapixel camera module combining a CMOS image sensor with an on-chip image signal processor, talking to the host SoC over I2C and SPI. It was the rear camera in the 2012 Galaxy S III and Galaxy Note II smartphones and never appeared in much else.

keep-annotate conf=0.76 last_sold=2013 deploy=low replacement=none subsystem=media category=media-camera-tv
76%

recommendation

Worth keeping but documenting its niche: the hardware only ever shipped in 2012-era Samsung flagships and is long out of production, but the in-tree code still receives routine API maintenance and the postmarketOS community relies on it to keep cameras working on aftermarket builds of those old phones. A short note flagging the legacy-only scope would help future maintainers understand why it stays.

repository signals

5 files
2,906 source lines
16 commits, 5y
+124 / −198 lines added / removed, 5y
11 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 16 total · active in 14/61 months
2021 2022 2023 2024 2025 2026 2021-04: 1 commit · +4 −4 2021-05: 0 commits · +0 −0 2021-06: 1 commit · +29 −26 2021-07: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 1 commit · +0 −6 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: 0 commits · +0 −0 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 −3 2022-09: 0 commits · +0 −0 2022-10: 0 commits · +0 −0 2022-11: 2 commits · +28 −112 2022-12: 0 commits · +0 −0 2023-01: 1 commit · +1 −1 2023-02: 0 commits · +0 −0 2023-03: 0 commits · +0 −0 2023-04: 0 commits · +0 −0 2023-05: 1 commit · +1 −1 2023-06: 0 commits · +0 −0 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 0 commits · +0 −0 2023-10: 1 commit · +17 −20 2023-11: 0 commits · +0 −0 2023-12: 2 commits · +22 −6 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: 1 commit · +1 −1 2024-06: 0 commits · +0 −0 2024-07: 0 commits · +0 −0 2024-08: 1 commit · +12 −1 2024-09: 0 commits · +0 −0 2024-10: 0 commits · +0 −0 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: 1 commit · +4 −2 2025-07: 0 commits · +0 −0 2025-08: 1 commit · +3 −14 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: 0 commits · +0 −0 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    The driver is still seeing upstream mechanical/API maintenance in 2026, so it is not abandoned in-tree.

  2. anandtech.com

    AnandTech identified the Galaxy S III rear camera CMOS as the Samsung S5C73M3 8 MP sensor, tying the driver to 2012-era flagship phone hardware.

  3. anandtech.com

    AnandTech reported the Galaxy Note II uses the same 8 MP S5C73M3 rear camera as the Galaxy S III, showing another mainstream 2012 deployment of this hardware family.

  4. wiki.postmarketos.org

    postmarketOS still tracks the Note II LTE back camera as S5C73M3 with partial driver support, indicating present-day hobbyist/aftermarket deployments rather than new commercial ones.

codex reasoning notes (technical)

Real driver directory: Samsung S5C73M3 camera ISP/sensor driver with i2c/spi entry points. Lore evidence came from `lore_file_timeline` on `drivers/media/i2c/s5c73m3/s5c73m3-core.c`, which showed touches through 2026 and no successful evidence of an active removal series; two broader lore searches timed out, so confidence is not maximal. Deployment evidence came from web search results: AnandTech pages tie S5C73M3 to 2012 Galaxy S III/Note II devices, and the postmarketOS wiki shows remaining niche use on legacy phones. Conclusion: hardware is long obsolete for new sales, but upstream still carries and updates the driver for legacy users, so `keep-annotate` fits better than deprecate/remove.