Re: [PATCH v7 9/9] misc: add FPC202 dual port controller driver
From: Greg Kroah-Hartman
Date: Thu Feb 20 2025 - 06:58:46 EST
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 <linus.walleij@xxxxxxxxxx>
> Signed-off-by: Romain Gantois <romain.gantois@xxxxxxxxxxx>
> ---
> 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