public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 00/18] CHECKPATCH: fpgadata.c cleanup
@ 2011-12-13 23:49 Marek Vasut
  2011-12-13 23:49 ` [U-Boot] [PATCH 01/18] CHECKPATCH: ./board/esd/hh405/fpgadata.c Marek Vasut
                   ` (18 more replies)
  0 siblings, 19 replies; 23+ messages in thread
From: Marek Vasut @ 2011-12-13 23:49 UTC (permalink / raw)
  To: u-boot

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/esd/hh405/fpgadata.c
  CHECKPATCH: ./board/esd/pci405/fpgadata.c
  CHECKPATCH: ./board/esd/tasreg/fpgadata.c
  CHECKPATCH: ./board/esd/apc405/fpgadata.c
  CHECKPATCH: ./board/esd/voh405/fpgadata.c
  CHECKPATCH: ./board/esd/ash405/fpgadata.c
  CHECKPATCH: ./board/esd/dasa_sim/fpgadata.c
  CHECKPATCH: ./board/esd/ar405/fpgadata_xl30.c
  CHECKPATCH: ./board/esd/ar405/fpgadata.c
  CHECKPATCH: ./board/esd/plu405/fpgadata.c
  CHECKPATCH: ./board/esd/wuh405/fpgadata.c
  CHECKPATCH: ./board/esd/cpci405/fpgadata_cpci405.c
  CHECKPATCH: ./board/esd/cpci405/fpgadata_cpci405ab.c
  CHECKPATCH: ./board/esd/cpci405/fpgadata_cpci4052.c
  CHECKPATCH: ./board/esd/canbt/fpgadata.c
  CHECKPATCH: ./board/esd/du405/fpgadata.c
  CHECKPATCH: ./board/esd/cpciiser4/fpgadata.c
  CHECKPATCH: ./board/dave/PPChameleonEVB/fpgadata.c

 board/dave/PPChameleonEVB/fpgadata.c   | 2657 ++++---
 board/esd/apc405/fpgadata.c            | 4676 +++++++-----
 board/esd/ar405/fpgadata.c             | 6417 ++++++++++-------
 board/esd/ar405/fpgadata_xl30.c        | 5684 +++++++++-------
 board/esd/ash405/fpgadata.c            | 5814 +++++++++-------
 board/esd/canbt/fpgadata.c             |  942 ++--
 board/esd/cpci405/fpgadata_cpci405.c   |  798 ++-
 board/esd/cpci405/fpgadata_cpci4052.c  | 1785 +++--
 board/esd/cpci405/fpgadata_cpci405ab.c | 2998 +++++----
 board/esd/cpciiser4/fpgadata.c         | 4825 +++++++------
 board/esd/dasa_sim/fpgadata.c          | 4554 +++++++-----
 board/esd/du405/fpgadata.c             | 1640 +++--
 board/esd/hh405/fpgadata.c             | 5873 +++++++++-------
 board/esd/pci405/fpgadata.c            | 1741 +++--
 board/esd/plu405/fpgadata.c            | 2751 ++++---
 board/esd/tasreg/fpgadata.c            |12439 ++++++++++++++++++--------------
 board/esd/voh405/fpgadata.c            | 4692 +++++++------
 board/esd/wuh405/fpgadata.c            | 4242 +++++++-----
 18 files changed, 42586 insertions(+), 31942 deletions(-)

-- 
1.7.7.3

^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2011-12-14  3:06 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-13 23:49 [U-Boot] [PATCH 00/18] CHECKPATCH: fpgadata.c cleanup Marek Vasut
2011-12-13 23:49 ` [U-Boot] [PATCH 01/18] CHECKPATCH: ./board/esd/hh405/fpgadata.c Marek Vasut
2011-12-13 23:49 ` [U-Boot] [PATCH 02/18] CHECKPATCH: ./board/esd/pci405/fpgadata.c Marek Vasut
2011-12-13 23:49 ` [U-Boot] [PATCH 03/18] CHECKPATCH: ./board/esd/tasreg/fpgadata.c Marek Vasut
2011-12-13 23:49 ` [U-Boot] [PATCH 04/18] CHECKPATCH: ./board/esd/apc405/fpgadata.c Marek Vasut
2011-12-13 23:49 ` [U-Boot] [PATCH 05/18] CHECKPATCH: ./board/esd/voh405/fpgadata.c Marek Vasut
2011-12-13 23:49 ` [U-Boot] [PATCH 06/18] CHECKPATCH: ./board/esd/ash405/fpgadata.c Marek Vasut
2011-12-13 23:49 ` [U-Boot] [PATCH 07/18] CHECKPATCH: ./board/esd/dasa_sim/fpgadata.c Marek Vasut
2011-12-13 23:49 ` [U-Boot] [PATCH 08/18] CHECKPATCH: ./board/esd/ar405/fpgadata_xl30.c Marek Vasut
2011-12-13 23:49 ` [U-Boot] [PATCH 09/18] CHECKPATCH: ./board/esd/ar405/fpgadata.c Marek Vasut
2011-12-13 23:49 ` [U-Boot] [PATCH 10/18] CHECKPATCH: ./board/esd/plu405/fpgadata.c Marek Vasut
2011-12-13 23:49 ` [U-Boot] [PATCH 11/18] CHECKPATCH: ./board/esd/wuh405/fpgadata.c Marek Vasut
2011-12-13 23:49 ` [U-Boot] [PATCH 12/18] CHECKPATCH: ./board/esd/cpci405/fpgadata_cpci405.c Marek Vasut
2011-12-13 23:49 ` [U-Boot] [PATCH 13/18] CHECKPATCH: ./board/esd/cpci405/fpgadata_cpci405ab.c Marek Vasut
2011-12-13 23:49 ` [U-Boot] [PATCH 14/18] CHECKPATCH: ./board/esd/cpci405/fpgadata_cpci4052.c Marek Vasut
2011-12-13 23:49 ` [U-Boot] [PATCH 15/18] CHECKPATCH: ./board/esd/canbt/fpgadata.c Marek Vasut
2011-12-13 23:49 ` [U-Boot] [PATCH 16/18] CHECKPATCH: ./board/esd/du405/fpgadata.c Marek Vasut
2011-12-13 23:49 ` [U-Boot] [PATCH 17/18] CHECKPATCH: ./board/esd/cpciiser4/fpgadata.c Marek Vasut
2011-12-13 23:50 ` [U-Boot] [PATCH 18/18] CHECKPATCH: ./board/dave/PPChameleonEVB/fpgadata.c Marek Vasut
2011-12-13 23:56 ` [U-Boot] [PATCH 00/18] CHECKPATCH: fpgadata.c cleanup Graeme Russ
2011-12-14  0:37   ` Marek Vasut
2011-12-14  0:47     ` Graeme Russ
2011-12-14  3:06       ` Marek Vasut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox