| Commit message (Expand) | Author | Age | Files | Lines |
* | scsi: Move drivers into new drivers/scsi directory | Simon Glass | 2017-07-11 | 4 | -71/+1 |
* | sata: Move drivers into new drivers/ata directory | Simon Glass | 2017-07-11 | 21 | -9926/+1 |
* | Kconfig: Add CONFIG_SATA to enable SATA | Simon Glass | 2017-07-11 | 1 | -0/+13 |
* | scsi: Drop scsi_print_error() | Simon Glass | 2017-07-11 | 2 | -9/+0 |
* | scsi: Drop sym53c8xx driver | Simon Glass | 2017-07-11 | 2 | -852/+0 |
* | Convert CONFIG_SCSI to Kconfig | Simon Glass | 2017-07-11 | 1 | -0/+9 |
* | drivers, block: remove sil680 driver | Heiko Schocher | 2017-07-03 | 2 | -90/+0 |
* | block: sata: ceva: drop extraneous netdev.h include | Peter Robinson | 2017-06-20 | 1 | -1/+0 |
* | powerpc, 8xx: remove support for 8xx | Heiko Schocher | 2017-06-12 | 2 | -12/+0 |
* | dm: blk: Add a way to obtain a block device from its parent | Simon Glass | 2017-06-09 | 1 | -0/+26 |
* | dm: blk: Improve block device claiming | Simon Glass | 2017-06-01 | 1 | -3/+31 |
* | dm: blk: Add a function to find the next block device number | Simon Glass | 2017-06-01 | 1 | -6/+16 |
* | dm: blk: Allow finding block devices without probing | Simon Glass | 2017-06-01 | 1 | -2/+13 |
* | dm: core: Replace of_offset with accessor (part 2) | Simon Glass | 2017-06-01 | 1 | -3/+3 |
* | dm: Rename dev_addr..() functions | Simon Glass | 2017-06-01 | 2 | -3/+3 |
* | Kconfig: Add a CONFIG_IDE option | Simon Glass | 2017-05-22 | 4 | -1/+1241 |
* | drivers: block: dwc_ahci: Implement a driver for Synopsys DWC sata device | Jean-Jacques Hiblot | 2017-05-09 | 3 | -0/+112 |
* | fsl/sata: correctly identify failed malloc | xypron.glpk@gmx.de | 2017-04-18 | 1 | -1/+1 |
* | drivers: remove Blackfin specific drivers | Masahiro Yamada | 2017-04-18 | 3 | -1380/+0 |
* | dm: core: Add flags parameter to device_remove() | Stefan Roese | 2017-04-04 | 2 | -2/+2 |
* | block: Move ceva driver to DM | Michal Simek | 2016-12-20 | 2 | -2/+48 |
* | dm: Add support for scsi/sata based devices | Michal Simek | 2016-12-20 | 5 | -9/+64 |
* | Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze" | Tom Rini | 2016-12-09 | 6 | -112/+11 |
* | block: Move ceva driver to DM | Michal Simek | 2016-12-08 | 2 | -2/+48 |
* | dm: Add support for scsi/sata based devices | Michal Simek | 2016-12-08 | 5 | -9/+64 |
* | sata: sata_mv: Fix misaligned cache warnings | Stefan Roese | 2016-12-05 | 1 | -3/+9 |
* | dm: blk: Fix get_desc to return block device descriptor | Michal Simek | 2016-12-02 | 1 | -0/+2 |
* | dm: blk: Enable CONFIG_BLK if DM_MMC is enabled | Simon Glass | 2016-10-11 | 1 | -0/+1 |
* | ahci: Make ahci_port_base() non-static to enable overwrite | Stefan Roese | 2016-09-27 | 1 | -1/+1 |
* | treewide: replace #include <asm/errno.h> with <linux/errno.h> | Masahiro Yamada | 2016-09-23 | 6 | -6/+6 |
* | drivers: squash lines for immediate return | Masahiro Yamada | 2016-09-23 | 1 | -3/+2 |
* | block: dwc_ahsata: support i.MX6DQPlus | Peng Fan | 2016-05-24 | 1 | -1/+1 |
* | dm: blk: Add functions to select a hardware partition | Simon Glass | 2016-05-17 | 1 | -0/+29 |
* | dm: blk: Free the block device name when unbound | Simon Glass | 2016-05-17 | 1 | -2/+10 |
* | dm: blk: Fix allocation of block-device numbering | Simon Glass | 2016-05-17 | 1 | -9/+9 |
* | dm: systemace: Add driver-mode block-device support | Simon Glass | 2016-05-17 | 1 | -0/+44 |
* | dm: systemace: Reorder function to avoid forward declarataions | Simon Glass | 2016-05-17 | 1 | -31/+26 |
* | dm: blk: Add a easier way to create a named block device | Simon Glass | 2016-05-17 | 1 | -0/+15 |
* | dm: blk: Allow blk_create_device() to allocate the device number | Simon Glass | 2016-05-17 | 1 | -0/+29 |
* | dm: sandbox: Drop the host_get_dev() function | Simon Glass | 2016-05-17 | 1 | -10/+0 |
* | dm: blk: Drop the systemace.h header | Simon Glass | 2016-05-17 | 1 | -1/+0 |
* | dm: systemace: Drop the get_dev() function | Simon Glass | 2016-05-17 | 1 | -11/+3 |
* | dm: mmc: Add an implementation of the 'devnum' functions | Simon Glass | 2016-05-17 | 1 | -0/+280 |
* | dm: sandbox: Add a legacy host block interface | Simon Glass | 2016-05-17 | 1 | -0/+7 |
* | dm: systemace: Add a legacy block interface | Simon Glass | 2016-05-17 | 1 | -0/+14 |
* | dm: blk: Add a legacy block interface | Simon Glass | 2016-05-17 | 2 | -0/+265 |
* | dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI | Simon Glass | 2016-05-17 | 1 | -1/+1 |
* | sandbox: Add dummy SATA functions | Simon Glass | 2016-05-17 | 2 | -1/+34 |
* | sandbox: Add dummy SCSI functions | Simon Glass | 2016-05-17 | 2 | -1/+30 |
* | dm: Rename disk uclass to ahci | Simon Glass | 2016-05-17 | 3 | -7/+6 |