Intel Atom Image Signal Processor (ISP2400/2401) camera support
The camera image signal processor block built into Intel's Atom SoCs from the Bay Trail, Cherry Trail, Merrifield and Moorefield generations (roughly 2013-2016), which handled stills and video capture from the on-board cameras of low-power Windows and Android tablets, netbooks, and a handful of embedded and industrial boards.
recommendation
Worth keeping but documenting its niche, because the hardware is confined to old Bay Trail, Cherry Trail, Merrifield and Moorefield Atom devices that haven't shipped in new designs since around 2018, yet the code still receives real maintenance. Hans de Goede and others were merging sensor support, security fixes and cleanups through 2025 and into 2026, and no newer Intel IPU driver covers this specific ISP generation, so users of legacy Atom tablets and embedded boards still depend on it.
repository signals
sources
- cateee.net
LKDDb ties CONFIG_VIDEO_ATOMISP to Intel Atom SoC camera/imaging hardware and PCI IDs 0f38/1178/1179/1478/22b8, covering Bay Trail, Merrifield, Moorefield/Anniedale, and Cherry Trail era platforms.
- intel.com
Intel's Bay Trail page shows the family is an older Atom/E3800-era SoC line aimed at embedded/industrial uses rather than current mainstream client hardware.
- spinics.net
A 2025 Hans de Goede patch series added atomisp support for sensors with a separate ISP v4l2_subdev, showing functional upstream development rather than abandonment.
- spinics.net
Atomisp still receives 2026 linux-staging patch traffic, indicating ongoing cleanup/review activity and no obvious dead-code status.
- spinics.net
A 2025 atomisp security-fix thread reviewed by Hans de Goede shows real maintenance on deployed systems, not just cosmetic churn.
codex reasoning notes (technical)
Real driver directory: local grep found `module_pci_driver()` in `atomisp_v4l2.c` and PCI IDs for Bay Trail/Merrifield/Moorefield/Cherry Trail class SoCs. Local `git -c safe.directory ... log` showed sustained 2024-2026 commits, including bug fixes and cleanups. Web search found active mailing-list traffic in 2025-2026 (spinics URLs above) but no clear removal/deprecation thread in the searched lore/lkml/spinics results, so `remove`/`deprecate` would overstate it. Hardware family is old mobile/embedded Atom silicon; likely still encountered in legacy tablets, netbooks, and some embedded/industrial deployments, but not a meaningful new-2025 design win, so `hardware_still_sold_new_in_2025=false`, `deployments_today=low`, and `last_widely_available_year=2018` are conservative inferences from the Intel Bay Trail age plus LKDDb platform scope. No natural upstream replacement covers the same old Atom ISP block directly; newer Intel IPU drivers target different hardware generations. URLs were obtained via web search; local git/rg commands supplied non-URL corroboration.