aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-23mkimage: Add a quiet modeSimon Glass3-2/+7
2016-05-23image-fit: Don't display an error in fit_set_timestamp()Simon Glass1-3/+3
2016-05-23malloc: improve memalign fragmentation fixStephen Warren1-2/+21
2016-05-20pico-imx6ul: Select CONFIG_HUSH_PARSER optionFabio Estevam1-0/+1
2016-05-20eeprom: merge cmdline parsing of eeprom commandsNikita Kiryanov1-64/+53
2016-05-20eeprom: use eeprom_execute_command for all eeprom functionsNikita Kiryanov1-21/+40
2016-05-20eeprom: refactor i2c bus and devaddr parsingNikita Kiryanov1-26/+53
2016-05-20arm: cm-t43: add support for eeprom layout comandsNikita Kiryanov1-0/+11
2016-05-20arm: cm-t35: add support for eeprom layout comandsNikita Kiryanov1-0/+11
2016-05-20arm: cm-t3517: add support for eeprom layout comandsNikita Kiryanov1-0/+11
2016-05-20arm: cm-t54: add support for eeprom layout comandsNikita Kiryanov1-0/+11
2016-05-20arm: cm-t335: add support for eeprom layout comandsNikita Kiryanov1-0/+11
2016-05-20arm: cm-fx6: add support for eeprom layout comandsNikita Kiryanov1-0/+11
2016-05-20compulab: add support for layout aware eeprom commandsNikita Kiryanov1-0/+344
2016-05-20cmd: eeprom: add support for layout aware commandsNikita Kiryanov7-1/+598
2016-05-20cmd: eeprom: add bus switching support for all i2c driversNikita Kiryanov1-1/+1
2016-05-20arm: mvebu: theadorable: Enable CONFIG_ZERO_BOOTDELAY_CHECKStefan Roese1-0/+1
2016-05-20arm: mvebu: a38x: Weed out floating point useMarek Vasut1-19/+10
2016-05-17Merge git://git.denx.de/u-boot-dmTom Rini136-2749/+5419
2016-05-17Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini21-27/+71
2016-05-17dm: mmc: test: Add tests for MMCSimon Glass2-3/+20
2016-05-17dm: sandbox: mmc: Enable building MMC code for sandboxSimon Glass3-2/+6
2016-05-17dm: mmc: sandbox: Add an SD-card emulationSimon Glass2-2/+143
2016-05-17dm: mmc: Add support for driver-model block devicesSimon Glass5-30/+58
2016-05-17dm: mmc: Add a way to bind MMC devices with driver modelSimon Glass2-0/+70
2016-05-17dm: mmc: Implement the MMC functions for block devicesSimon Glass2-1/+109
2016-05-17dm: sandbox: Only enable the sandbox MMC driver when validSimon Glass2-1/+7
2016-05-17dm: mmc: Adjust mmc_switch_part() to use a struct mmcSimon Glass1-8/+4
2016-05-17dm: blk: Use the correct error code for blk_get_device_by_str()Simon Glass1-3/+3
2016-05-17dm: mmc: Move the device list into a separate fileSimon Glass6-121/+176
2016-05-17dm: mmc: Set up the device pointer when using the MMC uclassSimon Glass7-1/+14
2016-05-17dm: blk: Add a comment as to why the bdev member is neededSimon Glass1-0/+5
2016-05-17dm: part: Drop the block_drvr tableSimon Glass2-64/+30
2016-05-17dm: part: Use the legacy block driver for hardware partition supportSimon Glass1-11/+1
2016-05-17dm: blk: Add functions to select a hardware partitionSimon Glass2-0/+59
2016-05-17dm: mmc: Use the new select_hwpart() APISimon Glass7-15/+22
2016-05-17dm: mmc: spl: Use the legacy block interface in SPLSimon Glass1-0/+1
2016-05-17dm: mmc: Add a function to obtain the block deviceSimon Glass2-0/+13
2016-05-17dm: mmc: Implement the select_hwpart() methodSimon Glass1-0/+22
2016-05-17dm: mmc: Move mmc_switch_part() above its callersSimon Glass1-24/+21
2016-05-17dm: blk: Free the block device name when unboundSimon Glass1-2/+10
2016-05-17dm: core: Allow device names to be freed automaticallySimon Glass3-0/+24
2016-05-17dm: blk: Fix allocation of block-device numberingSimon Glass1-9/+9
2016-05-17dm: sandbox: Enable systemaceSimon Glass1-0/+4
2016-05-17dm: systemace: Add driver-mode block-device supportSimon Glass1-0/+44
2016-05-17dm: systemace: Reorder function to avoid forward declarataionsSimon Glass1-31/+26
2016-05-17dm: blk: Add a easier way to create a named block deviceSimon Glass3-8/+37
2016-05-17dm: blk: Allow blk_create_device() to allocate the device numberSimon Glass2-1/+43
2016-05-17dm: sandbox: Enable SATASimon Glass1-0/+3
2016-05-17dm: sata: Add support for driver-model block devicesSimon Glass1-1/+30