Age | Commit message (Expand) | Author |
2019-10-23 | scsi: Add dma direction member to command structure | Faiz Abbas |
2019-10-23 | scsi: Retry inquiry 3 times to overcome Unit Attention condition | Faiz Abbas |
2019-10-23 | scsi: Add max_bytes_per_req to scsi_platdata | Faiz Abbas |
2019-10-23 | scsi: Simplify scsi_read()/_write() | Faiz Abbas |
2019-08-11 | env: Move env_set_ulong() to env.h | Simon Glass |
2019-02-19 | dm: scsi: report correct device number | Heinrich Schuchardt |
2018-11-14 | blk: Call part_init() in the post_probe() method | Bin Meng |
2018-09-10 | Remove <inttypes.h> includes and PRI* usages in printf() entirely | Masahiro Yamada |
2018-05-07 | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini |
2018-02-08 | Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig | Adam Ford |
2017-09-11 | blk: dm: make blk_create_device() take a number of block instead of a size | Jean-Jacques Hiblot |
2017-08-16 | env: Rename common functions related to setenv() | Simon Glass |
2017-08-01 | dm: mmc: Allow disabling driver model in SPL | Simon Glass |
2017-07-11 | dm: scsi: Drop scsi_init() when driver model is used | Simon Glass |
2017-07-11 | dm: scsi: Split out the bus scanning code | Simon Glass |
2017-07-11 | dm: scsi: Adjust return value of scsi_exec() | Simon Glass |
2017-07-11 | dm: scsi: Add operations for SCSI devices | Simon Glass |
2017-07-11 | dm: scsi: Document and rename the scsi_scan() parameter | Simon Glass |
2017-07-11 | dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset() | Simon Glass |
2017-07-11 | dm: ahci: Unwind the confusing init code | Simon Glass |
2017-07-11 | dm: scsi: Indent the confusing #ifdefs | Simon Glass |
2017-07-11 | dm: scsi: Use the uclass platform data | Simon Glass |
2017-07-11 | dm: scsi: Drop the ccb typedef | Simon Glass |
2017-07-11 | scsi: Move drivers into new drivers/scsi directory | Simon Glass |