| Commit message (Expand) | Author | Age | Files | Lines |
* | scsi: typo supporedt | Heinrich Schuchardt | 2023-04-01 | 1 | -1/+1 |
* | bootstd: Add a new pre-scan priority for bootdevs | Simon Glass | 2023-01-23 | 1 | -2/+2 |
* | bootstd: Add a SCSI bootdev | Simon Glass | 2023-01-23 | 3 | -1/+75 |
* | scsi: Remove all children of SCSI devices before rescanning | Simon Glass | 2023-01-23 | 1 | -2/+13 |
* | scsi: Correct allocation of block-device name | Simon Glass | 2023-01-23 | 1 | -2/+8 |
* | global: Migrate CONFIG_SCSI_DEV_LIST to CFG | Tom Rini | 2022-12-23 | 1 | -2/+2 |
* | usb: Update the test to cover reading and writing | Simon Glass | 2022-10-31 | 1 | -0/+9 |
* | sandbox: Convert to use driver model for SCSI | Simon Glass | 2022-09-25 | 1 | -3/+129 |
* | sandbox: scsi: Move request-handling code to scsi_emul | Simon Glass | 2022-09-25 | 2 | -0/+75 |
* | blk: Rename if_type to uclass_id | Simon Glass | 2022-09-25 | 1 | -3/+3 |
* | blk: Switch over to using uclass IDs | Simon Glass | 2022-09-16 | 1 | -5/+5 |
* | blk: Select SPL_LEGACY_BLOCK automatically | Simon Glass | 2022-09-16 | 1 | -1/+0 |
* | blk: Rename HAVE_BLOCK_DEVICE | Simon Glass | 2022-09-16 | 1 | -1/+1 |
* | blk: Enable CONFIG_BLK for all media | Simon Glass | 2022-09-16 | 1 | -1/+0 |
* | scsi: call device_probe() after scanning | AKASHI Takahiro | 2022-04-09 | 1 | -0/+5 |
* | Convert CONFIG_SCSI_AHCI_PLAT et al to Kconfig | Simon Glass | 2022-02-09 | 2 | -0/+32 |
* | scsi: Drop CONFIG_SYS_SCSI_MAX_DEVICE | Simon Glass | 2022-02-09 | 1 | -3/+3 |
* | sata: Rename SATA_SUPPORT to SATA | Simon Glass | 2021-09-04 | 1 | -1/+1 |
* | pci: scsi: pci: Drop DM_PCI check from scsi | Simon Glass | 2021-08-05 | 1 | -6/+0 |
* | dm: define LOG_CATEGORY for all uclass | Patrick Delaunay | 2021-07-06 | 1 | -0/+2 |
* | scsi: Add ata_swap_buf_le16() to support big-endian platforms | Stefan Roese | 2021-04-23 | 1 | -0/+6 |
* | dm: treewide: Rename ..._platdata variables to just ..._plat | Simon Glass | 2020-12-13 | 2 | -4/+4 |
* | dm: treewide: Rename 'platdata' variables to just 'plat' | Simon Glass | 2020-12-13 | 2 | -9/+9 |
* | dm: treewide: Rename auto_alloc_size members to be shorter | Simon Glass | 2020-12-13 | 1 | -1/+1 |
* | common: Drop log.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Drop bootstage.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Drop part.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+2 |
* | scsi: Add dma direction member to command structure | Faiz Abbas | 2019-10-23 | 1 | -0/+4 |
* | scsi: Retry inquiry 3 times to overcome Unit Attention condition | Faiz Abbas | 2019-10-23 | 1 | -3/+9 |
* | scsi: Add max_bytes_per_req to scsi_platdata | Faiz Abbas | 2019-10-23 | 1 | -19/+26 |
* | scsi: Simplify scsi_read()/_write() | Faiz Abbas | 2019-10-23 | 1 | -37/+17 |
* | env: Move env_set_ulong() to env.h | Simon Glass | 2019-08-11 | 1 | -0/+1 |
* | dm: scsi: report correct device number | Heinrich Schuchardt | 2019-02-19 | 1 | -6/+7 |
* | blk: Call part_init() in the post_probe() method | Bin Meng | 2018-11-14 | 1 | -1/+0 |
* | Remove <inttypes.h> includes and PRI* usages in printf() entirely | Masahiro Yamada | 2018-09-10 | 1 | -5/+4 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 4 | -9/+4 |
* | Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig | Adam Ford | 2018-02-08 | 1 | -0/+1 |
* | blk: dm: make blk_create_device() take a number of block instead of a size | Jean-Jacques Hiblot | 2017-09-11 | 1 | -1/+1 |
* | env: Rename common functions related to setenv() | Simon Glass | 2017-08-16 | 1 | -1/+1 |
* | dm: mmc: Allow disabling driver model in SPL | Simon Glass | 2017-08-01 | 1 | -1/+1 |
* | dm: scsi: Drop scsi_init() when driver model is used | Simon Glass | 2017-07-11 | 1 | -2/+4 |
* | dm: scsi: Split out the bus scanning code | Simon Glass | 2017-07-11 | 1 | -12/+23 |
* | dm: scsi: Adjust return value of scsi_exec() | Simon Glass | 2017-07-11 | 1 | -4/+4 |
* | dm: scsi: Add operations for SCSI devices | Simon Glass | 2017-07-11 | 1 | -0/+20 |
* | dm: scsi: Document and rename the scsi_scan() parameter | Simon Glass | 2017-07-11 | 1 | -10/+10 |
* | dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset() | Simon Glass | 2017-07-11 | 2 | -14/+22 |
* | dm: ahci: Unwind the confusing init code | Simon Glass | 2017-07-11 | 1 | -8/+0 |
* | dm: scsi: Indent the confusing #ifdefs | Simon Glass | 2017-07-11 | 1 | -13/+13 |
* | dm: scsi: Use the uclass platform data | Simon Glass | 2017-07-11 | 2 | -1/+2 |
* | dm: scsi: Drop the ccb typedef | Simon Glass | 2017-07-11 | 2 | -12/+13 |