Re: [U-Boot] [PATCH 5/7] dm: gpio: Add draft GPIO core and convert sandbox to use it

2012-08-29 Thread Pavel Herrmann
Hi On Tuesday 21 August 2012 18:00:51 Marek Vasut wrote: ...snip... +/** + * gpio_request() - [COMPAT] Request GPIO + * gpio: GPIO number + * label:Name for the requested GPIO + * + * This function implements the API that's compatible with current + * GPIO API used in U-Boot. The

[U-Boot] [PATCH 5/7] dm: gpio: Add draft GPIO core and convert sandbox to use it

2012-08-21 Thread Marek Vasut
Signed-off-by: Marek Vasut ma...@denx.de --- arch/sandbox/lib/board.c|6 + drivers/gpio/Makefile |2 + drivers/gpio/core.c | 365 +++ drivers/gpio/sandbox.c | 58 ++- include/asm-generic/gpio.h | 19 +++