]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
TI: DaVinci: GPIO header file and definitions
authorSandeep Paulraj <s-paulraj@ti.com>
Tue, 29 Sep 2009 14:02:38 +0000 (10:02 -0400)
committerTom Rix <Tom.Rix@windriver.com>
Sun, 4 Oct 2009 15:51:31 +0000 (10:51 -0500)
commit67682a3890ee9f67611934a2a4a35f33c89d8da3
treee9f1d0e4fcf275a6cb86cd247ceaf1e2d46f7309
parent6824fda1826118e5c5fdcd67b4154dae94483d67
TI: DaVinci: GPIO header file and definitions

Some DaVinci SOC's use GPIOs to enable EMAC and DM9000.
This patch adds some definitions for GPIO registers and also adds
structures for GPIO.
A separate header file is being added so that in future we
can have a DaVinci GPIO driver similer to OMAP.

Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Acked-by: Tom Rix <Tom.Rix@windriver.com>
include/asm-arm/arch-davinci/gpio_defs.h [new file with mode: 0644]