summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-23omap3: Fix SPI registers on am33xx and am43xxMartin Hejnfelt
2016-05-23kbuild: fixdep: Check fstat(2) return valueTom Rini
2016-05-23spl: Setup default value for OF_LISTMichal Simek
2016-05-23spl: fit: Print error message when FDT is not presentMichal Simek
2016-05-23mkimage: Add a quiet modeSimon Glass
2016-05-23image-fit: Don't display an error in fit_set_timestamp()Simon Glass
2016-05-23malloc: improve memalign fragmentation fixStephen Warren
2016-05-21pico-imx6ul: Select CONFIG_HUSH_PARSER optionFabio Estevam
2016-05-21eeprom: merge cmdline parsing of eeprom commandsNikita Kiryanov
2016-05-21eeprom: use eeprom_execute_command for all eeprom functionsNikita Kiryanov
2016-05-20eeprom: refactor i2c bus and devaddr parsingNikita Kiryanov
2016-05-20arm: cm-t43: add support for eeprom layout comandsNikita Kiryanov
2016-05-20arm: cm-t35: add support for eeprom layout comandsNikita Kiryanov
2016-05-20arm: cm-t3517: add support for eeprom layout comandsNikita Kiryanov
2016-05-20arm: cm-t54: add support for eeprom layout comandsNikita Kiryanov
2016-05-20arm: cm-t335: add support for eeprom layout comandsNikita Kiryanov
2016-05-20arm: cm-fx6: add support for eeprom layout comandsNikita Kiryanov
2016-05-20compulab: add support for layout aware eeprom commandsNikita Kiryanov
2016-05-20cmd: eeprom: add support for layout aware commandsNikita Kiryanov
2016-05-20cmd: eeprom: add bus switching support for all i2c driversNikita Kiryanov
2016-05-20arm: mvebu: theadorable: Enable CONFIG_ZERO_BOOTDELAY_CHECKStefan Roese
2016-05-20arm: mvebu: a38x: Weed out floating point useMarek Vasut
2016-05-17Merge git://git.denx.de/u-boot-dmTom Rini
2016-05-17Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini
2016-05-17dm: mmc: test: Add tests for MMCSimon Glass
2016-05-17dm: sandbox: mmc: Enable building MMC code for sandboxSimon Glass
2016-05-17dm: mmc: sandbox: Add an SD-card emulationSimon Glass
2016-05-17dm: mmc: Add support for driver-model block devicesSimon Glass
2016-05-17dm: mmc: Add a way to bind MMC devices with driver modelSimon Glass
2016-05-17dm: mmc: Implement the MMC functions for block devicesSimon Glass
2016-05-17dm: sandbox: Only enable the sandbox MMC driver when validSimon Glass
2016-05-17dm: mmc: Adjust mmc_switch_part() to use a struct mmcSimon Glass
2016-05-17dm: blk: Use the correct error code for blk_get_device_by_str()Simon Glass
2016-05-17dm: mmc: Move the device list into a separate fileSimon Glass
2016-05-17dm: mmc: Set up the device pointer when using the MMC uclassSimon Glass
2016-05-17dm: blk: Add a comment as to why the bdev member is neededSimon Glass
2016-05-17dm: part: Drop the block_drvr tableSimon Glass
2016-05-17dm: part: Use the legacy block driver for hardware partition supportSimon Glass
2016-05-17dm: blk: Add functions to select a hardware partitionSimon Glass
2016-05-17dm: mmc: Use the new select_hwpart() APISimon Glass
2016-05-17dm: mmc: spl: Use the legacy block interface in SPLSimon Glass
2016-05-17dm: mmc: Add a function to obtain the block deviceSimon Glass
2016-05-17dm: mmc: Implement the select_hwpart() methodSimon Glass
2016-05-17dm: mmc: Move mmc_switch_part() above its callersSimon Glass
2016-05-17dm: blk: Free the block device name when unboundSimon Glass
2016-05-17dm: core: Allow device names to be freed automaticallySimon Glass
2016-05-17dm: blk: Fix allocation of block-device numberingSimon Glass
2016-05-17dm: sandbox: Enable systemaceSimon Glass
2016-05-17dm: systemace: Add driver-mode block-device supportSimon Glass
2016-05-17dm: systemace: Reorder function to avoid forward declarataionsSimon Glass