]> git.sur5r.net Git - u-boot/commit
gpio: rmobile: Add Renesas RCar GPIO driver
authorMarek Vasut <marek.vasut@gmail.com>
Fri, 15 Sep 2017 19:13:56 +0000 (21:13 +0200)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Wed, 27 Sep 2017 21:54:06 +0000 (06:54 +0900)
commitf5f6959444d07bfc71221a6ba18a2b3eca195e05
treeb75449420c74d64cce243b41b3b940245712784d
parent910df4d07e370dc0dabafaaf85417508cccf43f3
gpio: rmobile: Add Renesas RCar GPIO driver

Add GPIO driver for the Renesas RCar SoCs . The driver currently supports
only the RCar Gen3 R8A7795 and R8A7796 SoCs, but is easily extensible for
the other RCar SoCs as well.

This driver is meant to replace the pinmux part of SH_GPIO_PFC driver.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/gpio-rcar.c [new file with mode: 0644]