From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Eibach Date: Mon, 06 May 2013 16:16:27 +0200 Subject: [U-Boot] [PATCH v2 05/10] powerpc/ppc4xx: Support gdsys multichannel iocon hardware In-Reply-To: <20130506141236.1FA85380E1C@gemini.denx.de> References: <1367847325-21463-1-git-send-email-dirk.eibach@gdsys.cc> <1367847325-21463-6-git-send-email-dirk.eibach@gdsys.cc> <20130506141236.1FA85380E1C@gemini.denx.de> Message-ID: <49d89b84e14cf375d9e113fcc15ce289@gdsys.cc> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Wolfgang, > Dear dirk.eibach at gdsys.cc, > > In message <1367847325-21463-6-git-send-email-dirk.eibach@gdsys.cc> > you wrote: >> From: Dirk Eibach >> >> Signed-off-by: Dirk Eibach >> >> --- >> Changes in v2: >> - fpga_state has been moved to arch_global_data >> - include cmd_fpgad in iocon >> - use multibus soft-i2c in iocon > > Please fix the checkpatch errors. if we are talking about: CHECK: Blank lines aren't necessary before a close brace '}' #491: FILE: include/configs/iocon.h:141: + +#define CONFIG_SYS_CH7301_I2C {1, 2, 3, 4} This seems to be a false positive. Cheers Dirk