]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
gpio: Add GPIO driver framework for Marvell SoCs
authorAjay Bhargav <[ajay.bhargav@einfochips.com]>
Mon, 22 Aug 2011 12:27:38 +0000 (17:57 +0530)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Fri, 30 Sep 2011 20:00:52 +0000 (22:00 +0200)
commit0c44229859e613bd0267928d6005f59c3a6080d6
tree3ee6abcae0c03038c7563493c349bb1f21432cb5
parent1d5e7fb403257d62f0f2419cb83fdf6b0f02f215
gpio: Add GPIO driver framework for Marvell SoCs

This patch adds generic GPIO driver framework support for Marvell SoCs.

To enable GPIO driver define CONFIG_MARVELL_GPIO and for GPIO commands
define CONFIG_CMD_GPIO in your board configuration file.

Signed-off-by: Ajay Bhargav <ajay.bhargav@einfochips.com>
drivers/gpio/Makefile
drivers/gpio/mvgpio.c [new file with mode: 0644]
drivers/gpio/mvgpio.h [new file with mode: 0644]