Re: [U-Boot] [PATCH v2 01/19] Add gpio_request() to asm-generic header

2012-09-27 Thread Simon Glass
Hi Anatolij, On Fri, Sep 21, 2012 at 12:30 PM, Anatolij Gustschin wrote: > Hi Simon, > > On Wed, 13 Jun 2012 09:19:37 -0700 > Simon Glass wrote: > >> This function should also be part of the GPIO API, so add it. >> >> Signed-off-by: Simon Glass >> --- >> >> include/asm-generic/gpio.h |9 ++

Re: [U-Boot] [PATCH v2 01/19] Add gpio_request() to asm-generic header

2012-09-21 Thread Anatolij Gustschin
Hi Simon, On Wed, 13 Jun 2012 09:19:37 -0700 Simon Glass wrote: > This function should also be part of the GPIO API, so add it. > > Signed-off-by: Simon Glass > --- > > include/asm-generic/gpio.h |9 + > 1 files changed, 9 insertions(+), 0 deletions(-) Applied to staging/ag...@d

[U-Boot] [PATCH v2 01/19] Add gpio_request() to asm-generic header

2012-06-13 Thread Simon Glass
This function should also be part of the GPIO API, so add it. Signed-off-by: Simon Glass --- include/asm-generic/gpio.h |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/include/asm-generic/gpio.h b/include/asm-generic/gpio.h index c19e16c..23c9649 100644 --- a/in