On Wed, Apr 3, 2019 at 10:08 PM Geert Uytterhoeven <geert+renesas@xxxxxxxxx> wrote: > Convert GPIO chip selects in the Renesas MSIOF SPI driver from legacy > GPIO numbers to GPIO descriptors. > > Notes: > - The board file for the SH7724-based Ecovec24 development board now > registers a GPIO descriptor lookup, instead of passing a GPIO number > through controller_data, > - sh_msiof_get_cs_gpios() must release all GPIOs, else > spi_get_gpio_descs() cannot claim them during SPI controller > registration. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> I saw Mark already applied the patch, just wanted to say thanks :) Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx> Yours, Linus Walleij