summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2021-08-06pci: scsi: pci: Drop DM_PCI check from scsiSimon Glass1-6/+0
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+2
2021-04-23scsi: Add ata_swap_buf_le16() to support big-endian platformsStefan Roese1-0/+6
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2-4/+4
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2-9/+9
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop bootstage.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop part.h from common headerSimon Glass1-0/+2
2019-10-24scsi: Add dma direction member to command structureFaiz Abbas1-0/+4
2019-10-24scsi: Retry inquiry 3 times to overcome Unit Attention conditionFaiz Abbas1-3/+9
2019-10-24scsi: Add max_bytes_per_req to scsi_platdataFaiz Abbas1-19/+26
2019-10-24scsi: 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-11Remove <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-09Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford1-0/+1
2017-09-12blk: 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