Age | Commit message (Expand) | Author |
2017-09-15 | blk: Remove various places that do flush cache after read | Bin Meng |
2017-09-11 | blk: dm: make blk_create_device() take a number of block instead of a size | Jean-Jacques Hiblot |
2017-09-10 | block: ide: Don't bother to create BLK device if no CDROM inserted | Bin Meng |
2017-09-10 | block: ide: Fix block read/write with driver model | Bin Meng |
2017-09-03 | block: Drop the ftide020 driver | Bin Meng |
2017-09-03 | block: ide: Drop CONFIG_IDE_LED | Bin Meng |
2017-09-03 | block: ide: Drop CONFIG_IDE_INIT_POSTRESET | Bin Meng |
2017-08-17 | dm: blk: Update return value in blk_create_devicef() | Simon Glass |
2017-08-17 | dm: blk: Add a function to find an interface-type name | Simon Glass |
2017-08-13 | dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVME | Zhikang Zhang |
2017-08-01 | Merge git://git.denx.de/u-boot-x86 | Tom Rini |
2017-08-01 | block: ide: Fix build error when CONFIG_BLK is on | Bin Meng |
2017-08-01 | dm: mmc: Allow disabling driver model in SPL | Simon Glass |
2017-07-11 | scsi: Move drivers into new drivers/scsi directory | Simon Glass |
2017-07-11 | sata: Move drivers into new drivers/ata directory | Simon Glass |
2017-07-11 | Kconfig: Add CONFIG_SATA to enable SATA | Simon Glass |
2017-07-11 | scsi: Drop scsi_print_error() | Simon Glass |
2017-07-11 | scsi: Drop sym53c8xx driver | Simon Glass |
2017-07-11 | Convert CONFIG_SCSI to Kconfig | Simon Glass |
2017-07-03 | drivers, block: remove sil680 driver | Heiko Schocher |
2017-06-20 | block: sata: ceva: drop extraneous netdev.h include | Peter Robinson |
2017-06-12 | powerpc, 8xx: remove support for 8xx | Heiko Schocher |
2017-06-09 | dm: blk: Add a way to obtain a block device from its parent | Simon Glass |
2017-06-01 | dm: blk: Improve block device claiming | Simon Glass |
2017-06-01 | dm: blk: Add a function to find the next block device number | Simon Glass |
2017-06-01 | dm: blk: Allow finding block devices without probing | Simon Glass |
2017-06-01 | dm: core: Replace of_offset with accessor (part 2) | Simon Glass |
2017-06-01 | dm: Rename dev_addr..() functions | Simon Glass |
2017-05-22 | Kconfig: Add a CONFIG_IDE option | Simon Glass |
2017-05-09 | drivers: block: dwc_ahci: Implement a driver for Synopsys DWC sata device | Jean-Jacques Hiblot |
2017-04-18 | fsl/sata: correctly identify failed malloc | xypron.glpk@gmx.de |
2017-04-18 | drivers: remove Blackfin specific drivers | Masahiro Yamada |
2017-04-04 | dm: core: Add flags parameter to device_remove() | Stefan Roese |
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 |