drivers/clk/davinci

TI DaVinci DA850, OMAP-L138, and AM18xx SoC clock controllers

Provides clock-tree control for Texas Instruments' DaVinci-generation ARM9 and C6000 DSP system-on-chips, including the DA850, OMAP-L138, AM1808/AM1810, and TMS320C6748. These low-power parts launched around 2009 and remain in production for industrial automation, motor control, medical, and audio-processing designs that need a long-lived embedded Linux platform.

keep conf=0.85 deploy=low replacement=none subsystem=clk category=platform-vendor
85%

recommendation

It should stay in the kernel because Texas Instruments still actively sells the DA850-family chips this code supports (OMAP-L138, AM1808, TMS320C6748 were all listed as ACTIVE in 2025), and the driver is still being maintained — a fix was backported to the stable tree as recently as August 2025. Deployments are niche, mostly in long-lived industrial and embedded designs, but there is no sign of upstream wanting it gone.

repository signals

8 files
2,905 source lines
20 commits, 5y
+79 / −1,144 lines added / removed, 5y
15 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 20 total · active in 12/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: 1 commit · +0 −363 2022-08: 0 commits · +0 −0 2022-09: 4 commits · +2 −456 2022-10: 0 commits · +0 −0 2022-11: 0 commits · +0 −0 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 0 commits · +0 −0 2023-04: 0 commits · +0 −0 2023-05: 3 commits · +8 −4 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 · +9 −19 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 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: 2 commits · +3 −5 2024-08: 1 commit · +1 −2 2024-09: 0 commits · +0 −0 2024-10: 0 commits · +0 −0 2024-11: 0 commits · +0 −0 2024-12: 1 commit · +3 −29 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 1 commit · +1 −214 2025-04: 2 commits · +19 −12 2025-05: 0 commits · +0 −0 2025-06: 0 commits · +0 −0 2025-07: 1 commit · +1 −1 2025-08: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 2025-10: 1 commit · +0 −7 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 2 commits · +32 −32 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    The driver saw upstream-worthy maintenance recently; a davinci clock fix was backported to stable in August 2025.

  2. ti.com

    OMAP-L138, one of the SoCs explicitly covered by this driver family, was listed by TI as ACTIVE and orderable.

  3. ti.com

    AM1808, another DA850-family part covered by this driver family, was listed by TI as ACTIVE and supports Linux/RTOS use cases.

  4. ti.com

    TMS320C6748, closely related DA850-family silicon, was listed by TI as ACTIVE, indicating the platform family is not fully obsolete in new industrial/embedded designs.

codex reasoning notes (technical)

Real driver, not a helper-only directory: local `rg`/`sed` inspection shows platform clock driver code and DT compatibles for `ti,da850-*`; file headers name 'TI DA850/OMAP-L138/AM18XX'. MCP `lore_file_timeline` on `drivers/clk/davinci/psc.c` showed activity through 2025-08-28 and exposed the cited stable backport URL, with no removal/deprecation evidence surfaced. TI product URLs were obtained via web search results and show the DA850-family parts still marked ACTIVE in 2025. Conclusion: niche legacy-industrial deployments remain, but there is still shipping hardware and ongoing maintenance, so keep rather than deprecate.