summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2016-10-11dm: blk: Enable CONFIG_BLK if DM_MMC is enabledSimon Glass
2016-09-27ahci: Make ahci_port_base() non-static to enable overwriteStefan Roese
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2016-09-23drivers: squash lines for immediate returnMasahiro Yamada
2016-05-24block: dwc_ahsata: support i.MX6DQPlusPeng Fan
2016-05-17dm: blk: Add functions to select a hardware partitionSimon Glass
2016-05-17dm: blk: Free the block device name when unboundSimon Glass
2016-05-17dm: blk: Fix allocation of block-device numberingSimon 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: 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: mmc: Add an implementation of the 'devnum' functionsSimon 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-17sandbox: Add dummy SATA functionsSimon Glass
2016-05-17sandbox: Add dummy SCSI functionsSimon Glass
2016-05-17dm: Rename disk uclass to ahciSimon Glass
2016-05-17Revert "dm: sandbox: Drop the pre-DM host implementation"Simon Glass
2016-04-18ahci: flush dcache before issuing commandTang Yuantian
2016-04-04block: Add support for Ceva sataMichal Simek
2016-04-01drivers: block: add block device cacheEric Nelson
2016-03-22Fix spelling of "transferred".Vagrant Cascadian
2016-03-17dm: sandbox: Drop the pre-DM host implementationSimon Glass
2016-03-14dm: sandbox: Add driver-model block-device support for sandboxSimon Glass
2016-03-14dm: sandbox: Prepare block driver for driver-model conversionSimon Glass
2016-03-14dm: blk: Add a block-device uclassSimon Glass
2016-03-14dm: block: Rename device number member dev to devnumSimon Glass
2016-03-14dm: part: Rename some partition functionsSimon Glass
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass
2016-02-06Use correct spelling of "U-Boot"Bin Meng
2016-01-24ahci: Add a disk-controller uclassSimon Glass
2016-01-14Fix GCC format-security errors and convert sprintfs.Ben Whitten
2016-01-14Merge git://www.denx.de/git/u-boot-marvellTom Rini
2016-01-14arm: mvebu: Move SoC selection (A38X vs AXP) into KconfigStefan Roese
2016-01-14sata: Add SATA driver with DMA support for Marvell Kirkwood and Armada XPTor Krill
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren
2016-01-12dm: ahci: Convert to use new DM PCI APISimon Glass
2015-12-05Fix typo: firstly -> first.Vagrant Cascadian
2015-12-05Fix typo: commmand -> command.Vagrant Cascadian
2015-11-19Move console definitions into a new console.h fileSimon Glass
2015-11-12block: ahci: Remove dead codeFabio Estevam
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass
2015-07-23arm: mvebu: add Armada XP SATA supportAnton Schubert
2015-07-14drivers: block: Remove the ata_piix driverBin Meng