summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
* | | drivers/net/enc28j60.c: Fix GCC 4.6 warningsAnatolij Gustschin2011-11-16-5/+3
* | | drivers/net/at91_emac.c: Fix GCC 4.6 warningAnatolij Gustschin2011-11-16-2/+0
* | | drivers/mtd/dataflash.c: Fix GCC 4.6 warningAnatolij Gustschin2011-11-16-3/+0
* | | drivers/spi/atmel_spi.c: Fix GCC 4.6 warningAnatolij Gustschin2011-11-16-2/+0
* | | pip405.c: Fix GCC 4.6 build warningsStefan Roese2011-11-16-4/+7
* | | mip405.c: Fix GCC 4.6 build warningsStefan Roese2011-11-16-7/+3
* | | auto_update.c: Fix GCC 4.6 build warningsStefan Roese2011-11-16-7/+1
* | | iop480_uart.c: Fix GCC 4.6 build warningsStefan Roese2011-11-16-2/+1
* | | cmd_dasa_sim.c: Fix GCC 4.6 build warningsStefan Roese2011-11-16-28/+24
* | | cmd_pci405.c: Fix GCC 4.6 build warningsStefan Roese2011-11-16-2/+1
* | | dlvision-10g.c: Fix GCC 4.6 build warningsStefan Roese2011-11-16-2/+0
* | | nand_boot.c: Fix GCC 4.6 build warningsStefan Roese2011-11-16-5/+3
* | | sata_dwc.c: Fix GCC 4.6 build warningsStefan Roese2011-11-16-32/+3
* | | 20001122-1.c: Fix GCC 4.6 build warningStefan Roese2011-11-16-2/+1
* | | 40x_spd_sdram.c: Fix GCC 4.6 build warningsStefan Roese2011-11-16-10/+10
* | | 44x_spd_ddr2.c: Fix GCC 4.6 build warningsStefan Roese2011-11-16-31/+1
* | | 44x_spd_ddr.c: Fix GCC 4.6 build warningsStefan Roese2011-11-16-4/+0
* | | cmd_ecctest.c: Fix GCC 4.6 build warningsStefan Roese2011-11-16-6/+3
* | | 4xx_ibm_ddr2_autocalib.c: Fix GCC 4.6 build warningsStefan Roese2011-11-16-6/+9
* | | 4xx_pcie.c: Fix GCC 4.6 build warningsStefan Roese2011-11-16-9/+2
* | | 4xx_enet.c: Fix GCC 4.6 build warningsStefan Roese2011-11-16-1/+2
* | | usb_ohci.c: Fix GCC 4.6 build warningsStefan Roese2011-11-16-2/+1
* | | arch/powerpc/cpu/mpc512x/i2c.c: Fix GCC 4.6 warningsAnatolij Gustschin2011-11-16-2/+1
* | | arch/powerpc/cpu/mpc512x/pci.c: Fix GCC 4.6 warningsAnatolij Gustschin2011-11-16-2/+0
* | | board/esd/cpci750/sdram_init.c: Fix GCC 4.6 build warningsWolfgang Denk2011-11-16-314/+193
* | | board/esd/cpci750/cpci750.c: Fix error handlingWolfgang Denk2011-11-16-2/+2
* | | drivers/video/ct69000.c: Fix GC 4.6 build warningWolfgang Denk2011-11-16-5/+7
* | | common/cmd_universe.c: Fix GCC 4.6 build warningWolfgang Denk2011-11-16-3/+1
* | | common/cmd_fdc.c: Fix GCC 4.6 build warningsWolfgang Denk2011-11-16-12/+17
* | | board/evb64260/zuma_pbb_mbox.c: Fix GCC 4.6 build warningsWolfgang Denk2011-11-16-7/+18
* | | board/evb64260/zuma_pbb_mbox.c: CodingStyle cleanupWolfgang Denk2011-11-16-124/+132
* | | board/evb64260/sdram_init.c: Fix GCC 4.6 build warningsWolfgang Denk2011-11-16-2/+5
* | | board/evb64260/eth.c: Fix GCC 4.6 build warningWolfgang Denk2011-11-16-18/+19
* | | board/evb64260/evb64260.c: Fix GC 4.6 build warningWolfgang Denk2011-11-16-1/+2
* | | board/evb64260/i2c.c: Fix GCC 4.6 build warningsWolfgang Denk2011-11-16-2/+1
* | | board/evb64260/i2c.c: Coding Style cleanupWolfgang Denk2011-11-16-26/+22
* | | drivers/block/sym53c8xx.c: Fix GCC 4.6 build warningWolfgang Denk2011-11-16-2/+0
* | | drivers/block/sata_sil3114.c: Fix GCC 4.6 build warningKumar Gala2011-11-16-0/+4
* | | drivers/bios_emulator/x86emu/ops.c: Fix GCC 4.6 build warningKumar Gala2011-11-16-11/+4
* | | drivers/block/ahci.c: Fix GCC 4.6 build warningKumar Gala2011-11-16-3/+0
* | | davinci, mmc: fix gcc 4.6 build warningsHeiko Schocher2011-11-16-4/+3
* | | FPGA: drivers/fpga/ivm_core.c: GCC4.6 fix build warningsStefano Babic2011-11-16-2/+0
* | | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2011-11-16-4647/+4944
|\ \ \
| * \ \ Merge branch 'master' of git://git.denx.de/u-boot-videoWolfgang Denk2011-11-16-4647/+4944
| |\ \ \
| | * | | api: export LCD device to external appsChe-Liang Chiou2011-11-15-1/+210
| | * | | font: split font data from video_font.hChe-Liang Chiou2011-11-15-4614/+4647
| | * | | tools: logo: split bmp arrays from bmp_logo.hChe-Liang Chiou2011-11-15-21/+71
| | * | | lcd: add clear and draw bitmap declarationChe-Liang Chiou2011-11-15-9/+13
| | * | | VIDEO: mx3fb: GCC4.6 fix build warningsStefano Babic2011-11-10-2/+1
| | * | | Powerpc/DIU: Fixed the 800x600 and 1024x768 resolution bugJerry Huang2011-11-10-0/+2
| | | |/ | | |/|