Re: [U-Boot] [PATCH 03/11] Blackfin: bf60x: add serial support

2013-02-07 Thread Wolfgang Denk
Dear Sonic Zhang, In message 1360223258-6945-4-git-send-email-sonic@gmail.com you wrote: Add serial for bf60x. There is a large number of checkpatch issues. Please fix!! +/* + * All Blackfin system MMRs are padded to 32bits even if the register + * itself is only 16bits. So use a

Re: [U-Boot] [PATCH 03/11] Blackfin: bf60x: add serial support

2013-02-07 Thread Sonic Zhang
On Thu, Feb 7, 2013 at 6:15 PM, Wolfgang Denk w...@denx.de wrote: Dear Sonic Zhang, In message 1360223258-6945-4-git-send-email-sonic@gmail.com you wrote: Add serial for bf60x. There is a large number of checkpatch issues. Please fix!! OK. +/* + * All Blackfin system MMRs are

[U-Boot] [PATCH 03/11] Blackfin: bf60x: add serial support

2013-02-06 Thread Sonic Zhang
From: Sonic Zhang sonic.zh...@analog.com Add serial for bf60x. Signed-off-by: Sonic Zhang sonic.zh...@analog.com Signed-off-by: Bob Liu lliu...@gmail.com --- arch/blackfin/cpu/serial.c | 81 --- arch/blackfin/cpu/serial.h | 222