aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-07drivers/rtc/ds3231.c: fix GCC 4.6 build warningsWolfgang Denk1-13/+3
2011-11-07board/mcc200/auto_update.c: fixx GCC 4.6 build warningsWolfgang Denk1-6/+1
2011-11-07arch/powerpc/cpu/mpc5xxx/usb_ohci.c: fix GCC 4.6 build warningsWolfgang Denk1-2/+1
2011-11-07board/tqc/tqm5200/cmd_stk52xx.c: fix GC 4.6 build warningsWolfgang Denk1-11/+12
2011-11-07arch/powerpc/lib/board.c: fix build warningWolfgang Denk1-3/+0
2011-11-07arch/powerpc/lib/board.c: make (mostly) checkpatch-cleanWolfgang Denk1-221/+234
2011-11-07arch/powerpc/cpu/mpc5xxx/i2c.c: fix GC 4.6 build warningsWolfgang Denk1-4/+1
2011-11-07board/mpl/common/flash.c: fix GCC 4.6 build warningWolfgang Denk1-14/+1
2011-11-07config.mk: use memoization in cc-option macro to speed up compilationDaniel Schwierzeck1-2/+18
2011-11-03sandbox: drop unused returnMike Frysinger1-2/+0
2011-11-03sandbox: put stdin into raw modeMike Frysinger3-0/+40
2011-11-03serial: sandbox: use ssize_t to match os_readMike Frysinger1-1/+1
2011-11-03serial: sandbox: optimize putsMike Frysinger1-2/+1
2011-11-03sandbox/tegra2: fix typo in autocomplete defineMike Frysinger2-2/+2
2011-11-03sandbox: Change md command to use map_physmemSimon Glass1-2/+7
2011-11-03sandbox: Adjust Makefile so that standalone/api are not builtSimon Glass1-3/+4
2011-11-03sandbox: Add asm/cache.h for sandboxAnton staaf1-0/+33
2011-11-03Reduce build timesWolfgang Denk25-43/+67
2011-11-03post/post.c: fix GCC 4.6 build warningsWolfgang Denk1-2/+1
2011-11-03post/post.c: CodingStyle cleanupWolfgang Denk1-32/+27
2011-11-03common/cmd_ide.c: fix GCC 4.6 build warningsWolfgang Denk1-2/+0
2011-11-03common/cmd_ide.c: CodingStyle cleanupWolfgang Denk1-840/+874
2011-11-03drivers/rtc/ds1337.c: fix GCC 4.6 build warningsWolfgang Denk1-13/+3
2011-11-034xx_pci.c: add error checking, fix GCC 4.6 build warningWolfgang Denk1-2/+4
2011-11-03board/prodrive/p3mx/mv_eth.c: fix GCC 4.6 build warningsWolfgang Denk1-27/+6
2011-11-034xx_enet.c: fix GCC 4.6 build warningsWolfgang Denk1-3/+0
2011-11-034xx_uart.c: fix GCC 4.6 build warningsWolfgang Denk1-12/+14
2011-11-03drivers/net/eepro100.c: fix GCC 4.6 build warningsWolfgang Denk1-2/+0
2011-11-03board/g2000/strataflash.c: fix GCC 4.6 build warningsWolfgang Denk1-3/+0
2011-11-03board/jse/flash.c: fix GCC 4.6 build warningsWolfgang Denk1-14/+1
2011-11-03drivers/net/ns8382x.c: fix GCC 4.6 build warningsWolfgang Denk1-48/+37
2011-11-03arch/powerpc/lib/board.c: fix build warningWolfgang Denk1-1/+3
2011-11-03Merge branch 'master' of git://git.denx.de/u-boot-mmcWolfgang Denk10-55/+719
2011-11-03Merge branch 'master' of git://git.denx.de/u-boot-x86Wolfgang Denk17-18/+14
2011-11-03Merge branch 'master' of git://git.denx.de/u-boot-nds32Wolfgang Denk3-30/+65
2011-11-03e1000: fix bugs from recent commitsWolfgang Denk2-5/+6
2011-11-03tegra2: Move MMC clock initialization into MMC driverStephen Warren2-15/+10
2011-11-03mmc: sdhci: fix sdma bug for large file transferLei Wen1-1/+1
2011-11-03mmc: sdhci: add timeout for data transferLei Wen1-1/+8
2011-11-03mmc: sdhci: add mmc structure for hostLei Wen2-0/+4
2011-11-03mmc: sdhci: fix build warningLei Wen1-0/+3
2011-11-03mmc: sdhci: fix cache flushLei Wen1-1/+1
2011-11-03mmc: CMD7:MMC_CMD_SELECT_CARD response fixAjay Bhargav1-1/+1
2011-11-03mmc: test mmc bus width on startupLei Wen1-18/+26
2011-11-03mmc: change magic number to macro defineLei Wen2-16/+21
2011-11-03mmc: mv_sdhci: fix 8bus width access for 88SV331xV5Lei Wen1-0/+33
2011-11-03mmc: retry the cmd8 to meet 74 clocks requirement in the specLei Wen1-2/+14
2011-11-03PXA: Add MMC driver using the generic MMC frameworkMarek Vasut3-0/+597
2011-11-02x86: Fix a compiler warning in arch/x86/lib/realmode.cGabe Black1-1/+1
2011-11-02x86: Remove the prototype for the unused function board_initGabe Black1-1/+0