On Tue, Feb 04, 2025 at 10:29:20AM +0100, Romain Gantois wrote:
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 <redacted>
Signed-off-by: Romain Gantois <romain.gantois@bootlin.com>
---
MAINTAINERS | 1 +
drivers/misc/Kconfig | 11 ++
drivers/misc/Makefile | 1 +
drivers/misc/ti_fpc202.c | 438 +++++++++++++++++++++++++++++++++++++++++++++++
as this is a i2c_driver, why isn't it in drivers/i2c/ somewhere? Why
misc?
thanks,
greg k-h