]> www.infradead.org Git - users/jedix/linux-maple.git/commit
misc: add FPC202 dual port controller driver
authorRomain Gantois <romain.gantois@bootlin.com>
Thu, 6 Mar 2025 16:23:30 +0000 (17:23 +0100)
committerWolfram Sang <wsa+renesas@sang-engineering.com>
Fri, 18 Apr 2025 21:34:41 +0000 (23:34 +0200)
commit1e5c9b1efa1c37ef3fc5c67b1c6e7025ec7b2330
treed14da984464c7aaed1713517975529e6454c3523
parentc3f55241882bd5b4bc84dbe77d2efd0d9574ed9c
misc: add FPC202 dual port controller driver

The TI FPC202 dual port controller serves as a low-speed signal aggregator
for common port types such as SFP, QSFP, Mini-SAS HD, and others.

It aggregates GPIO and I2C signals across two downstream ports, acting as
both a GPIO controller and an I2C address translator for up to two logical
devices per port.

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Tested-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Signed-off-by: Romain Gantois <romain.gantois@bootlin.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Andi Shyti <andi.shyti@kernel.org>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
MAINTAINERS
drivers/misc/Kconfig
drivers/misc/Makefile
drivers/misc/ti_fpc202.c [new file with mode: 0644]