From: Matthias Fuchs <matthias.fuchs@esd.eu>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 00/18 V2] CHECKPATCH: fpgadata.c cleanup
Date: Thu, 15 Dec 2011 16:40:22 +0100 [thread overview]
Message-ID: <4EEA14E6.2020000@esd.eu> (raw)
In-Reply-To: <1323955619-8691-1-git-send-email-marek.vasut@gmail.com>
Hi Marek,
thanks for that work.
The patches against the esd files are
Acked-by: Matthias Fuchs <matthias.fuchs@esd.eu>
Matthias
On 15.12.2011 14:26, Marek Vasut wrote:
> First of the CHECKPATCH series of patches with per-file checkpatch fixes.
>
> This series fixes all files fpgadata.c, which contains PPC FPGA firmwares. There
> are no functional changes, only CHECKPATCH fixes.
>
> Marek Vasut (18):
> CHECKPATCH: ./board/dave/PPChameleonEVB/fpgadata.c
> CHECKPATCH: ./board/esd/cpciiser4/fpgadata.c
> CHECKPATCH: ./board/esd/du405/fpgadata.c
> CHECKPATCH: ./board/esd/canbt/fpgadata.c
> CHECKPATCH: ./board/esd/cpci405/fpgadata_cpci4052.c
> CHECKPATCH: ./board/esd/cpci405/fpgadata_cpci405ab.c
> CHECKPATCH: ./board/esd/cpci405/fpgadata_cpci405.c
> CHECKPATCH: ./board/esd/wuh405/fpgadata.c
> CHECKPATCH: ./board/esd/plu405/fpgadata.c
> CHECKPATCH: ./board/esd/ar405/fpgadata.c
> CHECKPATCH: ./board/esd/ar405/fpgadata_xl30.c
> CHECKPATCH: ./board/esd/dasa_sim/fpgadata.c
> CHECKPATCH: ./board/esd/ash405/fpgadata.c
> CHECKPATCH: ./board/esd/voh405/fpgadata.c
> CHECKPATCH: ./board/esd/apc405/fpgadata.c
> CHECKPATCH: ./board/esd/tasreg/fpgadata.c
> CHECKPATCH: ./board/esd/pci405/fpgadata.c
> CHECKPATCH: ./board/esd/hh405/fpgadata.c
>
> 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 <agust@denx.de>
> Cc: Stefano Babic <sbabic@denx.de>
>
> 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.
>
--
------------------------------------------------------------------------
Dipl.-Ing. Matthias Fuchs
Head of System Design
esd electronic system design gmbh
Vahrenwalder Str. 207 - 30165 Hannover - GERMANY
Phone: +49-511-37298-0 - Fax: +49-511-37298-68
Please visit our homepage http://www.esd.eu
Quality Products - Made in Germany
Besuchen Sie uns auf der embedded world 2012
in Halle 4, Stand 129
vom 28. Februar - 01. M?rz 2012 in N?rnberg!
------------------------------------------------------------------------
Gesch?ftsf?hrer: Klaus Detering
Amtsgericht Hannover HRB 51373 - VAT-ID DE 115672832
-------------------------------------------------------------------------
next prev parent reply other threads:[~2011-12-15 15:40 UTC|newest]
Thread overview: 79+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-15 13:26 [U-Boot] [PATCH 00/18 V2] CHECKPATCH: fpgadata.c cleanup Marek Vasut
2011-12-15 13:26 ` [U-Boot] [PATCH 01/18 V2] CHECKPATCH: ./board/dave/PPChameleonEVB/fpgadata.c Marek Vasut
2011-12-17 20:42 ` Anatolij Gustschin
2011-12-17 23:08 ` Wolfgang Denk
2011-12-15 13:26 ` [U-Boot] [PATCH 02/18 V2] CHECKPATCH: ./board/esd/cpciiser4/fpgadata.c Marek Vasut
2011-12-17 20:44 ` Anatolij Gustschin
2011-12-17 23:08 ` Wolfgang Denk
2011-12-15 13:26 ` [U-Boot] [PATCH 03/18 V2] CHECKPATCH: ./board/esd/du405/fpgadata.c Marek Vasut
2011-12-17 20:46 ` Anatolij Gustschin
2011-12-17 23:09 ` Wolfgang Denk
2011-12-15 13:26 ` [U-Boot] [PATCH 04/18 V2] CHECKPATCH: ./board/esd/canbt/fpgadata.c Marek Vasut
2011-12-17 20:46 ` Anatolij Gustschin
2011-12-17 23:09 ` Wolfgang Denk
2011-12-15 13:26 ` [U-Boot] [PATCH 05/18 V2] CHECKPATCH: ./board/esd/cpci405/fpgadata_cpci4052.c Marek Vasut
2011-12-17 20:47 ` Anatolij Gustschin
2011-12-17 23:09 ` Wolfgang Denk
2011-12-15 13:26 ` [U-Boot] [PATCH 06/18 V2] CHECKPATCH: ./board/esd/cpci405/fpgadata_cpci405ab.c Marek Vasut
2011-12-17 20:47 ` Anatolij Gustschin
2011-12-17 23:09 ` Wolfgang Denk
2011-12-15 13:26 ` [U-Boot] [PATCH 07/18 V2] CHECKPATCH: ./board/esd/cpci405/fpgadata_cpci405.c Marek Vasut
2011-12-17 20:47 ` Anatolij Gustschin
2011-12-17 23:09 ` Wolfgang Denk
2011-12-15 13:26 ` [U-Boot] [PATCH 08/18 V2] CHECKPATCH: ./board/esd/wuh405/fpgadata.c Marek Vasut
2011-12-17 20:48 ` Anatolij Gustschin
2011-12-17 23:09 ` Wolfgang Denk
2011-12-15 13:26 ` [U-Boot] [PATCH 09/18 V2] CHECKPATCH: ./board/esd/plu405/fpgadata.c Marek Vasut
2011-12-17 20:49 ` Anatolij Gustschin
2011-12-17 23:09 ` Wolfgang Denk
2011-12-15 13:26 ` [U-Boot] [PATCH 10/18 V2] CHECKPATCH: ./board/esd/ar405/fpgadata.c Marek Vasut
2011-12-17 20:49 ` Anatolij Gustschin
2011-12-17 23:10 ` Wolfgang Denk
2011-12-15 13:26 ` [U-Boot] [PATCH 11/18 V2] CHECKPATCH: ./board/esd/ar405/fpgadata_xl30.c Marek Vasut
2011-12-17 20:50 ` Anatolij Gustschin
2011-12-17 23:10 ` Wolfgang Denk
2011-12-15 13:26 ` [U-Boot] [PATCH 12/18 V2] CHECKPATCH: ./board/esd/dasa_sim/fpgadata.c Marek Vasut
2011-12-17 20:50 ` Anatolij Gustschin
2011-12-17 23:10 ` Wolfgang Denk
2011-12-15 13:26 ` [U-Boot] [PATCH 13/18 V2] CHECKPATCH: ./board/esd/ash405/fpgadata.c Marek Vasut
2011-12-17 20:51 ` Anatolij Gustschin
2011-12-17 23:10 ` Wolfgang Denk
2011-12-15 13:26 ` [U-Boot] [PATCH 14/18 V2] CHECKPATCH: ./board/esd/voh405/fpgadata.c Marek Vasut
2011-12-17 20:51 ` Anatolij Gustschin
2011-12-17 23:10 ` Wolfgang Denk
2011-12-15 13:26 ` [U-Boot] [PATCH 15/18 V2] CHECKPATCH: ./board/esd/apc405/fpgadata.c Marek Vasut
2011-12-17 20:52 ` Anatolij Gustschin
2011-12-17 23:10 ` Wolfgang Denk
2011-12-15 13:26 ` [U-Boot] [PATCH 16/18 V2] CHECKPATCH: ./board/esd/tasreg/fpgadata.c Marek Vasut
2011-12-17 20:52 ` Anatolij Gustschin
2011-12-17 23:10 ` Wolfgang Denk
2011-12-15 13:26 ` [U-Boot] [PATCH 17/18 V2] CHECKPATCH: ./board/esd/pci405/fpgadata.c Marek Vasut
2011-12-17 20:53 ` Anatolij Gustschin
2011-12-17 23:10 ` Wolfgang Denk
2011-12-15 13:26 ` [U-Boot] [PATCH 18/18 V2] CHECKPATCH: ./board/esd/hh405/fpgadata.c Marek Vasut
2011-12-17 20:53 ` Anatolij Gustschin
2011-12-17 23:11 ` Wolfgang Denk
2011-12-15 13:34 ` [U-Boot] [PATCH 00/18 V2] CHECKPATCH: fpgadata.c cleanup Marek Vasut
2011-12-15 13:45 ` Stefan Roese
2011-12-15 13:50 ` Marek Vasut
2011-12-15 14:02 ` Stefan Roese
2011-12-15 14:16 ` Wolfgang Denk
2011-12-15 13:55 ` Anatolij Gustschin
2011-12-15 14:14 ` Marek Vasut
2011-12-15 15:17 ` Marek Vasut
2011-12-15 15:46 ` Matthias Fuchs
2011-12-15 18:15 ` Marek Vasut
2011-12-15 16:15 ` Stefan Roese
2011-12-15 18:17 ` Marek Vasut
2011-12-17 20:22 ` Wolfgang Denk
2011-12-15 15:40 ` Matthias Fuchs [this message]
2011-12-17 20:24 ` Wolfgang Denk
2011-12-15 17:15 ` Anatolij Gustschin
2011-12-17 20:27 ` Wolfgang Denk
2011-12-15 19:25 ` Mike Frysinger
2011-12-16 9:54 ` Marek Vasut
2011-12-16 17:13 ` Mike Frysinger
2011-12-16 17:16 ` Mike Frysinger
2012-03-03 12:02 ` Marek Vasut
2012-03-05 8:46 ` Stefano Babic
2012-03-05 11:57 ` Marek Vasut
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4EEA14E6.2020000@esd.eu \
--to=matthias.fuchs@esd.eu \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox