commit | f517afd5df152a266970a3be10fdf9fbf2a11280 | [log] [tgz] |
---|---|---|
author | Laurence Withers <lwithers@guralp.com> | Mon Jul 18 09:26:01 2011 -0400 |
committer | U-Boot <uboot@aari01-12.(none)> | Wed Aug 03 12:49:19 2011 +0200 |
tree | e4f8c87cf51aa368e52345c78e6c431867781430 | |
parent | 0bf98f1d13224b0c7a18c72f4aaa6a04df982a47 [diff] |
DA8xx: add generic GPIO driver Add a generic GPIO driver for the DaVinci DA8xx processors. It is turned on by defining CONFIG_DA8XX_GPIO and fulfills the generic GPIO interface specified in <asm/gpio.h> . The driver has support for both manipulating GPIO pins as well as automatically configuring the pin multiplexor registers to set the pin function to GPIO. Signed-off-by: Laurence Withers <lwithers@guralp.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>