Re: [U-Boot] [PATCH v2] TI: DaVinci: GPIO header file and definitions

2009-09-29 Thread Tom
s-paul...@ti.com wrote: > From: Sandeep Paulraj > > 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 simi

[U-Boot] [PATCH v2] TI: DaVinci: GPIO header file and definitions

2009-09-29 Thread s-paulraj
From: Sandeep Paulraj 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 P