aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: do not fill the LUN in the second CDB byteNeil Armstrong2025-01-311-6/+6
* scsi: fix disk capacity too small by one sectorJulius Lehmann2024-11-011-0/+2
* drivers: scsi: Remove duplicate newlinesMarek Vasut2024-07-221-1/+0
* Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-201-1/+0
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-191-0/+1
* scsi: Remove <common.h> and add needed includesTom Rini2024-05-071-1/+0
* Merge tag 'v2024.01-rc3' into nextTom Rini2023-11-201-4/+3
|\
| * scsi: set dma direction to NONE for TEST UNIT READYNikita Yushchenko2023-11-201-0/+2
| * scsi: Have scsi_init_dev_desc_priv() use memsetTom Rini2023-11-101-4/+1
* | scsi: Forceably finish migration to DM_SCSIWIP/07Nov2023-nextTom Rini2023-11-071-151/+0
|/
* rockchip: block: blk-uclass: add bounce buffer flag to blk_descJohan Jonker2023-10-241-0/+4
* scsi: Add buffer_aligned check pass-throughMarek Vasut2023-08-221-0/+15
* Merge tag 'v2023.10-rc3' into nextTom Rini2023-08-211-1/+1
|\
| * bootstd: Rename bootdev_setup_sibling_blk()Simon Glass2023-08-091-1/+1
* | scsi: Cache align temporary bufferMarek Vasut2023-08-171-2/+3
|/
* bootstd: Add a SCSI bootdevSimon Glass2023-01-231-1/+6
* scsi: Remove all children of SCSI devices before rescanningSimon Glass2023-01-231-2/+13
* scsi: Correct allocation of block-device nameSimon Glass2023-01-231-2/+8
* global: Migrate CONFIG_SCSI_DEV_LIST to CFGTom Rini2022-12-231-2/+2
* blk: Rename if_type to uclass_idSimon Glass2022-09-251-3/+3
* blk: Switch over to using uclass IDsSimon Glass2022-09-161-5/+5
* scsi: call device_probe() after scanningAKASHI Takahiro2022-04-091-0/+5
* scsi: Drop CONFIG_SYS_SCSI_MAX_DEVICESimon Glass2022-02-091-3/+3
* pci: scsi: pci: Drop DM_PCI check from scsiSimon Glass2021-08-051-6/+0
* 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-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