summaryrefslogtreecommitdiff
path: root/drivers/gpio/da8xx_gpio.c
Commit message (Collapse)AuthorAgeLines
* drivers/gpio/da8xx_gpio.c: Fix build warningAnatolij Gustschin2011-12-09-3/+0
| | | | | | | | | Fix: da8xx_gpio.c: In function 'gpio_toggle_value': da8xx_gpio.c:208:23: warning: variable 'bank' set but not used [-Wunused-but-set-variable] Signed-off-by: Anatolij Gustschin <agust@denx.de>
* Minor coding style cleanup.Wolfgang Denk2011-09-11-11/+0
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* DA8xx: add generic GPIO driverLaurence Withers2011-08-03-0/+281
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>