summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-03cosmetic, powerpc, mpc83xx: checkpatch cleanupHeiko Schocher
2011-11-03powerpc/83xx: move km 83xx specific i2c code to km83xx_i2cHolger Brunck
2011-11-03mpc83xx: fix global timer structure definitionKim Phillips
2011-11-03sandbox: drop unused returnMike Frysinger
2011-11-03sandbox: put stdin into raw modeMike Frysinger
2011-11-03serial: sandbox: use ssize_t to match os_readMike Frysinger
2011-11-03serial: sandbox: optimize putsMike Frysinger
2011-11-03sandbox/tegra2: fix typo in autocomplete defineMike Frysinger
2011-11-03sandbox: Change md command to use map_physmemSimon Glass
2011-11-03sandbox: Adjust Makefile so that standalone/api are not builtSimon Glass
2011-11-03sandbox: Add asm/cache.h for sandboxAnton staaf
2011-11-03Reduce build timesWolfgang Denk
2011-11-03post/post.c: fix GCC 4.6 build warningsWolfgang Denk
2011-11-03post/post.c: CodingStyle cleanupWolfgang Denk
2011-11-03common/cmd_ide.c: fix GCC 4.6 build warningsWolfgang Denk
2011-11-03common/cmd_ide.c: CodingStyle cleanupWolfgang Denk
2011-11-03drivers/rtc/ds1337.c: fix GCC 4.6 build warningsWolfgang Denk
2011-11-034xx_pci.c: add error checking, fix GCC 4.6 build warningWolfgang Denk
2011-11-03board/prodrive/p3mx/mv_eth.c: fix GCC 4.6 build warningsWolfgang Denk
2011-11-034xx_enet.c: fix GCC 4.6 build warningsWolfgang Denk
2011-11-034xx_uart.c: fix GCC 4.6 build warningsWolfgang Denk
2011-11-03drivers/net/eepro100.c: fix GCC 4.6 build warningsWolfgang Denk
2011-11-03board/g2000/strataflash.c: fix GCC 4.6 build warningsWolfgang Denk
2011-11-03board/jse/flash.c: fix GCC 4.6 build warningsWolfgang Denk
2011-11-03drivers/net/ns8382x.c: fix GCC 4.6 build warningsWolfgang Denk
2011-11-03arch/powerpc/lib/board.c: fix build warningWolfgang Denk
2011-11-03Merge branch 'master' of git://git.denx.de/u-boot-mmcWolfgang Denk
2011-11-03Merge branch 'master' of git://git.denx.de/u-boot-x86Wolfgang Denk
2011-11-03Merge branch 'master' of git://git.denx.de/u-boot-nds32Wolfgang Denk
2011-11-03e1000: fix bugs from recent commitsWolfgang Denk
2011-11-03tegra2: Move MMC clock initialization into MMC driverStephen Warren
2011-11-03mmc: sdhci: fix sdma bug for large file transferLei Wen
2011-11-03mmc: sdhci: add timeout for data transferLei Wen
2011-11-03mmc: sdhci: add mmc structure for hostLei Wen
2011-11-03mmc: sdhci: fix build warningLei Wen
2011-11-03mmc: sdhci: fix cache flushLei Wen
2011-11-03mmc: CMD7:MMC_CMD_SELECT_CARD response fixAjay Bhargav
2011-11-03mmc: test mmc bus width on startupLei Wen
2011-11-03mmc: change magic number to macro defineLei Wen
2011-11-03mmc: mv_sdhci: fix 8bus width access for 88SV331xV5Lei Wen
2011-11-03mmc: retry the cmd8 to meet 74 clocks requirement in the specLei Wen
2011-11-03PXA: Add MMC driver using the generic MMC frameworkMarek Vasut
2011-11-02x86: Fix a compiler warning in arch/x86/lib/realmode.cGabe Black
2011-11-02x86: Remove the prototype for the unused function board_initGabe Black
2011-11-02x86: Rename include/asm/ic to include/asm/arch-sc520Graeme Russ
2011-11-02x86: turn off cache: set control register properlyOndrej Kupka
2011-11-01nds32: asm/io.h: add __iormb __iowmb and inline io supportMacpaul Lin
2011-11-01nds32: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentMacpaul Lin
2011-11-01nds32: Use getenv_ulong() in place of getenv(), strtoulMacpaul Lin
2011-10-27e1000: Allow direct access to the E1000 SPI EEPROM deviceKyle Moffett