Re: [U-Boot] [PATCH 09/14] fdt: Add polarity-aware gpio functions to fdtdec

2012-11-15 Thread Simon Glass
Hi Stephen, On Thu, Nov 15, 2012 at 3:46 PM, Stephen Warren wrote: > On 11/15/2012 04:31 PM, Simon Glass wrote: >> Hi Stephen, >> >> On Wed, Oct 31, 2012 at 9:50 PM, Stephen Warren >> wrote: >>> On 10/31/2012 05:59 PM, Simon Glass wrote: Hi, On Fri, Oct 26, 2012 at 12:17 AM, Luca

Re: [U-Boot] [PATCH 09/14] fdt: Add polarity-aware gpio functions to fdtdec

2012-11-15 Thread Stephen Warren
On 11/15/2012 04:31 PM, Simon Glass wrote: > Hi Stephen, > > On Wed, Oct 31, 2012 at 9:50 PM, Stephen Warren wrote: >> On 10/31/2012 05:59 PM, Simon Glass wrote: >>> Hi, >>> >>> On Fri, Oct 26, 2012 at 12:17 AM, Lucas Stach wrote: Am Donnerstag, den 25.10.2012, 19:31 -0700 schrieb Simon Gla

Re: [U-Boot] [PATCH 09/14] fdt: Add polarity-aware gpio functions to fdtdec

2012-11-15 Thread Simon Glass
Hi Stephen, On Wed, Oct 31, 2012 at 9:50 PM, Stephen Warren wrote: > On 10/31/2012 05:59 PM, Simon Glass wrote: >> Hi, >> >> On Fri, Oct 26, 2012 at 12:17 AM, Lucas Stach wrote: >>> Am Donnerstag, den 25.10.2012, 19:31 -0700 schrieb Simon Glass: From: Sean Paul Add get and set gp

Re: [U-Boot] [PATCH 09/14] fdt: Add polarity-aware gpio functions to fdtdec

2012-10-31 Thread Stephen Warren
On 10/31/2012 05:59 PM, Simon Glass wrote: > Hi, > > On Fri, Oct 26, 2012 at 12:17 AM, Lucas Stach wrote: >> Am Donnerstag, den 25.10.2012, 19:31 -0700 schrieb Simon Glass: >>> From: Sean Paul >>> >>> Add get and set gpio functions to fdtdec that take into account the >>> polarity field in fdtde

Re: [U-Boot] [PATCH 09/14] fdt: Add polarity-aware gpio functions to fdtdec

2012-10-31 Thread Simon Glass
Hi, On Fri, Oct 26, 2012 at 12:17 AM, Lucas Stach wrote: > Am Donnerstag, den 25.10.2012, 19:31 -0700 schrieb Simon Glass: >> From: Sean Paul >> >> Add get and set gpio functions to fdtdec that take into account the >> polarity field in fdtdec_gpio_state.flags. >> > In another thread Stephen War

Re: [U-Boot] [PATCH 09/14] fdt: Add polarity-aware gpio functions to fdtdec

2012-10-26 Thread Lucas Stach
Am Donnerstag, den 25.10.2012, 19:31 -0700 schrieb Simon Glass: > From: Sean Paul > > Add get and set gpio functions to fdtdec that take into account the > polarity field in fdtdec_gpio_state.flags. > In another thread Stephen Warren and I came to the conclusion that we most likely should remove

[U-Boot] [PATCH 09/14] fdt: Add polarity-aware gpio functions to fdtdec

2012-10-25 Thread Simon Glass
From: Sean Paul Add get and set gpio functions to fdtdec that take into account the polarity field in fdtdec_gpio_state.flags. Signed-off-by: Sean Paul Signed-off-by: Simon Glass --- include/fdtdec.h | 16 lib/fdtdec.c | 20 2 files changed, 36 in