Age | Commit message (Expand) | Author |
2016-12-20 | block: Move ceva driver to DM | Michal Simek |
2016-12-20 | dm: Add support for scsi/sata based devices | Michal Simek |
2016-12-09 | Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze" | Tom Rini |
2016-12-08 | block: Move ceva driver to DM | Michal Simek |
2016-12-08 | dm: Add support for scsi/sata based devices | Michal Simek |
2016-12-05 | sata: sata_mv: Fix misaligned cache warnings | Stefan Roese |
2016-12-02 | dm: blk: Fix get_desc to return block device descriptor | Michal Simek |
2016-10-11 | dm: blk: Enable CONFIG_BLK if DM_MMC is enabled | Simon Glass |
2016-09-27 | ahci: Make ahci_port_base() non-static to enable overwrite | Stefan Roese |
2016-09-23 | treewide: replace #include <asm/errno.h> with <linux/errno.h> | Masahiro Yamada |
2016-09-23 | drivers: squash lines for immediate return | Masahiro Yamada |
2016-05-24 | block: dwc_ahsata: support i.MX6DQPlus | Peng Fan |
2016-05-17 | dm: blk: Add functions to select a hardware partition | Simon Glass |
2016-05-17 | dm: blk: Free the block device name when unbound | Simon Glass |
2016-05-17 | dm: blk: Fix allocation of block-device numbering | Simon Glass |
2016-05-17 | dm: systemace: Add driver-mode block-device support | Simon Glass |
2016-05-17 | dm: systemace: Reorder function to avoid forward declarataions | Simon Glass |
2016-05-17 | dm: blk: Add a easier way to create a named block device | Simon Glass |
2016-05-17 | dm: blk: Allow blk_create_device() to allocate the device number | Simon Glass |
2016-05-17 | dm: sandbox: Drop the host_get_dev() function | Simon Glass |
2016-05-17 | dm: blk: Drop the systemace.h header | Simon Glass |
2016-05-17 | dm: systemace: Drop the get_dev() function | Simon Glass |
2016-05-17 | dm: mmc: Add an implementation of the 'devnum' functions | Simon Glass |
2016-05-17 | dm: sandbox: Add a legacy host block interface | Simon Glass |
2016-05-17 | dm: systemace: Add a legacy block interface | Simon Glass |
2016-05-17 | dm: blk: Add a legacy block interface | Simon Glass |
2016-05-17 | dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI | Simon Glass |
2016-05-17 | sandbox: Add dummy SATA functions | Simon Glass |
2016-05-17 | sandbox: Add dummy SCSI functions | Simon Glass |
2016-05-17 | dm: Rename disk uclass to ahci | Simon Glass |
2016-05-17 | Revert "dm: sandbox: Drop the pre-DM host implementation" | Simon Glass |
2016-04-18 | ahci: flush dcache before issuing command | Tang Yuantian |
2016-04-04 | block: Add support for Ceva sata | Michal Simek |
2016-04-01 | drivers: block: add block device cache | Eric Nelson |
2016-03-22 | Fix spelling of "transferred". | Vagrant Cascadian |
2016-03-17 | dm: sandbox: Drop the pre-DM host implementation | Simon Glass |
2016-03-14 | dm: sandbox: Add driver-model block-device support for sandbox | Simon Glass |
2016-03-14 | dm: sandbox: Prepare block driver for driver-model conversion | Simon Glass |
2016-03-14 | dm: blk: Add a block-device uclass | Simon Glass |
2016-03-14 | dm: block: Rename device number member dev to devnum | Simon Glass |
2016-03-14 | dm: part: Rename some partition functions | Simon Glass |
2016-03-14 | dm: Drop the block_dev_desc_t typedef | Simon Glass |
2016-02-06 | Use correct spelling of "U-Boot" | Bin Meng |
2016-01-24 | ahci: Add a disk-controller uclass | Simon Glass |
2016-01-14 | Fix GCC format-security errors and convert sprintfs. | Ben Whitten |
2016-01-14 | Merge git://www.denx.de/git/u-boot-marvell | Tom Rini |
2016-01-14 | arm: mvebu: Move SoC selection (A38X vs AXP) into Kconfig | Stefan Roese |
2016-01-14 | sata: Add SATA driver with DMA support for Marvell Kirkwood and Armada XP | Tor Krill |
2016-01-13 | block: pass block dev not num to read/write/erase() | Stephen Warren |
2016-01-12 | dm: ahci: Convert to use new DM PCI API | Simon Glass |