aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-07scsi: Forceably finish migration to DM_SCSIWIP/07Nov2023-nextTom Rini1-151/+0
2023-10-24rockchip: block: blk-uclass: add bounce buffer flag to blk_descJohan Jonker1-0/+4
2023-08-22scsi: Add buffer_aligned check pass-throughMarek Vasut1-0/+15
2023-08-21Merge tag 'v2023.10-rc3' into nextTom Rini1-1/+1
2023-08-17scsi: Cache align temporary bufferMarek Vasut1-2/+3
2023-08-09bootstd: Rename bootdev_setup_sibling_blk()Simon Glass1-1/+1
2023-01-23bootstd: Add a SCSI bootdevSimon Glass1-1/+6
2023-01-23scsi: Remove all children of SCSI devices before rescanningSimon Glass1-2/+13
2023-01-23scsi: Correct allocation of block-device nameSimon Glass1-2/+8
2022-12-23global: Migrate CONFIG_SCSI_DEV_LIST to CFGTom Rini1-2/+2
2022-09-25blk: Rename if_type to uclass_idSimon Glass1-3/+3
2022-09-16blk: Switch over to using uclass IDsSimon Glass1-5/+5
2022-04-09scsi: call device_probe() after scanningAKASHI Takahiro1-0/+5
2022-02-09scsi: Drop CONFIG_SYS_SCSI_MAX_DEVICESimon Glass1-3/+3
2021-08-05pci: scsi: pci: Drop DM_PCI check from scsiSimon Glass1-6/+0
2021-04-23scsi: Add ata_swap_buf_le16() to support big-endian platformsStefan Roese1-0/+6
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-3/+3
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-8/+8
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 Rini1-2/+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: 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 Glass1-12/+19
2017-07-11dm: scsi: Indent the confusing #ifdefsSimon Glass1-13/+13
2017-07-11dm: scsi: Use the uclass platform dataSimon Glass1-1/+1
2017-07-11dm: scsi: Drop the ccb typedefSimon Glass1-11/+12
2017-07-11scsi: Move drivers into new drivers/scsi directorySimon Glass1-0/+688