summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
...
* scsi: Move drivers into new drivers/scsi directorySimon Glass2017-07-114-71/+1
* sata: Move drivers into new drivers/ata directorySimon Glass2017-07-1121-9926/+1
* Kconfig: Add CONFIG_SATA to enable SATASimon Glass2017-07-111-0/+13
* scsi: Drop scsi_print_error()Simon Glass2017-07-112-9/+0
* scsi: Drop sym53c8xx driverSimon Glass2017-07-112-852/+0
* Convert CONFIG_SCSI to KconfigSimon Glass2017-07-111-0/+9
* drivers, block: remove sil680 driverHeiko Schocher2017-07-032-90/+0
* block: sata: ceva: drop extraneous netdev.h includePeter Robinson2017-06-201-1/+0
* powerpc, 8xx: remove support for 8xxHeiko Schocher2017-06-122-12/+0
* dm: blk: Add a way to obtain a block device from its parentSimon Glass2017-06-091-0/+26
* dm: blk: Improve block device claimingSimon Glass2017-06-011-3/+31
* dm: blk: Add a function to find the next block device numberSimon Glass2017-06-011-6/+16
* dm: blk: Allow finding block devices without probingSimon Glass2017-06-011-2/+13
* dm: core: Replace of_offset with accessor (part 2)Simon Glass2017-06-011-3/+3
* dm: Rename dev_addr..() functionsSimon Glass2017-06-012-3/+3
* Kconfig: Add a CONFIG_IDE optionSimon Glass2017-05-224-1/+1241
* drivers: block: dwc_ahci: Implement a driver for Synopsys DWC sata deviceJean-Jacques Hiblot2017-05-093-0/+112
* fsl/sata: correctly identify failed mallocxypron.glpk@gmx.de2017-04-181-1/+1
* drivers: remove Blackfin specific driversMasahiro Yamada2017-04-183-1380/+0
* dm: core: Add flags parameter to device_remove()Stefan Roese2017-04-042-2/+2
* block: Move ceva driver to DMMichal Simek2016-12-202-2/+48
* dm: Add support for scsi/sata based devicesMichal Simek2016-12-205-9/+64
* Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze"Tom Rini2016-12-096-112/+11
* block: Move ceva driver to DMMichal Simek2016-12-082-2/+48
* dm: Add support for scsi/sata based devicesMichal Simek2016-12-085-9/+64
* sata: sata_mv: Fix misaligned cache warningsStefan Roese2016-12-051-3/+9
* dm: blk: Fix get_desc to return block device descriptorMichal Simek2016-12-021-0/+2
* dm: blk: Enable CONFIG_BLK if DM_MMC is enabledSimon Glass2016-10-111-0/+1
* ahci: Make ahci_port_base() non-static to enable overwriteStefan Roese2016-09-271-1/+1
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-236-6/+6
* drivers: squash lines for immediate returnMasahiro Yamada2016-09-231-3/+2
* block: dwc_ahsata: support i.MX6DQPlusPeng Fan2016-05-241-1/+1
* dm: blk: Add functions to select a hardware partitionSimon Glass2016-05-171-0/+29
* dm: blk: Free the block device name when unboundSimon Glass2016-05-171-2/+10
* dm: blk: Fix allocation of block-device numberingSimon Glass2016-05-171-9/+9
* dm: systemace: Add driver-mode block-device supportSimon Glass2016-05-171-0/+44
* dm: systemace: Reorder function to avoid forward declarataionsSimon Glass2016-05-171-31/+26
* dm: blk: Add a easier way to create a named block deviceSimon Glass2016-05-171-0/+15
* dm: blk: Allow blk_create_device() to allocate the device numberSimon Glass2016-05-171-0/+29
* dm: sandbox: Drop the host_get_dev() functionSimon Glass2016-05-171-10/+0
* dm: blk: Drop the systemace.h headerSimon Glass2016-05-171-1/+0
* dm: systemace: Drop the get_dev() functionSimon Glass2016-05-171-11/+3
* dm: mmc: Add an implementation of the 'devnum' functionsSimon Glass2016-05-171-0/+280
* dm: sandbox: Add a legacy host block interfaceSimon Glass2016-05-171-0/+7
* dm: systemace: Add a legacy block interfaceSimon Glass2016-05-171-0/+14
* dm: blk: Add a legacy block interfaceSimon Glass2016-05-172-0/+265
* dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSISimon Glass2016-05-171-1/+1
* sandbox: Add dummy SATA functionsSimon Glass2016-05-172-1/+34
* sandbox: Add dummy SCSI functionsSimon Glass2016-05-172-1/+30
* dm: Rename disk uclass to ahciSimon Glass2016-05-173-7/+6