drivers/leds/simatic

Siemens SIMATIC Industrial PC status LEDs

Front-panel status LEDs on Siemens SIMATIC industrial PCs, used on factory-floor controllers and panel computers like the IPC127E, IPC227G, and IPC427E. The code covers several generations of the same product line, from older models that drive the LEDs through legacy I/O ports to newer ones that wire them through Intel Apollo Lake or Elkhart Lake GPIOs or a Nuvoton F7188x super-I/O chip.

keep conf=0.86 deploy=low replacement=none subsystem=leds category=other
86%

recommendation

It should stay because the hardware is still actively sold by Siemens in 2025, with the IPC127E, IPC227G, and IPC427E all listed as current products in the Siemens Industry Mall. The directory was only renamed into its current location in March 2025 and has been quiet since, which reads as stable maintenance rather than neglect, and there is no other in-tree driver that handles these Siemens-specific platforms.

repository signals

8 files
495 source lines
1 commits, 5y
+551 / −0 lines added / removed, 5y
1 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 1 total · active in 1/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: 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: 0 commits · +0 −0 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: 0 commits · +0 −0 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: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 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: 1 commit · +551 −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

    Kernel history shows this directory was renamed to drivers/leds/simatic in March 2025, so it is a recently-added/renamed in-tree driver block rather than long-abandoned legacy code.

  2. mall.industry.siemens.com

    Siemens lists SIMATIC IPC127E as an active product with ordering and lead-time information, indicating new sales in the 2025 timeframe.

  3. mall.industry.siemens.com

    Siemens lists SIMATIC IPC427E as an active product, matching one of the SIMATIC IPC families covered by these LED drivers.

  4. mall.industry.siemens.com

    Siemens lists SIMATIC IPC227G as an active product, matching another SIMATIC IPC family explicitly referenced by this driver set.

codex reasoning notes (technical)

Local inspection via exec_command showed real platform_driver LED code, not helper-only content. exec_command git history showed only one visible path commit locally (2025-03-07 rename to simatic); no follow-up churn suggests stable, quiet maintenance rather than neglect. Attempted lore lookup via exec_command using lei, but lei was unavailable; fallback web search on lore returned no removal-thread hits, so there is no evidence of active upstream removal discussion. Web search_query results from Siemens Industry Mall show covered SIMATIC IPC families (IPC127E, IPC227G, IPC427E) still sold as active products, so the hardware is not obsolete in 2025 even if deployments are industrial-niche and relatively low-volume. No clear upstream replacement covers the same Siemens-specific platform glue end-to-end, so removal/deprecation is not justified.