summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-06dm: rtc: Add tests for real-time clocksSimon Glass3-0/+194
2015-05-06dm: test: dts: Sort the aliases in the test device tree fileSimon Glass1-4/+4
2015-05-06dm: rtc: sandbox: Enable real-time clock supportSimon Glass3-2/+2
2015-05-06dm: sandbox: dts: Add a real-time clock attached to I2CSimon Glass1-1/+11
2015-05-06dm: net: rtc: Support using driver model for rtc in sntpSimon Glass1-0/+12
2015-05-06dm: rtc: Convert 'date' command to support driver modelSimon Glass1-14/+41
2015-05-06dm: rtc: sandbox: Add a driver for the sandbox I2C RTCSimon Glass2-0/+109
2015-05-06dm: rtc: sandbox: Add an emulated I2C RTC deviceSimon Glass4-0/+286
2015-05-06dm: rtc: Add a uclass for real-time clocksSimon Glass5-0/+239
2015-05-06dm: sandbox: Add os_localtime() to obtain the system timeSimon Glass2-0/+29
2015-05-06dm: rtc: Split structure definition into its own fileSimon Glass2-25/+37
2015-05-06dm: Remove unnecessary types in bcd.hSimon Glass1-5/+3
2015-05-06dm: rtc: Rename mktime() and reduce the number of parametersSimon Glass14-41/+54
2015-05-06dm: rtc: Rename to_tm() to rtc_to_tm() and add error codeSimon Glass16-19/+36
2015-05-06dm: rtc: Rename gregorian day functionSimon Glass4-5/+20
2015-05-06fdt: Correct warning in fdt_setup_simplefb_node()Simon Glass1-1/+1
2015-05-06dm: i2c: Add an explicit test mode to the sandbox I2C driverSimon Glass4-11/+42
2015-05-06dm: i2c: Add functions to read and write a registerSimon Glass2-0/+40
2015-05-06dm: i2c: sandbox: Add debugging to the speed limitSimon Glass1-1/+3
2015-05-06dm: spi: Correct the comment on spi_get_ops()Simon Glass1-1/+1
2015-05-06cros_ec: Handle the single duplex requirement in cros_ecSimon Glass1-3/+20
2015-05-06cros_ec: Show the protocol version in the debug messageSimon Glass1-1/+2
2015-05-06dm: spi: Avoid setting the speed with every transferSimon Glass2-3/+9
2015-05-06test: dm: eth: Skip timeouts on ping testsJoe Hershberger1-0/+2
2015-05-06sandbox: eth: Add a function to skip ping timeoutsJoe Hershberger2-0/+19
2015-05-06sandbox: Add test function to advance timeJoe Hershberger3-6/+18
2015-05-06Prepare v2015.07-rc1Tom Rini1-2/+2
2015-05-06fw_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