Re: [U-Boot] [PATCH] gpio: Add PCA9698 40-bit I2C I/O port

2011-10-28 Thread Stefan Roese
Hi Dirk, On Wednesday 26 October 2011 08:44:56 Eibach, Dirk wrote: is this some v3 of the patch? If so, where is the change log? What has been changes? As you can see in http://patchwork.ozlabs.org/patch/120771/ message archive I did a send without v3 tag and changelog by mistake. The

Re: [U-Boot] [PATCH] gpio: Add PCA9698 40-bit I2C I/O port

2011-10-28 Thread Wolfgang Denk
Dear Stefan Roese, In message 201110280825.08189...@denx.de you wrote: Wolfgang, what would you prefer? Should Dirk just send an incremental patch? Yes, please. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office:

Re: [U-Boot] [PATCH] gpio: Add PCA9698 40-bit I2C I/O port

2011-10-26 Thread Eibach, Dirk
Dear Wolfgang, In message 1319101940-780-1-git-send-email-eib...@gdsys.de you wrote: Signed-off-by: Dirk Eibach eib...@gdsys.de --- drivers/gpio/Makefile |1 + drivers/gpio/pca9698.c | 143 include/pca9698.h | 34

Re: [U-Boot] [PATCH] gpio: Add PCA9698 40-bit I2C I/O port

2011-10-23 Thread Wolfgang Denk
Dear Dirk Eibach, In message 1319101940-780-1-git-send-email-eib...@gdsys.de you wrote: Signed-off-by: Dirk Eibach eib...@gdsys.de --- drivers/gpio/Makefile |1 + drivers/gpio/pca9698.c | 143 include/pca9698.h | 34 +++

Re: [U-Boot] [PATCH] gpio: Add PCA9698 40-bit I2C I/O port

2011-10-21 Thread Wolfgang Denk
Dear eib...@gdsys.de, In message 1317719635-2792-1-git-send-email-eib...@gdsys.de you wrote: From: Dirk Eibach eib...@gdsys.de Signed-off-by: Dirk Eibach eib...@gdsys.de --- drivers/gpio/Makefile |1 + drivers/gpio/pca9698.c | 123

Re: [U-Boot] [PATCH] gpio: Add PCA9698 40-bit I2C I/O port

2011-10-20 Thread Stefan Roese
On Thursday 20 October 2011 11:12:20 Dirk Eibach wrote: Signed-off-by: Dirk Eibach eib...@gdsys.de Next time please update the patch version in the subject and add the changes below the --- line. Other than this: Acked-by: Stefan Roese s...@denx.de Thanks, Stefan -- DENX Software Engineering

Re: [U-Boot] [PATCH] gpio: Add PCA9698 40-bit I2C I/O port

2011-10-20 Thread Eibach, Dirk
Next time please update the patch version in the subject and add the changes below the --- line. Other than this: Oops, wrong serialization of save / git-send-email. I did a resend. Cheers Dirk ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH] gpio: Add PCA9698 40-bit I2C I/O port

2011-10-18 Thread Stefan Roese
Hi Dirk, On Tuesday 04 October 2011 11:13:51 eib...@gdsys.de wrote: From: Dirk Eibach eib...@gdsys.de Checkpatch output: ERROR: memset size is 3rd argument, not the second. #239: FILE: drivers/gpio/pca9698.c:120: + memset(data, sizeof(data), 0); total: 1 errors, 0 warnings, 139 lines

[U-Boot] [PATCH] gpio: Add PCA9698 40-bit I2C I/O port

2011-10-04 Thread eibach
From: Dirk Eibach eib...@gdsys.de Signed-off-by: Dirk Eibach eib...@gdsys.de --- drivers/gpio/Makefile |1 + drivers/gpio/pca9698.c | 123 include/pca9698.h |9 3 files changed, 133 insertions(+), 0 deletions(-) create mode