On Wed, 2020-03-04 at 23:17 +0100, Linus Walleij wrote: > The ST33ZP24 is using the old deprecated GPIO API. > It also goes to some measures to convert from the > new to the old API in the ACPI probe path of both > the I2C and SPI interfaces for the module. > > Change the driver and subdrivers to use struct > gpio_desc * all the way and pass this around in > platform data and in probe and all associated > functions. > > Cc: Jeremy Boone <jeremy.boone@nccgroup.trust> > Cc: Peter Huewe <peterhuewe@xxxxxx> > Cc: Jason Gunthorpe <jgg@xxxxxxxx> > Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx> Thanks, look great. Reviewed-by: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx> [with the assumption that it passes sparse and checkpatch.pl] Any chance to get like maybe even one tested-by for this? The change is so straightforward and obvious that I'll pick it up anyway but would feel better to have it tested by another peer. /Jarkko