public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 00/14] More fixes GCC 4.6 build warnings
@ 2011-11-30  8:17 Wolfgang Denk
  2011-11-30  8:17 ` [U-Boot] [PATCH 01/14] alpr board: Fix " Wolfgang Denk
                   ` (13 more replies)
  0 siblings, 14 replies; 41+ messages in thread
From: Wolfgang Denk @ 2011-11-30  8:17 UTC (permalink / raw)
  To: u-boot

Here is anothe rbatch of patches for GCC 4.6 build warnings on PPC
boards.

Note that not all patches are actually checkpatch-clean.  There are
some boards which are more or less dead (for example, the Marvell
DB64360 and DB64460 boards): they have not been actively maintained
for a number of years, but making them build-clean was about the same
effort as removing them, so I decided to kep them for now, but I did
not invest efforts n a real cleanup.

Wolfgang Denk (14):
  alpr board: Fix GCC 4.6 build warnings
  board/amirix/ap1000/flash.c: Fix GCC 4.6 build warning
  drivers/block/sata_dwc.c: Fix GCC 4.6 build warning
  board/cray/L1/flash.c: Fix GCC 4.6 build warning
  DB64360: Fix GCC 4.6 build warnings
  DB64460: Fix GCC 4.6 build warnings
  board/sandburst/common/flash.c: Fix GCC 4.6 build warning
  drivers/usb/host/sl811-hcd.c: Fix GCC 4.6 build warning
  post/board/lwmon5/gdc.c: Fix GCC 4.6 build warning
  board/mpl/common/flash.c: Fix GCC 4.6 build warning
  board/freescale/mpc8610hpcd/mpc8610hpcd.c: Fix GCC 4.6 build warning
  arch/powerpc/cpu/mpc86xx/cpu.c: Fix GCC 4.6 build warning
  board/sbc405/strataflash.c: Fix GCC 4.6 build warning
  board/emk/top860/top860.c: Fix GCC 4.6 build warning

 arch/powerpc/cpu/mpc86xx/cpu.c            |    3 -
 board/Marvell/db64360/db64360.c           |    3 +-
 board/Marvell/db64360/mv_eth.c            |   33 +--
 board/Marvell/db64360/sdram_init.c        |  517 ++++++++++++++---------------
 board/Marvell/db64460/db64460.c           |    3 +-
 board/Marvell/db64460/mv_eth.c            |   33 +--
 board/Marvell/db64460/sdram_init.c        |  515 ++++++++++++++---------------
 board/amirix/ap1000/flash.c               |    3 -
 board/cray/L1/flash.c                     |   25 +-
 board/emk/top860/top860.c                 |    7 +-
 board/freescale/mpc8610hpcd/mpc8610hpcd.c |    3 +-
 board/mpl/common/flash.c                  |    3 +-
 board/prodrive/alpr/fpga.c                |    3 -
 board/prodrive/alpr/nand.c                |    4 +-
 board/sandburst/common/flash.c            |    5 +-
 board/sbc405/strataflash.c                |    3 -
 drivers/block/sata_dwc.c                  |    6 +-
 drivers/usb/host/sl811-hcd.c              |   12 +-
 post/board/lwmon5/gdc.c                   |    3 +-
 19 files changed, 535 insertions(+), 649 deletions(-)

-- 
1.7.6.4

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

end of thread, other threads:[~2011-12-01 23:17 UTC | newest]

Thread overview: 41+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-30  8:17 [U-Boot] [PATCH 00/14] More fixes GCC 4.6 build warnings Wolfgang Denk
2011-11-30  8:17 ` [U-Boot] [PATCH 01/14] alpr board: Fix " Wolfgang Denk
2011-12-01  8:55   ` Stefan Roese
2011-12-01 23:09   ` Wolfgang Denk
2011-11-30  8:17 ` [U-Boot] [PATCH 02/14] board/amirix/ap1000/flash.c: Fix GCC 4.6 build warning Wolfgang Denk
2011-12-01 22:10   ` Marek Vasut
2011-12-01 23:10   ` Wolfgang Denk
2011-11-30  8:17 ` [U-Boot] [PATCH 03/14] drivers/block/sata_dwc.c: " Wolfgang Denk
2011-12-01 23:10   ` Wolfgang Denk
2011-11-30  8:17 ` [U-Boot] [PATCH 04/14] board/cray/L1/flash.c: " Wolfgang Denk
2011-12-01 22:10   ` Marek Vasut
2011-12-01 23:11   ` Wolfgang Denk
2011-11-30  8:17 ` [U-Boot] [PATCH 05/14] DB64360: Fix GCC 4.6 build warnings Wolfgang Denk
2011-12-01 23:11   ` Wolfgang Denk
2011-11-30  8:17 ` [U-Boot] [PATCH 06/14] DB64460: " Wolfgang Denk
2011-12-01 23:11   ` Wolfgang Denk
2011-11-30  8:17 ` [U-Boot] [PATCH 07/14] board/sandburst/common/flash.c: Fix GCC 4.6 build warning Wolfgang Denk
2011-12-01 22:11   ` Marek Vasut
2011-12-01 23:12   ` Wolfgang Denk
2011-11-30  8:17 ` [U-Boot] [PATCH 08/14] drivers/usb/host/sl811-hcd.c: " Wolfgang Denk
2011-12-01 22:13   ` Marek Vasut
2011-12-01 23:13     ` Wolfgang Denk
2011-12-01 23:14   ` Wolfgang Denk
2011-11-30  8:17 ` [U-Boot] [PATCH 09/14] post/board/lwmon5/gdc.c: " Wolfgang Denk
2011-12-01  8:55   ` Stefan Roese
2011-12-01 23:14   ` Wolfgang Denk
2011-11-30  8:17 ` [U-Boot] [PATCH 10/14] board/mpl/common/flash.c: " Wolfgang Denk
2011-12-01 22:14   ` Marek Vasut
2011-12-01 23:15     ` Wolfgang Denk
2011-12-01 23:16   ` Wolfgang Denk
2011-11-30  8:17 ` [U-Boot] [PATCH 11/14] board/freescale/mpc8610hpcd/mpc8610hpcd.c: " Wolfgang Denk
2011-11-30 13:55   ` Kumar Gala
2011-12-01 23:16   ` Wolfgang Denk
2011-11-30  8:17 ` [U-Boot] [PATCH 12/14] arch/powerpc/cpu/mpc86xx/cpu.c: " Wolfgang Denk
2011-11-30 13:55   ` Kumar Gala
2011-12-01 23:16   ` Wolfgang Denk
2011-11-30  8:17 ` [U-Boot] [PATCH 13/14] board/sbc405/strataflash.c: " Wolfgang Denk
2011-12-01 22:14   ` Marek Vasut
2011-12-01 23:17   ` Wolfgang Denk
2011-11-30  8:17 ` [U-Boot] [PATCH 14/14] board/emk/top860/top860.c: " Wolfgang Denk
2011-12-01 23:17   ` Wolfgang Denk

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