pinctrl: Add support for the Lantic PEF2256 pinmux
authorHerve Codina <herve.codina@bootlin.com>
Tue, 28 Nov 2023 13:25:33 +0000 (14:25 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 12 Dec 2023 22:05:24 +0000 (23:05 +0100)
commit37c646dc515a28eb38cc2495c34fb219f153e916
tree813767965590e6a52700d2e0feb66c32623835c0
parentc96e976d9a05d559f4ac4f617ea0f798c75a1799
pinctrl: Add support for the Lantic PEF2256 pinmux

The Lantiq PEF2256 is a framer and line interface component designed to
fulfill all required interfacing between an analog E1/T1/J1 line and the
digital PCM system highway/H.100 bus.

This kind of component can be found in old telecommunication system.
It was used to digital transmission of many simultaneous telephone calls
by time-division multiplexing. Also using HDLC protocol, WAN networks
can be reached through the framer.

This pinmux support handles the pin muxing part (pins RP(A..D) and pins
XP(A..D)) of the PEF2256.

Signed-off-by: Herve Codina <herve.codina@bootlin.com>
Reviewed-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20231128132534.258459-5-herve.codina@bootlin.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/Kconfig
drivers/pinctrl/Makefile
drivers/pinctrl/pinctrl-pef2256.c [new file with mode: 0644]