commit | 3ffd968ba8366c5cf04a724b5005bf6d35795010 | [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 | 377ffe25aa31821f2e19ca15996f13f9fa0a41be [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>