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