Re: [U-Boot] [PATCH 1/2] Add GPIO Driver and IOMUX definition for S3C2440

2012-04-30 Thread Gabriel Huau
On Mon, Apr 30, 2012 at 02:25:20PM +0200, Marek Vasut wrote: > Dear Gabriel Huau, > > > On Mon, Apr 30, 2012 at 01:29:37AM +0200, Marek Vasut wrote: > > > Dear Gabriel Huau, > > > > > > Commit message got lost ? :p > > > > It's strange, I have the commit message in my log, but when I > > format-

Re: [U-Boot] [PATCH 1/2] Add GPIO Driver and IOMUX definition for S3C2440

2012-04-30 Thread Marek Vasut
Dear Gabriel Huau, > On Mon, Apr 30, 2012 at 01:29:37AM +0200, Marek Vasut wrote: > > Dear Gabriel Huau, > > > > Commit message got lost ? :p > > It's strange, I have the commit message in my log, but when I > format-patch, The commit message is set only in the subject, not > in the body. Are y

Re: [U-Boot] [PATCH 1/2] Add GPIO Driver and IOMUX definition for S3C2440

2012-04-30 Thread Gabriel Huau
On Mon, Apr 30, 2012 at 01:29:37AM +0200, Marek Vasut wrote: > Dear Gabriel Huau, > > Commit message got lost ? :p It's strange, I have the commit message in my log, but when I format-patch, The commit message is set only in the subject, not in the body. Any idea ? __

Re: [U-Boot] [PATCH 1/2] Add GPIO Driver and IOMUX definition for S3C2440

2012-04-29 Thread Marek Vasut
Dear Gabriel Huau, Commit message got lost ? :p > Signed-off-by: Gabriel Huau > --- > arch/arm/include/asm/arch-s3c24x0/gpio.h | 183 > +++ arch/arm/include/asm/arch-s3c24x0/iomux.h | > 197 + drivers/gpio/Makefile > |

[U-Boot] [PATCH 1/2] Add GPIO Driver and IOMUX definition for S3C2440

2012-04-29 Thread Gabriel Huau
Signed-off-by: Gabriel Huau --- arch/arm/include/asm/arch-s3c24x0/gpio.h | 183 +++ arch/arm/include/asm/arch-s3c24x0/iomux.h | 197 + drivers/gpio/Makefile |1 + drivers/gpio/s3c2440_gpio.c | 74 ++