summaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi.c
Commit message (Expand)AuthorAgeFilesLines
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-3/+3
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-8/+8
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop bootstage.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop part.h from common headerSimon Glass2020-05-181-0/+2
* scsi: Add dma direction member to command structureFaiz Abbas2019-10-231-0/+4
* scsi: Retry inquiry 3 times to overcome Unit Attention conditionFaiz Abbas2019-10-231-3/+9
* scsi: Add max_bytes_per_req to scsi_platdataFaiz Abbas2019-10-231-19/+26
* scsi: Simplify scsi_read()/_write()Faiz Abbas2019-10-231-37/+17
* env: Move env_set_ulong() to env.hSimon Glass2019-08-111-0/+1
* dm: scsi: report correct device numberHeinrich Schuchardt2019-02-191-6/+7
* blk: Call part_init() in the post_probe() methodBin Meng2018-11-141-1/+0
* Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada2018-09-101-5/+4
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* blk: dm: make blk_create_device() take a number of block instead of a sizeJean-Jacques Hiblot2017-09-111-1/+1
* env: Rename common functions related to setenv()Simon Glass2017-08-161-1/+1
* dm: mmc: Allow disabling driver model in SPLSimon Glass2017-08-011-1/+1
* dm: scsi: Drop scsi_init() when driver model is usedSimon Glass2017-07-111-2/+4
* dm: scsi: Split out the bus scanning codeSimon Glass2017-07-111-12/+23
* dm: scsi: Adjust return value of scsi_exec()Simon Glass2017-07-111-4/+4
* dm: scsi: Document and rename the scsi_scan() parameterSimon Glass2017-07-111-10/+10
* dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset()Simon Glass2017-07-111-12/+19
* dm: scsi: Indent the confusing #ifdefsSimon Glass2017-07-111-13/+13
* dm: scsi: Use the uclass platform dataSimon Glass2017-07-111-1/+1
* dm: scsi: Drop the ccb typedefSimon Glass2017-07-111-11/+12
* scsi: Move drivers into new drivers/scsi directorySimon Glass2017-07-111-0/+688