Hi Linus, Bartosz, Rob, This patch series adds support for GPIOs on the R-Car V3U (r8a779a0) SoC, to both DT bindings and the gpio-rcar driver. Changes compared to v2: - Add Reviewed-by, Tested-by, - Fix SoC part number in oneline summary, - Reformat comment block to match coding style, - Rebase on top of commit 3a57026a83ba363e ("gpio: rcar: Remove redundant compatible values"), Changes compared to v1: - Optimize GPIO pin state read on R-Car Gen3, - Enable input unconditionally in probe and resume, instead of during GPIO line configuration and depending on GPIO line direction, - Assumed authorship, as this patch is very different from v1, written by Phong Hoang, - Add Reviewed-by. Thanks! Geert Uytterhoeven (3): dt-bindings: gpio: rcar: Add r8a779a0 support gpio: rcar: Optimize GPIO pin state read on R-Car Gen3 gpio: rcar: Add R-Car V3U (R8A779A0) support .../bindings/gpio/renesas,rcar-gpio.yaml | 3 + drivers/gpio/gpio-rcar.c | 60 +++++++++++++++++-- 2 files changed, 58 insertions(+), 5 deletions(-) -- 2.25.1 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds