]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
gpio: Add DW APB GPIO driver
authorMarek Vasut <marex@denx.de>
Tue, 23 Jun 2015 13:54:19 +0000 (15:54 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:32:52 +0000 (10:32 +0200)
commit5bba7cf7982c071cfcd9145eddd1ccdc63cb7e88
treeacfb71b784fad0740ab688dc7859e6696918606b
parent203fe589aeb73159714d5b635a47ee9d8489dbd3
gpio: Add DW APB GPIO driver

Add driver for the DesignWare APB GPIO IP block.
This driver is DM capable and probes from DT.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Simon Glass <sjg@chromium.org>
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/dwapb_gpio.c [new file with mode: 0644]