summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| * dm: blk: Add functions to select a hardware partitionSimon Glass2016-05-17-0/+59
| * dm: mmc: Use the new select_hwpart() APISimon Glass2016-05-17-15/+22
| * dm: mmc: spl: Use the legacy block interface in SPLSimon Glass2016-05-17-0/+1
| * dm: mmc: Add a function to obtain the block deviceSimon Glass2016-05-17-0/+13
| * dm: mmc: Implement the select_hwpart() methodSimon Glass2016-05-17-0/+22
| * dm: mmc: Move mmc_switch_part() above its callersSimon Glass2016-05-17-24/+21
| * dm: blk: Free the block device name when unboundSimon Glass2016-05-17-2/+10
| * dm: core: Allow device names to be freed automaticallySimon Glass2016-05-17-0/+24
| * dm: blk: Fix allocation of block-device numberingSimon Glass2016-05-17-9/+9
| * dm: sandbox: Enable systemaceSimon Glass2016-05-17-0/+4
| * dm: systemace: Add driver-mode block-device supportSimon Glass2016-05-17-0/+44
| * dm: systemace: Reorder function to avoid forward declarataionsSimon Glass2016-05-17-31/+26
| * dm: blk: Add a easier way to create a named block deviceSimon Glass2016-05-17-8/+37
| * dm: blk: Allow blk_create_device() to allocate the device numberSimon Glass2016-05-17-1/+43
| * dm: sandbox: Enable SATASimon Glass2016-05-17-0/+3
| * dm: sata: Add support for driver-model block devicesSimon Glass2016-05-17-1/+30
| * dm: sandbox: Enable SCSISimon Glass2016-05-17-0/+6
| * dm: scsi: Add support for driver-model block devicesSimon Glass2016-05-17-0/+32
| * dm: sandbox: Enable IDESimon Glass2016-05-17-0/+10
| * dm: ide: Add support for driver-model block devicesSimon Glass2016-05-17-0/+40
| * dm: part: Drop the get_dev() methodSimon Glass2016-05-17-1/+0
| * dm: sandbox: Drop the host_get_dev() functionSimon Glass2016-05-17-13/+1
| * dm: blk: Drop the systemace.h headerSimon Glass2016-05-17-11/+0
| * dm: systemace: Drop the get_dev() functionSimon Glass2016-05-17-21/+4
| * dm: sata: Drop the get_dev() functionSimon Glass2016-05-17-3/+1
| * dm: scsi: Drop the get_dev() functionSimon Glass2016-05-17-11/+2
| * dm: mmc: Drop the get_dev() functionSimon Glass2016-05-17-18/+3
| * dm: ide: Drop the get_dev() functionSimon Glass2016-05-17-10/+1
| * dm: usb: Drop the get_dev() functionSimon Glass2016-05-17-29/+14
| * dm: disk: Use legacy block driver info for block device accessSimon Glass2016-05-17-4/+3
| * dm: sata: Separate the non-command code into its own fileSimon Glass2016-05-17-118/+107
| * dm: ide: Separate the non-command code into its own fileSimon Glass2016-05-17-1276/+1228
| * dm: scsi: Separate the non-command code into its own fileSimon Glass2016-05-17-603/+600
| * dm: mmc: Add an implementation of the 'devnum' functionsSimon Glass2016-05-17-0/+280
| * dm: mmc: Add a legacy block interface for MMCSimon Glass2016-05-17-3/+27
| * dm: usb: Add a legacy block interface for USB storageSimon Glass2016-05-17-0/+7
| * dm: sandbox: Add a legacy host block interfaceSimon Glass2016-05-17-0/+7
| * dm: systemace: Add a legacy block interfaceSimon Glass2016-05-17-0/+15
| * dm: blk: Add a legacy block interfaceSimon Glass2016-05-17-0/+460
| * dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSISimon Glass2016-05-17-40/+40
| * dm: sata: Fix code style problems in cmd/sata.cSimon Glass2016-05-17-5/+7
| * dm: ide: Remove the forward declarationsSimon Glass2016-05-17-714/+682
| * dm: ide: Correct various code style problemsSimon Glass2016-05-17-28/+29
| * dm: scsi: Fix up code styleSimon Glass2016-05-17-233/+226
| * dm: scsi: Remove the forward declarationsSimon Glass2016-05-17-332/+310
| * sandbox: Add dummy SATA functionsSimon Glass2016-05-17-1/+34
| * sandbox: Add dummy SCSI functionsSimon Glass2016-05-17-1/+30
| * sandbox: Add string and 16-bit I/O functionsSimon Glass2016-05-17-0/+15
| * Allow iotrace byte access to use an address of any sizeSimon Glass2016-05-17-2/+3
| * dm: Rename disk uclass to ahciSimon Glass2016-05-17-12/+14