All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH/RFC v2 0/2] R-Car V3U GPIO support
@ 2020-10-30  8:15 Geert Uytterhoeven
  2020-10-30  8:15 ` [PATCH/RFC v2 1/2] gpio: rcar: Optimize GPIO pin state read on R-Car Gen3 Geert Uytterhoeven
  2020-10-30  8:15 ` [PATCH/RFC v2 2/2] gpio: rcar: Add R-Car V3U (R8A7799A) support Geert Uytterhoeven
  0 siblings, 2 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2020-10-30  8:15 UTC (permalink / raw)
  To: linux-renesas-soc
  Cc: Yoshihiro Shimoda, Ulrich Hecht, Phong Hoang, Geert Uytterhoeven

	Hi all,

This RFC patch series adds support for the GPIO blocks on the R-Car V3U
(r8a77990) SoC.  As this is an RFC, I didn't include patches from v1[1]
that have not changed.  This series depends on [2].

Compared to v1 and the BSP, v2 takes a different approach to handle the
new General Input Register (INDT): instead of programming this register
during GPIO line configuration and depending on GPIO line direction, v2
enables input unconditionally in probe and resume, so the driver can
read pin state at all times.

Due to lack of hardware, the second patch is compile-tested only.

Thanks for your comments!

[1] "[PATCH/RFC 0/6] R-Car V3U GPIO support"
    https://lore.kernel.org/linux-renesas-soc/20201019120614.22149-1-geert+renesas@glider.be/
[2] "[PATCH 0/4] gpio: rcar: Cleanups and improvements"
    https://lore.kernel.org/linux-renesas-soc/20201028141504.1729093-1-geert+renesas@glider.be/

Geert Uytterhoeven (2):
  gpio: rcar: Optimize GPIO pin state read on R-Car Gen3
  gpio: rcar: Add R-Car V3U (R8A7799A) support

 drivers/gpio/gpio-rcar.c | 64 ++++++++++++++++++++++++++++++++++------
 1 file changed, 55 insertions(+), 9 deletions(-)

-- 
2.25.1

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-12-30 16:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-30  8:15 [PATCH/RFC v2 0/2] R-Car V3U GPIO support Geert Uytterhoeven
2020-10-30  8:15 ` [PATCH/RFC v2 1/2] gpio: rcar: Optimize GPIO pin state read on R-Car Gen3 Geert Uytterhoeven
2020-11-04  5:23   ` Yoshihiro Shimoda
2020-11-04 10:51     ` Geert Uytterhoeven
2020-12-30 16:06   ` Wolfram Sang
2020-10-30  8:15 ` [PATCH/RFC v2 2/2] gpio: rcar: Add R-Car V3U (R8A7799A) support Geert Uytterhoeven
2020-11-04  5:41   ` Yoshihiro Shimoda
2020-12-30 16:06   ` Wolfram Sang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.