Message ID | 20210108102026.2024478-1-geert+renesas@glider.be |
---|---|
Headers | show |
Series | gpio: rcar: Add R-Car V3U support | expand |
On Fri, Jan 8, 2021 at 11:20 AM Geert Uytterhoeven <geert+renesas@glider.be> wrote: > This patch series adds support for GPIOs on the R-Car V3U (r8a779a0) > SoC, to both DT bindings and the gpio-rcar driver. These all look good to me. The series: Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Yours, Linus Walleij
On Fri, Jan 8, 2021 at 11:20 AM Geert Uytterhoeven <geert+renesas@glider.be> wrote: > > 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! > All three applied, thanks! Bartosz