aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-205-5/+0
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-195-0/+5
* scsi: Remove <common.h> and add needed includesTom Rini2024-05-075-5/+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-073-204/+7
|/
* 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: Use bootdev instead of bootdeviceSimon Glass2023-07-161-1/+1
* scsi: typo supporedtHeinrich Schuchardt2023-04-011-1/+1
* bootstd: Add a new pre-scan priority for bootdevsSimon Glass2023-01-231-2/+2
* bootstd: Add a SCSI bootdevSimon Glass2023-01-233-1/+75
* 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
* 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