On Thu, Oct 12, 2017 at 11:41:15AM +0200, Geert Uytterhoeven wrote: > Commit 1fa59bda21c7fa36 ("ARM: shmobile: Remove legacy board code for > Armadillo-800 EVA"), removed the last user of st1232_pdata and the > "st1232-ts" platform device. All remaining users use DT. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> Sorry, this got stuck in gmail SPAM folder for some reason... Applied, thank you. ... > + ts->reset_gpio = of_get_gpio(client->dev.of_node, 0); > if (gpio_is_valid(ts->reset_gpio)) { > error = devm_gpio_request(&client->dev, ts->reset_gpio, NULL); > if (error) { I wonder if we can convert it to gpiod API? Thanks. -- Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html