[U-Boot] [PATCH v3 03/16] Add gpio_request() to asm-generic header
Kim Phillips
kim.phillips at freescale.com
Tue Jan 10 03:22:37 CET 2012
On Sun, 8 Jan 2012 03:44:19 -0500
Mike Frysinger <vapier at 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 3608b70fec881ccd4e41180c22662293a7e37b66
Author: Joe Hershberger <joe.hershberger at ni.com>
Date: Fri Nov 11 15:55:35 2011 -0600
gpio: Modify common gpio.h to more closely match Linux
Change "int gp" to "unsigned gpio"
Add request and free entry-points
Signed-off-by: Joe Hershberger <joe.hershberger at ni.com>
Cc: Joe Hershberger <joe.hershberger at gmail.com>
Signed-off-by: Kim Phillips <kim.phillips at freescale.com>
Kim
More information about the U-Boot
mailing list