On Mon, Oct 7, 2024 at 2:39 PM Andrea della Porta <andrea.porta@xxxxxxxx> wrote:I raised the concerns about missing gpio line names in the first version
The RP1 is an MFD supporting a gpio controller and /pinmux/pinctrl.This is a nice driver and I find no issues with it, what causes
Add minimum support for the gpio only portion. The driver is in
pinctrl folder since upcoming patches will add the pinmux/pinctrl
support where the gpio part can be seen as an addition.
Signed-off-by: Andrea della Porta <andrea.porta@xxxxxxxx>
an issue is gpiochip_set_names() as pointed out by Bartosz.
If you can live without the names you can remove that part for
now and we can merge the driver, then you can add the names
later when we sorted out how to share that function.
Yours,
Linus Walleij