On Thu, Jul 16, 2020 at 02:34:33PM +0200, Linus Walleij wrote: > The OMAP1 OHCI driver is using the legacy GPIO API to grab some > random GPIO lines. One is from the TPS65010 chip and used for > power, another one is for overcurrent and while the driver picks > this line it doesn't watch it at all. If the driver doesn't use this GPIO, why keep the code to grab it? > Convert the driver and the OMAP1 OSK board file to pass these > two GPIOs as machine descrived GPIO descriptors. -----------------------------^ > > Cc: Janusz Krzysztofik <jmkrzyszt@xxxxxxxxx> > Cc: Tony Lindgren <tony@xxxxxxxxxxx> > Cc: Alan Stern <stern@xxxxxxxxxxxxxxxxxxx> > Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx> > --- Aside from this I don't have any objections. Alan Stern