mbox series

[0/4] gpio: rcar: Cleanups and improvements

Message ID 20201028141504.1729093-1-geert+renesas@glider.be
Headers show
Series gpio: rcar: Cleanups and improvements | expand

Message

Geert Uytterhoeven Oct. 28, 2020, 2:15 p.m. UTC
Hi Linus, Bartosz,

This patch series contains a few cleanups and improvements for the R-Car
GPIO driver.  All four patches are independent.

The gpio_chip.get_multiple() implementation has been tested on R-Car
Gen2 and Gen3.

Thanks for your comments!

Geert Uytterhoeven (4):
  gpio: rcar: Cache gpiochip_get_data() return value
  gpio: rcar: Align register offsets
  gpio: rcar: Rework hardware features handling
  gpio: rcar: Implement gpio_chip.get_multiple()

 drivers/gpio/gpio-rcar.c | 87 ++++++++++++++++++++++++++--------------
 1 file changed, 58 insertions(+), 29 deletions(-)

Comments

Bartosz Golaszewski Oct. 30, 2020, 2:58 p.m. UTC | #1
On Wed, Oct 28, 2020 at 3:15 PM Geert Uytterhoeven
<geert+renesas@glider.be> wrote:
>

>         Hi Linus, Bartosz,

>

> This patch series contains a few cleanups and improvements for the R-Car

> GPIO driver.  All four patches are independent.

>

> The gpio_chip.get_multiple() implementation has been tested on R-Car

> Gen2 and Gen3.

>

> Thanks for your comments!

>

> Geert Uytterhoeven (4):

>   gpio: rcar: Cache gpiochip_get_data() return value

>   gpio: rcar: Align register offsets

>   gpio: rcar: Rework hardware features handling

>   gpio: rcar: Implement gpio_chip.get_multiple()

>

>  drivers/gpio/gpio-rcar.c | 87 ++++++++++++++++++++++++++--------------

>  1 file changed, 58 insertions(+), 29 deletions(-)

>


Applied the entire series, thanks!

Bartosz