drivers/staging/media/deprecated/atmel

Atmel/Microchip SAMA5D2 and SAMA7G5 Image Sensor Controller (ISC/XISC) — legacy driver

The legacy capture driver for the Image Sensor Controller blocks built into Microchip's (formerly Atmel) SAMA5D2 and SAMA7G5 ARM microprocessors, used to pull video frames from CMOS camera sensors on embedded and industrial boards. It was moved into the staging "deprecated" area in 2022 once a redesigned replacement landed in the main media subsystem.

remove conf=0.88 last_sold=2025 deploy=low replacement=drivers/media/platform/microchip (VIDEO_MICROCHIP_ISC / VIDEO_MICROCHIP_XISC) subsystem=staging category=media-camera-tv
88%

recommendation

Already on the path to removal. The Kconfig in this directory openly flags both drivers as deprecated and gives a target removal window of early 2026, while the TODO file points users at the replacement Microchip ISC and XISC drivers under drivers/media/platform/microchip. The hardware itself is not gone — Microchip still sells the SAMA5D2 and SAMA7G5 SoC families in 2025 — but anyone using them for camera capture is expected to switch to the modern in-tree driver before this staging copy is deleted.

repository signals

9 files
4,345 source lines
15 commits, 5y
+4,493 / −59 lines added / removed, 5y
9 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 15 total · active in 9/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: 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: 0 commits · +0 −0 2022-09: 0 commits · +0 −0 2022-10: 0 commits · +0 −0 2022-11: 1 commit · +4,455 −0 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 4 commits · +16 −17 2023-03: 1 commit · +2 −6 2023-04: 2 commits · +4 −8 2023-05: 0 commits · +0 −0 2023-06: 0 commits · +0 −0 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 1 commit · +0 −4 2023-10: 2 commits · +7 −5 2023-11: 0 commits · +0 −0 2023-12: 1 commit · +1 −1 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 0 commits · +0 −0 2024-05: 0 commits · +0 −0 2024-06: 0 commits · +0 −0 2024-07: 1 commit · +6 −14 2024-08: 0 commits · +0 −0 2024-09: 0 commits · +0 −0 2024-10: 2 commits · +2 −4 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: 0 commits · +0 −0 2025-07: 0 commits · +0 −0 2025-08: 0 commits · +0 −0 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. git.kernel.org

    Kconfig marks both ATMEL_ISC and ATMEL_XISC as DEPRECATED and says they were scheduled for removal by the beginning of 2026.

  2. git.kernel.org

    TODO explains the old Atmel ISC/XISC driver was moved to staging to preserve legacy users and names VIDEO_MICROCHIP_ISC / VIDEO_MICROCHIP_XISC as the replacement drivers.

  3. spinics.net

    The 2022 redesign/move-to-staging patch series states the old driver was kept in staging for existing users while the media-subsystem Microchip driver serves new users.

  4. microchip.com

    Microchip still marketed and offered SAMA5D2 series parts and kits in 2025-era product pages, indicating the underlying SoC family remained commercially available.

  5. developerhelp.microchip.com

    Microchip's SAMA7G5 series page shows the newer XISC-capable SoC family remained an active product line with imaging support.

codex reasoning notes (technical)

Local shell inspection of the directory confirmed real platform drivers for DT compatibles atmel,sama5d2-isc and microchip,sama7g5-isc, plus local git log showed the tree was moved to staging in 2022 and only received small compatibility updates through 2024-10 rather than feature work. Kconfig and TODO were read locally, with kernel.org tree URLs cited via canonical recall. Mailing-list history URL was obtained by web search and shows the intentional staging move plus replacement path. Microchip product URLs were obtained by web search and show the SoC families are still sold, so hardware exists, but this specific driver is legacy-only and superseded; with the stated removal date already passed, removal is the defensible recommendation.