aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-05dm: rtc: Rename mktime() and reduce the number of parametersSimon Glass14-41/+54
2015-05-05dm: rtc: Rename to_tm() to rtc_to_tm() and add error codeSimon Glass16-19/+36
2015-05-05dm: rtc: Rename gregorian day functionSimon Glass4-5/+20
2015-05-05fdt: Correct warning in fdt_setup_simplefb_node()Simon Glass1-1/+1
2015-05-05dm: i2c: Add an explicit test mode to the sandbox I2C driverSimon Glass4-11/+42
2015-05-05dm: i2c: Add functions to read and write a registerSimon Glass2-0/+40
2015-05-05dm: i2c: sandbox: Add debugging to the speed limitSimon Glass1-1/+3
2015-05-05dm: spi: Correct the comment on spi_get_ops()Simon Glass1-1/+1
2015-05-05cros_ec: Handle the single duplex requirement in cros_ecSimon Glass1-3/+20
2015-05-05cros_ec: Show the protocol version in the debug messageSimon Glass1-1/+2
2015-05-05dm: spi: Avoid setting the speed with every transferSimon Glass2-3/+9
2015-05-05test: dm: eth: Skip timeouts on ping testsJoe Hershberger1-0/+2
2015-05-05sandbox: eth: Add a function to skip ping timeoutsJoe Hershberger2-0/+19
2015-05-05sandbox: Add test function to advance timeJoe Hershberger3-6/+18
2015-05-05Prepare v2015.07-rc1v2015.07-rc1Tom Rini1-2/+2
2015-05-05fw_env.h: include autoconf.hMax Krummenacher1-0/+1
2015-05-05Merge git://git.denx.de/u-boot-mpc85xxTom Rini89-510/+3241
2015-05-05Merge git://git.denx.de/u-boot-marvellTom Rini36-60/+379
2015-05-05arm: mvebu: Remove "u-boot.kwb" CONFIG_BUILD_TARGET for non-SPL targetsStefan Roese1-2/+0
2015-05-05arm: mvebu: db-mv784mp-gp: Fix ECC I2C addressStefan Roese1-1/+1
2015-05-05arm: mvebu: Add Armada A38x DB-88F6820-GP board supportStefan Roese8-0/+233
2015-05-05arm: mvebu: Add d-cache invalidate before enabling the d-cacheStefan Roese1-0/+3
2015-05-05arm: mvebu: mv-common.h: Add CONFIG_PREBOOTStefan Roese1-0/+1
2015-05-05arm: mvebu: Remove coherency configurationStefan Roese1-3/+0
2015-05-05arm: mvebu: Change network init code to allow a more flexible setupStefan Roese4-7/+20
2015-05-05arm: mvebu: Add basic Armada 38x supportStefan Roese3-16/+73
2015-05-05arm: mvebu: Move CONFIG_SPL_LDSCRIPT to common headerStefan Roese3-2/+5
2015-05-05arm: mvebu: Only define MV88F78X60 for Armada XPStefan Roese1-1/+3
2015-05-05arm: mvebu: Remove unreferenced defineStefan Roese1-3/+0
2015-05-05arm: mvebu: Change header macros from ARMADA_XP to MVEBUStefan Roese3-10/+10
2015-05-05arm: mvebu: Move mvebu-common into mach-mvebuStefan Roese15-6/+21
2015-05-05arm: armada-xp: Move SoC headers to mach-mvebu/include/machStefan Roese6-3/+3
2015-05-05arm: armada-xp: Move SoC sources to mach-mvebuStefan Roese6-1/+1
2015-05-05Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini16-75/+77
2015-05-05Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini8-13/+113
2015-05-05ARM: mmc: bcm283x: Remove get_timer_us() from mmc driverMarek Vasut1-2/+2
2015-05-05tegra: mmc: Set the removable flag correctlySimon Glass1-4/+8
2015-05-05mmc: bcm2835_sdhci: Use calloc to allocate bcm2835_sdhci_hostAlexander Stein1-2/+2
2015-05-05mmc: fsl_esdhc: update eMMC44 adapter card erase timeoutYangbo Lu1-2/+2
2015-05-05mmc: sdhci: add timeout setting for response busy commandKevin Liu1-0/+2
2015-05-05mmc: remove the MMC_MODE_HC flagRob Herring14-22/+12
2015-05-05mmc: Fix splitting device initializationAndrew Gabbasov2-10/+9
2015-05-05mmc: Restructure polling loops to avoid extra delaysAndrew Gabbasov1-10/+17
2015-05-05mmc: Continue polling MMC card for OCR only if it is still not readyAndrew Gabbasov1-9/+11
2015-05-05mmc: Do not pass external mmc_cmd structure to mmc_send_op_cond_iter()Andrew Gabbasov1-13/+11
2015-05-05mmc: Avoid extra duplicate entry in mmc device structureAndrew Gabbasov2-7/+7
2015-05-05mmc: Fix typo in MMC type checking macroAndrew Gabbasov1-1/+1
2015-05-05Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD1039-9982/+38648
2015-05-04Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini185-1270/+16692
2015-05-04powerpc/mpc85xx: Add board support for ucp1020Oleksandr G Zhadan16-0/+2298