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.
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
sources
- 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.
- git.kernel.org
The directory still received a substantive upstream change in November 2025, indicating ongoing maintenance rather than removal preparation.
- 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.
- 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.