summaryrefslogtreecommitdiff
path: root/drivers/gpio/at91_gpio.c
Commit message (Collapse)AuthorAgeLines
* AT91: change includes from asm/arch/io.h to asm/io.hReinhard Meyer2011-05-18-1/+1
| | | | | | and remove the now unused asm/arch-at91/io.h Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de>
* AT91: fix related at91 driver filesReinhard Meyer2011-05-18-21/+31
| | | | Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de>
* add a new AT91 GPIO driverJens Scharsig2010-02-12-0/+214
* add a real AT91 GPIO driver instead of header inline code * resolve the mixing of port and pins * change board config files to use new driver * add macros to gpio to realize backward compatibility Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>