summaryrefslogtreecommitdiff
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* usb: Update the test to cover reading and writingSimon Glass2022-10-311-0/+9
* sandbox: Convert to use driver model for SCSISimon Glass2022-09-251-3/+129
* sandbox: scsi: Move request-handling code to scsi_emulSimon Glass2022-09-252-0/+75
* blk: Rename if_type to uclass_idSimon Glass2022-09-251-3/+3
* blk: Switch over to using uclass IDsSimon Glass2022-09-161-5/+5
* blk: Select SPL_LEGACY_BLOCK automaticallySimon Glass2022-09-161-1/+0
* blk: Rename HAVE_BLOCK_DEVICESimon Glass2022-09-161-1/+1
* blk: Enable CONFIG_BLK for all mediaSimon Glass2022-09-161-1/+0
* scsi: call device_probe() after scanningAKASHI Takahiro2022-04-091-0/+5
* Convert CONFIG_SCSI_AHCI_PLAT et al to KconfigSimon Glass2022-02-092-0/+32
* scsi: Drop CONFIG_SYS_SCSI_MAX_DEVICESimon Glass2022-02-091-3/+3
* sata: Rename SATA_SUPPORT to SATASimon Glass2021-09-041-1/+1
* pci: scsi: pci: Drop DM_PCI check from scsiSimon Glass2021-08-051-6/+0
* dm: define LOG_CATEGORY for all uclassPatrick Delaunay2021-07-061-0/+2
* scsi: Add ata_swap_buf_le16() to support big-endian platformsStefan Roese2021-04-231-0/+6
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-132-4/+4
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-132-9/+9
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* 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-074-9/+4
* Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford2018-02-081-0/+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: Add operations for SCSI devicesSimon Glass2017-07-111-0/+20
* 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-112-14/+22
* dm: ahci: Unwind the confusing init codeSimon Glass2017-07-111-8/+0
* dm: scsi: Indent the confusing #ifdefsSimon Glass2017-07-111-13/+13
* dm: scsi: Use the uclass platform dataSimon Glass2017-07-112-1/+2
* dm: scsi: Drop the ccb typedefSimon Glass2017-07-112-12/+13
* scsi: Move drivers into new drivers/scsi directorySimon Glass2017-07-115-0/+777