summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| * | mtd mxc nand: Use _mxc_nand_enable_hwecc()Benoît Thébaudeau2012-09-17-16/+12
| * | spl mxc nand: Fix broken boot for correctable ECC errorsBenoît Thébaudeau2012-09-17-2/+14
| * | mxc nand: Access all ecc_status_result fieldsBenoît Thébaudeau2012-09-17-3/+6
| * | spl mxc nand: Set symmetric modeBenoît Thébaudeau2012-09-17-1/+2
| * | spl mxc nand: Remove duplicated codeBenoît Thébaudeau2012-09-17-8/+2
| * | spl mxc nand: Merge duplicated codeBenoît Thébaudeau2012-09-17-27/+23
| * | mxc nand: cosmectic: Light cleanupBenoît Thébaudeau2012-09-17-13/+11
| * | mxc nand: Merge mtd and spl register definitionsBenoît Thébaudeau2012-09-17-274/+128
| * | mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driverMarek Vasut2012-09-17-8/+2
| * | nand: Make NAND lock status compatible with MicronJoe Hershberger2012-09-17-4/+7
| * | nand: consolidate duplicated constantsJoe Hershberger2012-09-17-6/+2
| * | nand: Change ulong to loff_t and size_tJoe Hershberger2012-09-17-3/+5
| * | nand: Add support for unlock.invertJoe Hershberger2012-09-17-8/+28
| * | mtd: support ONFI multi lun NANDMatthieu CASTET2012-09-17-1/+2
* | | Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2012-09-17-8/+162
|\ \ \
| * | | i2c:soft:multi: Enable soft I2C multibus at Trats development boardŁukasz Majewski2012-09-17-7/+32
| * | | i2c:soft:multi: Support for multiple soft I2C buses at Samsung boardsŁukasz Majewski2012-09-17-0/+120
| * | | omap4 i2c: add support for i2c bus 4Koen Kooi2012-09-06-1/+10
| |/ /
* | | Merge branch 'master' of git://git.denx.de/u-boot-fdtTom Rini2012-09-17-1/+12
|\ \ \
| * | | fdt: Check if the FDT address is configuredMarek Vasut2012-09-15-1/+12
| |/ /
* | | Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini2012-09-14-33/+162
|\ \ \
| * | | MIPS: add support for qemu for little endian MIPS32 CPUsDaniel Schwierzeck2012-08-24-2/+8
| * | | MIPS: move CONFIG_STANDALONE_LOAD_ADDR to CPU config makefilesDaniel Schwierzeck2012-08-24-2/+4
| * | | MIPS: factor out endianess flag handling to arch config.mkDaniel Schwierzeck2012-08-24-22/+21
| * | | dm: mips: Import libgcc components from LinuxMarek Vasut2012-08-17-0/+122
| * | | dm: mips: Fix warnings in lb60 boardMarek Vasut2012-08-17-2/+2
| * | | dm: mips: Fix lb60 timer codeMarek Vasut2012-08-17-6/+6
| * | | dm: mips: Fix lb60 WDT controlMarek Vasut2012-08-17-1/+1
* | | | Merge branch 'master' of git://git.denx.de/u-boot-avr32Tom Rini2012-09-13-5/+412
|\ \ \ \
| * | | | avr32: add atngw100mkii boardAndreas Bießmann2012-09-13-0/+407
| * | | | Fix strict-aliasing warning in dlmallocSimon Glass2012-09-13-5/+5
| | |/ / | |/| |
* | | | Merge branch 'master' of git://www.denx.de/git/u-boot-ubiTom Rini2012-09-12-2/+2
|\ \ \ \
| * | | | ubifs: Fix ubifsload when using ZLIBVeli-Pekka Peltola2012-09-10-2/+2
| |/ / /
* | | | Merge branch 'master' of git://www.denx.de/git/u-boot-mmcTom Rini2012-09-12-49/+129
|\ \ \ \
| * | | | mmc: Remove incorrect cmd->flags usageAndy Fleming2012-09-06-4/+6
| * | | | mmc: s5p_sdhci: add the set_mmc_clk for cmu controlJaehoon Chung2012-09-05-0/+9
| * | | | mmc: s5p_sdhci: fixed wrong function argumentJaehoon Chung2012-09-05-7/+6
| * | | | mmc: s5p_sdhci: set the SDHCI_QUIRK_BROKEN_R1BJaehoon Chung2012-09-05-6/+4
| * | | | mmc: Add a SDHCI quirk for boards that have no CDJoe Hershberger2012-09-05-3/+21
| * | | | mmc: Fix version check for clock API in sdhci driverJoe Hershberger2012-09-05-5/+5
| * | | | mmcinfo: Fix help messageBenoît Thébaudeau2012-09-05-2/+1
| * | | | mmc_get_dev: Return error if mmc_init failsBenoît Thébaudeau2012-09-05-2/+1
| * | | | tegra: put eMMC environment into the boot sectorsStephen Warren2012-09-05-4/+8
| * | | | env_mmc: allow environment to be in an eMMC partitionStephen Warren2012-09-05-8/+56
| * | | | mmc: detect boot sectors using EXT_CSD_BOOT_MULT tooStephen Warren2012-09-05-1/+3
| * | | | MMC: u-boot-spl may be compiled without partition supportMikhail Kshevetskiy2012-09-05-0/+2
| * | | | mmc: fix capacity calculation when EXT_CSD_SEC_CNT is usedYoshihiro Shimoda2012-09-05-5/+5
| * | | | mmc: sh_mmcif: enable MMC_MODE_HCYoshihiro Shimoda2012-09-05-1/+1
| * | | | mmc: fix wrong timeout check in mmc_send_status()Jongman Heo2012-09-05-1/+1
| |/ / /
* | | | microblaze: board: Use bi_flashstart instead of CONFIG_SYS_FLASH_BASEMichal Simek2012-09-11-4/+6