Hi Linus > The TMIO MMC driver was passing global GPIO numbers around for > card detect. It turns out only one single board in the kernel > was actually making use of this feature so it is pretty easy > to convert the driver to use only GPIO descriptors. > > The lines are flagged as GPIO_ACTIVE_LOW as that is what they > are, but this will be ignored by the MMC slot GPIO code that > uses the *raw accessors and rely on the caps2 flag for any > inversion semantics. > > Cc: Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx> > Cc: Laurent Pinchart <laurent.pinchart+renesas@xxxxxxxxxxxxxxxx> > Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx> > --- > ChangeLog v1->v3: > - Kuninori/Laurent: any tests/ACKs appreciated. For Ecovec portion, I can't test it anymore, but for [01/11], [02/11] Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx>