aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop bootstage.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop part.h from common headerSimon Glass1-0/+2
2019-10-23scsi: Add dma direction member to command structureFaiz Abbas1-0/+4
2019-10-23scsi: Retry inquiry 3 times to overcome Unit Attention conditionFaiz Abbas1-3/+9
2019-10-23scsi: Add max_bytes_per_req to scsi_platdataFaiz Abbas1-19/+26
2019-10-23scsi: Simplify scsi_read()/_write()Faiz Abbas1-37/+17
2019-08-11env: Move env_set_ulong() to env.hSimon Glass1-0/+1
2019-02-19dm: scsi: report correct device numberHeinrich Schuchardt1-6/+7
2018-11-14blk: Call part_init() in the post_probe() methodBin Meng1-1/+0
2018-09-10Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada1-5/+4
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini4-9/+4
2018-02-08Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford1-0/+1
2017-09-11blk: dm: make blk_create_device() take a number of block instead of a sizeJean-Jacques Hiblot1-1/+1
2017-08-16env: Rename common functions related to setenv()Simon Glass1-1/+1
2017-08-01dm: mmc: Allow disabling driver model in SPLSimon Glass1-1/+1
2017-07-11dm: scsi: Drop scsi_init() when driver model is usedSimon Glass1-2/+4
2017-07-11dm: scsi: Split out the bus scanning codeSimon Glass1-12/+23
2017-07-11dm: scsi: Adjust return value of scsi_exec()Simon Glass1-4/+4
2017-07-11dm: scsi: Add operations for SCSI devicesSimon Glass1-0/+20
2017-07-11dm: scsi: Document and rename the scsi_scan() parameterSimon Glass1-10/+10
2017-07-11dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset()Simon Glass2-14/+22
2017-07-11dm: ahci: Unwind the confusing init codeSimon Glass1-8/+0
2017-07-11dm: scsi: Indent the confusing #ifdefsSimon Glass1-13/+13
2017-07-11dm: scsi: Use the uclass platform dataSimon Glass2-1/+2
2017-07-11dm: scsi: Drop the ccb typedefSimon Glass2-12/+13
2017-07-11scsi: Move drivers into new drivers/scsi directorySimon Glass5-0/+777