drivers/net/wan/framer/pef2256

Infineon/Lantiq PEF2256 (FALC56) E1/T1/J1 telecom framer

A telecom line framer and line interface unit chip from Infineon (formerly Lantiq), known as the FALC56, used to terminate E1, T1, and J1 digital trunk lines at 1.5–2 Mbps. It was the standard glue between a system-on-chip and a copper telecom span in carrier-grade access equipment, voice gateways, and industrial telecom gear.

keep-annotate conf=0.81 deploy=low replacement=none subsystem=net category=networking-other
81%

recommendation

Worth keeping but documenting its niche, because although the PEF2256 chip itself is marked obsolete by distributors like DigiKey and is no longer manufactured, the kernel support is actually new — it landed upstream in late 2023 along with a fresh framer subsystem, and received substantive maintenance as recently as November 2025. Removing it now would undercut a deliberately added piece of infrastructure, but a note that the underlying hardware is legacy telecom-only would help future triage.

repository signals

3 files
1,143 source lines
8 commits, 5y
+1,168 / −17 lines added / removed, 5y
8 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 8 total · active in 6/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: 1 commit · +1,138 −0 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 1 commit · +2 −4 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: 1 commit · +1 −1 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: 2 commits · +21 −7 2025-10: 0 commits · +0 −0 2025-11: 1 commit · +4 −3 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 2 commits · +2 −2 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lwn.net

    The driver entered upstream in late 2023 as a new framer infrastructure plus PEF2256 support series, so it is a recently added driver rather than abandoned historical baggage.

  2. git.kernel.org

    The directory still received a substantive upstream change in November 2025, indicating ongoing maintenance rather than removal preparation.

  3. digikey.com

    A mainstream distributor lists the part as obsolete and no longer manufactured, which is strong evidence the hardware is not still sold new in 2025.

  4. alldatasheet.com

    The chip is an Infineon/Lantiq FALC56 E1/T1/J1 framer and LIU for telecom line interfacing, implying present-day use is niche legacy/industrial telecom rather than broad new deployment.

codex reasoning notes (technical)

Real driver directory: contains platform-driver code for the Lantiq/Infineon PEF2256 framer. Lore history was checked first via web search results pointing to the upstream patch series on LWN, and local git history showed no removal discussion signal; instead the tree still has 2025 substantive maintenance. Deployment evidence came from web search distributor and datasheet pages: DigiKey marks the part obsolete/not manufactured, while the datasheet shows a narrow E1/T1/J1 telecom function. Kernel commit URL was formed from the local git hash using canonical kernel.org commit URL recall. Result: hardware looks commercially obsolete, but upstream attention is still active enough that removal would be premature; annotate rather than deprecate/remove.