summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-05-17dm: blk: Add a easier way to create a named block deviceSimon Glass
2016-05-17dm: blk: Allow blk_create_device() to allocate the device numberSimon Glass
2016-05-17dm: sandbox: Enable SATASimon Glass
2016-05-17dm: sata: Add support for driver-model block devicesSimon Glass
2016-05-17dm: sandbox: Enable SCSISimon Glass
2016-05-17dm: scsi: Add support for driver-model block devicesSimon Glass
2016-05-17dm: sandbox: Enable IDESimon Glass
2016-05-17dm: ide: Add support for driver-model block devicesSimon Glass
2016-05-17dm: part: Drop the get_dev() methodSimon Glass
2016-05-17dm: sandbox: Drop the host_get_dev() functionSimon Glass
2016-05-17dm: blk: Drop the systemace.h headerSimon Glass
2016-05-17dm: systemace: Drop the get_dev() functionSimon Glass
2016-05-17dm: sata: Drop the get_dev() functionSimon Glass
2016-05-17dm: scsi: Drop the get_dev() functionSimon Glass
2016-05-17dm: mmc: Drop the get_dev() functionSimon Glass
2016-05-17dm: ide: Drop the get_dev() functionSimon Glass
2016-05-17dm: usb: Drop the get_dev() functionSimon Glass
2016-05-17dm: disk: Use legacy block driver info for block device accessSimon Glass
2016-05-17dm: sata: Separate the non-command code into its own fileSimon Glass
2016-05-17dm: ide: Separate the non-command code into its own fileSimon Glass
2016-05-17dm: scsi: Separate the non-command code into its own fileSimon Glass
2016-05-17dm: mmc: Add an implementation of the 'devnum' functionsSimon Glass
2016-05-17dm: mmc: Add a legacy block interface for MMCSimon Glass
2016-05-17dm: usb: Add a legacy block interface for USB storageSimon Glass
2016-05-17dm: sandbox: Add a legacy host block interfaceSimon Glass
2016-05-17dm: systemace: Add a legacy block interfaceSimon Glass
2016-05-17dm: blk: Add a legacy block interfaceSimon Glass
2016-05-17dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSISimon Glass
2016-05-17dm: sata: Fix code style problems in cmd/sata.cSimon Glass
2016-05-17dm: ide: Remove the forward declarationsSimon Glass
2016-05-17dm: ide: Correct various code style problemsSimon Glass
2016-05-17dm: scsi: Fix up code styleSimon Glass
2016-05-17dm: scsi: Remove the forward declarationsSimon Glass
2016-05-17sandbox: Add dummy SATA functionsSimon Glass
2016-05-17sandbox: Add dummy SCSI functionsSimon Glass
2016-05-17sandbox: Add string and 16-bit I/O functionsSimon Glass