Amlogic C3 ISP camera pipeline (C308L/C308X vision SoCs)
The image signal processor block inside Amlogic's C3-family vision SoCs (C308L and C308X), which feed raw camera sensor data through a hardware processing pipeline for embedded vision and IP-camera style products. These are recent low-power chips aimed at smart cameras, doorbells, and similar always-on imaging devices.
recommendation
It should stay in the kernel because this is a brand-new driver, first merged in April 2025 and still receiving follow-up patches into late 2025. The Amlogic C308L and C308X vision SoCs it supports are current products that Amlogic was still selling new in 2025, and there is no generic replacement for a vendor-specific image signal processor pipeline.
repository signals
sources
- kernel.org
Official kernel documentation says the driver supports the C3ISP found on the Amlogic C308L processor and describes a current supported media pipeline.
- patchew.org
The upstream patch series adding documentation and MAINTAINERS entries marks the driver as maintained and shows review activity in April 2025, with no removal discussion visible there.
- amlogic.com
Amlogic's product page still listed C308L and C308X among current products in 2026, supporting that this hardware was still sold new in 2025.
- amlogic.com
Amlogic's product stencil page includes C308L/C308X product entries, reinforcing that the C3-family vision SoCs remain active products rather than legacy-only parts.
- cateee.net
LKDDb shows CONFIG_VIDEO_C3_ISP present in mainline kernels starting with 6.16, matching a newly added upstream driver rather than an obsolete legacy one.
codex reasoning notes (technical)
Local `rg` confirmed a real platform driver with `compatible = "amlogic,c3-isp"` and MODULE_DESCRIPTION "Amlogic C3 ISP pipeline". Local `git -c safe.directory=... log -- drivers/media/platform/amlogic/c3/isp` showed the driver was added on 2025-04-27 and still received follow-up work on 2025-07-07 and 2025-11-14, so activity is recent. URLs were obtained via web search/open: kernel.org doc for supported hardware, Patchew for upstream series/review state, Amlogic product pages for market availability, and LKDDb for mainline presence. Conclusion: this is a very new, maintained embedded-camera ISP driver for currently marketed SoCs; deployment is niche but active, with no natural generic replacement and no evidence of deprecation/removal.