On Sun, 8 Jan 2012 03:44:19 -0500
Mike Frysinger 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 3608b70fec881ccd4e41180c22662293a7e3
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@lists.denx.
This function should also be part of the GPIO API, so add it.
Signed-off-by: Simon Glass
---
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 a1ebb28..c1d697f 100644
--- a/
3 matches
Mail list logo