u-boot-brain/arch/arm
Sanjeev Premi 81bdc155c7 omap: gpio: Use generic API
Convert all OMAP specific functions to use the common API
definitions in include/asm/gpio.h. In the process, made
few additional changes:
 - Use -EINVAL consistently. -1 was used in many places.
 - Removed one-liner static functions that were used only
   once. Replaced the content as necessary.
 - Combines implementation of functions omap_get_gpio_dataout()
   and omap_get_gpio_datain(). To do so, new static function
   _get_gpio_direction() was added.

Signed-off-by: Sanjeev Premi <premi@ti.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
2011-09-13 08:25:15 +02:00
..
cpu omap: gpio: Use generic API 2011-09-13 08:25:15 +02:00
include/asm omap: gpio: Use generic API 2011-09-13 08:25:15 +02:00
lib armv7: cache: remove flush on un-aligned invalidate 2011-09-04 11:36:16 +02:00
config.mk arm: adjust PLATFORM_LIBS for SPL 2011-07-26 14:43:48 +02:00