Re: [U-Boot] [PATCH v3 03/16] Add gpio_request() to asm-generic header

2012-01-09 Thread Kim Phillips
On Sun, 8 Jan 2012 03:44:19 -0500 Mike Frysinger vap...@gentoo.org wrote: On Tuesday 06 December 2011 20:24:02 Simon Glass wrote: +int gpio_request(unsigned gpio, const char *label); should add gpio_free too fyi, I just sent Wolfgang a pull request for this: commit

Re: [U-Boot] [PATCH v3 03/16] Add gpio_request() to asm-generic header

2012-01-08 Thread Mike Frysinger
On Tuesday 06 December 2011 20:24:02 Simon Glass wrote: +int gpio_request(unsigned gpio, const char *label); should add gpio_free too -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list

[U-Boot] [PATCH v3 03/16] Add gpio_request() to asm-generic header

2011-12-06 Thread Simon Glass
This function should also be part of the GPIO API, so add it. Signed-off-by: Simon Glass s...@chromium.org --- include/asm-generic/gpio.h | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/include/asm-generic/gpio.h b/include/asm-generic/gpio.h index