Re: [U-Boot] [PATCH v3 1/2] gpio: tca642x: Add the tca642x gpio expander driver

2013-07-30 Thread Tom Rini
On Thu, Jul 11, 2013 at 01:10:27PM -0500, Dan Murphy wrote: > Add the tca642x gpio expander driver > > Datasheet: > http://www.ti.com/product/tca6424a > > Signed-off-by: Dan Murphy Applied to u-boot-ti/master along with 2/2, thanks! -- Tom signature.asc Description: Digital signature _

[U-Boot] [PATCH v3 1/2] gpio: tca642x: Add the tca642x gpio expander driver

2013-07-11 Thread Dan Murphy
Add the tca642x gpio expander driver Datasheet: http://www.ti.com/product/tca6424a Signed-off-by: Dan Murphy --- v2 - Updated per comments - http://patchwork.ozlabs.org/patch/257602/ v3 - Fixed checkpatch issues - http://patchwork.ozlabs.org/patch/257841/ drivers/gpio/Makefile |1 + driv

Re: [U-Boot] [[PATCH v3 1/2] gpio: tca642x: Add the tca642x gpio expander driver

2013-07-11 Thread Dan Murphy
On 07/11/2013 09:31 AM, Tom Rini wrote: > On Wed, Jul 10, 2013 at 03:06:02PM -0500, Dan Murphy wrote: > >> Add the tca642x gpio expander driver >> >> Datasheet: >> http://www.ti.com/product/tca6424a >> >> Signed-off-by: Dan Murphy >> --- >> drivers/gpio/Makefile |1 + >> drivers/gpio/tca642x

Re: [U-Boot] [[PATCH v3 1/2] gpio: tca642x: Add the tca642x gpio expander driver

2013-07-11 Thread Tom Rini
On Wed, Jul 10, 2013 at 03:06:02PM -0500, Dan Murphy wrote: > Add the tca642x gpio expander driver > > Datasheet: > http://www.ti.com/product/tca6424a > > Signed-off-by: Dan Murphy > --- > drivers/gpio/Makefile |1 + > drivers/gpio/tca642x.c | 322 > +

[U-Boot] [[PATCH v3 1/2] gpio: tca642x: Add the tca642x gpio expander driver

2013-07-10 Thread Dan Murphy
Add the tca642x gpio expander driver Datasheet: http://www.ti.com/product/tca6424a Signed-off-by: Dan Murphy --- drivers/gpio/Makefile |1 + drivers/gpio/tca642x.c | 322 include/tca642x.h | 66 ++ 3 files changed, 389 insert