summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-21Use CONFIG_IDE_SWAP_IO when running on big-endian MIPS (32 or 64-bit) in QEMU...Stanislav Galabov2-0/+8
2016-05-21Properly calculate ATA_SECTORWORDS, using a fixed-size integer, so it works f...Stanislav Galabov1-1/+1
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
2016-05-17dm: sandbox: Enable SCSISimon Glass1-0/+6
2016-05-17dm: scsi: Add support for driver-model block devicesSimon Glass1-0/+32
2016-05-17dm: sandbox: Enable IDESimon Glass1-0/+10
2016-05-17dm: ide: Add support for driver-model block devicesSimon Glass2-0/+40
2016-05-17dm: part: Drop the get_dev() methodSimon Glass1-1/+0
2016-05-17dm: sandbox: Drop the host_get_dev() functionSimon Glass3-13/+1
2016-05-17dm: blk: Drop the systemace.h headerSimon Glass2-11/+0
2016-05-17dm: systemace: Drop the get_dev() functionSimon Glass4-21/+4
2016-05-17dm: sata: Drop the get_dev() functionSimon Glass2-3/+1
2016-05-17dm: scsi: Drop the get_dev() functionSimon Glass4-11/+2
2016-05-17dm: mmc: Drop the get_dev() functionSimon Glass4-18/+3
2016-05-17dm: ide: Drop the get_dev() functionSimon Glass3-10/+1
2016-05-17dm: usb: Drop the get_dev() functionSimon Glass8-29/+14
2016-05-17dm: disk: Use legacy block driver info for block device accessSimon Glass1-4/+3
2016-05-17dm: sata: Separate the non-command code into its own fileSimon Glass3-118/+107
2016-05-17dm: ide: Separate the non-command code into its own fileSimon Glass3-1276/+1228