Infineon/Lantiq PEF2256 (FALC56) E1/T1/J1 telecom framer
A small framework plus a driver for the Infineon (formerly Lantiq) PEF2256, also known as the FALC56, a telecom line-interface chip that frames E1, T1, and J1 circuits — the 1.5–2 Mbps trunks long used by traditional phone networks and legacy industrial WAN links. It supports embedded boards and gateways that still bridge such circuits to modern packet networks.
recommendation
Worth keeping but flagging as a niche telecom feature. The chip itself has been marked obsolete by distributors and is no longer a part you would design in today, but Linux support for it was only added in late 2023 and is still receiving fixes in 2025, so removing it would pull the rug out from under recent users. A note in the tree marking it as legacy E1/T1/J1 framer support would help future maintainers gauge its scope.
repository signals
sources
- patch.msgid.link
Initial upstream addition of Linux support for the Lantiq PEF2256 framer in late 2023 shows this subtree is a recently added, specific hardware support path rather than abandoned legacy code.
- patch.msgid.link
A 2025 bug-fix patch for pef2256 shows ongoing upstream maintenance activity and no immediate removal posture.
- digikey.ca
Distributor listing marks PEF 2256 H V2.2 as obsolete and no longer manufactured, indicating the chip is not still a normal new-design component.
- alldatasheet.com
The PEF2256/FALC56 is an E1/T1/J1 framer and line interface component, confirming the hardware class and legacy telecom deployment niche.
codex reasoning notes (technical)
Local inspection via exec_command showed this directory is a small framer subsystem with framework code plus the real hardware driver in pef2256/. Local git log via exec_command showed substantive 2025-2026 fixes and feature work, with patch.msgid.link URLs captured from commit Link tags; I found no removal discussion in those recent commits. Web search found DigiKey marking the chip obsolete/no longer manufactured and a datasheet mirror confirming it is an E1/T1/J1 telecom framer. Conclusion: hardware is legacy and likely niche today, but upstream activity is recent enough that removal/deprecation would be premature; keep it, but annotate as legacy/niche telecom support.