Re: [U-Boot] [PATCH] Add support for IDS8313 boards

2011-09-20 Thread Wolfgang Denk
Dear Sergej, In message <4206182445660643B9AEB8D4E55BBD0A15399E41F3@HERMES2> you wrote: > > i have 2 questions: > 1. which version of checkpatch has to be used? >I used the one from 2.6.37 kernel. We normally use the one from the latest kernel version (v3.1-rc6), i. e. version 0.32 > 2. aft

Re: [U-Boot] [PATCH] Add support for IDS8313 boards

2011-09-19 Thread Wolfgang Denk
++ > 4 files changed, 807 insertions(+), 0 deletions(-) Checkpatch says: [U-Boot] [PATCH] Add support for IDS8313 boards total: 136 errors, 218 warnings, 813 lines checked Please clean up and resubmit. Thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfg

[U-Boot] [PATCH] Add support for IDS8313 boards

2011-09-19 Thread Sergej.Stepanov
This patch adds support for IDS8313 boards based on MPC8313 It contains the following components: - both of TSEC's, NOR- and NAND flash, I2C, SPI Signed-off-by: Sergej Stepanov Signed-off-by: Rolf Riehle -- board/ids/ids8313/Makefile | 52 board/ids/ids8313/ids8313.c | 179