Re: [U-Boot] [PATCH 09/11] Blackfin: spi: add bf6xx spi driver

2013-02-17 Thread Wolfgang Denk
Dear Sonic Zhang, In message you wrote: > > > Checkpatch issues, please fix. > > > Could the checkpatch warning "line over 80 characters" in head file > Macro definition be ignored? I think put the explanation and the > definition on the same line is more clean than to chopping to 80. No. It is

Re: [U-Boot] [PATCH 09/11] Blackfin: spi: add bf6xx spi driver

2013-02-07 Thread Sonic Zhang
On Thu, Feb 7, 2013 at 6:23 PM, Wolfgang Denk wrote: > Dear Sonic Zhang, > > In message <1360223258-6945-10-git-send-email-sonic@gmail.com> you wrote: >> From: Scott Jiang >> >> Spi driver for bf60x is different from old one, so implement a new >> driver for it. > > Checkpatch issues, please

Re: [U-Boot] [PATCH 09/11] Blackfin: spi: add bf6xx spi driver

2013-02-07 Thread Wolfgang Denk
Dear Sonic Zhang, In message <1360223258-6945-10-git-send-email-sonic@gmail.com> you wrote: > From: Scott Jiang > > Spi driver for bf60x is different from old one, so implement a new > driver for it. Checkpatch issues, please fix. Best regards, Wolfgang Denk -- DENX Software Engineering

[U-Boot] [PATCH 09/11] Blackfin: spi: add bf6xx spi driver

2013-02-06 Thread Sonic Zhang
From: Scott Jiang Spi driver for bf60x is different from old one, so implement a new driver for it. Signed-off-by: Scott Jiang Signed-off-by: Sonic Zhang Signed-off-by: Bob Liu --- .../blackfin/include/asm/mach-common/bits/spi6xx.h | 240 +++ drivers/spi/Makefile