summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2017-12-13dm: blk: Use uclass_find_first/next_device() in blk_first/next_device()Stefan Roese1-3/+4
2017-09-15blk: Remove various places that do flush cache after readBin Meng2-6/+0
2017-09-12blk: dm: make blk_create_device() take a number of block instead of a sizeJean-Jacques Hiblot2-5/+5
2017-09-10block: ide: Don't bother to create BLK device if no CDROM insertedBin Meng1-0/+7
2017-09-10block: ide: Fix block read/write with driver modelBin Meng2-1/+74
2017-09-03block: Drop the ftide020 driverBin Meng3-614/+0
2017-09-03block: ide: Drop CONFIG_IDE_LEDBin Meng1-46/+0
2017-09-03block: ide: Drop CONFIG_IDE_INIT_POSTRESETBin Meng1-9/+0
2017-08-17dm: blk: Update return value in blk_create_devicef()Simon Glass1-1/+1
2017-08-17dm: blk: Add a function to find an interface-type nameSimon Glass2-0/+12
2017-08-13dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVMEZhikang Zhang1-0/+2
2017-08-01Merge git://git.denx.de/u-boot-x86Tom Rini1-0/+2
2017-08-01block: ide: Fix build error when CONFIG_BLK is onBin Meng1-0/+2
2017-08-01dm: mmc: Allow disabling driver model in SPLSimon Glass2-2/+14
2017-07-11scsi: Move drivers into new drivers/scsi directorySimon Glass4-71/+1
2017-07-11sata: Move drivers into new drivers/ata directorySimon Glass21-9926/+1
2017-07-11Kconfig: Add CONFIG_SATA to enable SATASimon Glass1-0/+13
2017-07-11scsi: Drop scsi_print_error()Simon Glass2-9/+0
2017-07-11scsi: Drop sym53c8xx driverSimon Glass2-852/+0
2017-07-11Convert CONFIG_SCSI to KconfigSimon Glass1-0/+9
2017-07-04drivers, block: remove sil680 driverHeiko Schocher2-90/+0
2017-06-20block: sata: ceva: drop extraneous netdev.h includePeter Robinson1-1/+0
2017-06-12powerpc, 8xx: remove support for 8xxHeiko Schocher2-12/+0
2017-06-09dm: blk: Add a way to obtain a block device from its parentSimon Glass1-0/+26
2017-06-01dm: blk: Improve block device claimingSimon Glass1-3/+31
2017-06-01dm: blk: Add a function to find the next block device numberSimon Glass1-6/+16
2017-06-01dm: blk: Allow finding block devices without probingSimon Glass1-2/+13
2017-06-01dm: core: Replace of_offset with accessor (part 2)Simon Glass1-3/+3
2017-06-01dm: Rename dev_addr..() functionsSimon Glass2-3/+3
2017-05-22Kconfig: Add a CONFIG_IDE optionSimon Glass4-1/+1241
2017-05-09drivers: block: dwc_ahci: Implement a driver for Synopsys DWC sata deviceJean-Jacques Hiblot3-0/+112
2017-04-18fsl/sata: correctly identify failed mallocxypron.glpk@gmx.de1-1/+1
2017-04-18drivers: remove Blackfin specific driversMasahiro Yamada3-1380/+0
2017-04-05dm: core: Add flags parameter to device_remove()Stefan Roese2-2/+2
2016-12-20block: Move ceva driver to DMMichal Simek2-2/+48
2016-12-20dm: Add support for scsi/sata based devicesMichal Simek5-9/+64
2016-12-09Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze"Tom Rini6-112/+11
2016-12-08block: Move ceva driver to DMMichal Simek2-2/+48
2016-12-08dm: Add support for scsi/sata based devicesMichal Simek5-9/+64
2016-12-05sata: sata_mv: Fix misaligned cache warningsStefan Roese1-3/+9
2016-12-03dm: blk: Fix get_desc to return block device descriptorMichal Simek1-0/+2
2016-10-11dm: blk: Enable CONFIG_BLK if DM_MMC is enabledSimon Glass1-0/+1
2016-09-27ahci: Make ahci_port_base() non-static to enable overwriteStefan Roese1-1/+1
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada6-6/+6
2016-09-24drivers: squash lines for immediate returnMasahiro Yamada1-3/+2
2016-05-24block: dwc_ahsata: support i.MX6DQPlusPeng Fan1-1/+1
2016-05-17dm: blk: Add functions to select a hardware partitionSimon Glass1-0/+29
2016-05-17dm: blk: Free the block device name when unboundSimon Glass1-2/+10
2016-05-17dm: blk: Fix allocation of block-device numberingSimon Glass1-9/+9
2016-05-17dm: systemace: Add driver-mode block-device supportSimon Glass1-0/+44