From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 15 Dec 2011 14:50:16 +0100 Subject: [U-Boot] [PATCH 00/18 V2] CHECKPATCH: fpgadata.c cleanup In-Reply-To: <201112151445.16641.sr@denx.de> References: <1323955619-8691-1-git-send-email-marek.vasut@gmail.com> <201112151434.08178.marek.vasut@gmail.com> <201112151445.16641.sr@denx.de> Message-ID: <201112151450.16300.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > Hi Marek, > > On Thursday 15 December 2011 14:34:08 Marek Vasut wrote: > > > board/dave/PPChameleonEVB/fpgadata.c | 3416 +++++--- > > > board/esd/apc405/fpgadata.c | 6012 ++++++++---- > > > board/esd/ar405/fpgadata.c | 8250 +++++++++++------ > > > board/esd/ar405/fpgadata_xl30.c | 7308 ++++++++++----- > > > board/esd/ash405/fpgadata.c | 7475 ++++++++++----- > > > board/esd/canbt/fpgadata.c | 1211 ++- > > > board/esd/cpci405/fpgadata_cpci405.c | 1025 ++- > > > board/esd/cpci405/fpgadata_cpci4052.c | 2294 +++-- > > > board/esd/cpci405/fpgadata_cpci405ab.c | 3854 +++++--- > > > board/esd/cpciiser4/fpgadata.c | 6204 +++++++++----- > > > board/esd/dasa_sim/fpgadata.c | 5855 ++++++++---- > > > board/esd/du405/fpgadata.c | 2108 +++-- > > > board/esd/hh405/fpgadata.c | 7551 ++++++++++----- > > > board/esd/pci405/fpgadata.c | 2238 +++-- > > > board/esd/plu405/fpgadata.c | 3537 +++++--- > > > board/esd/tasreg/fpgadata.c |15992 > > > > > > +++++++++++++++++++++----------- board/esd/voh405/fpgadata.c > > > | 6032 ++++++++---- > > > > > > board/esd/wuh405/fpgadata.c | 5454 ++++++++---- > > > 18 files changed, 63874 insertions(+), 31942 deletions(-) > > > > > > V2: Align to 8 bytes per line. > > > Cc: Anatolij Gustschin > > > Cc: Stefano Babic > > > > > > Anatolij, Stefano, can you skim through these and give me your ACK so I > > > can push them through staging ? Still, there is around three thousand > > > files that don't conform to checkpatch style. > > > > Stefan, adding you to CC, can you please review this patches ? > > Matthias from esd is responsible for this code now (added to Cc). IIRC, > then this code was automatically generated by some tool (FPGA binary data > -> C code). > > But still: > > Acked-by: Stefan Roese Thanks for adding him. Also, I submitted further set of realignment patches. Who will merge this, shall I do and push or will you do it ? Thanks! M