mbox series

[v3,0/3] gpio: rcar: Add R-Car V3U support

Message ID 20210108102026.2024478-1-geert+renesas@glider.be
Headers show
Series gpio: rcar: Add R-Car V3U support | expand

Message

Geert Uytterhoeven Jan. 8, 2021, 10:20 a.m. UTC
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(-)

Comments

Linus Walleij Jan. 9, 2021, 12:29 a.m. UTC | #1
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