~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* bootstd: Rename bootdev_setup_sibling_blk()Simon Glass2023-08-09
* bootstd: Use bootdev instead of bootdeviceSimon Glass2023-07-16
* scsi: typo supporedtHeinrich Schuchardt2023-04-01
* bootstd: Add a new pre-scan priority for bootdevsSimon Glass2023-01-23
* bootstd: Add a SCSI bootdevSimon Glass2023-01-23
* scsi: Remove all children of SCSI devices before rescanningSimon Glass2023-01-23
* scsi: Correct allocation of block-device nameSimon Glass2023-01-23
* global: Migrate CONFIG_SCSI_DEV_LIST to CFGTom Rini2022-12-23
* usb: Update the test to cover reading and writingSimon Glass2022-10-31
* sandbox: Convert to use driver model for SCSISimon Glass2022-09-25
* sandbox: scsi: Move request-handling code to scsi_emulSimon Glass2022-09-25
* blk: Rename if_type to uclass_idSimon Glass2022-09-25
* blk: Switch over to using uclass IDsSimon Glass2022-09-16
* blk: Select SPL_LEGACY_BLOCK automaticallySimon Glass2022-09-16
* blk: Rename HAVE_BLOCK_DEVICESimon Glass2022-09-16
* blk: Enable CONFIG_BLK for all mediaSimon Glass2022-09-16
* scsi: call device_probe() after scanningAKASHI Takahiro2022-04-09
* Convert CONFIG_SCSI_AHCI_PLAT et al to KconfigSimon Glass2022-02-09
* scsi: Drop CONFIG_SYS_SCSI_MAX_DEVICESimon Glass2022-02-09
* sata: Rename SATA_SUPPORT to SATASimon Glass2021-09-04
* pci: scsi: pci: Drop DM_PCI check from scsiSimon Glass2021-08-05
* dm: define LOG_CATEGORY for all uclassPatrick Delaunay2021-07-06
* scsi: Add ata_swap_buf_le16() to support big-endian platformsStefan Roese2021-04-23
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-13
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-13
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-13
* common: Drop log.h from common headerSimon Glass2020-05-18
* common: Drop bootstage.h from common headerSimon Glass2020-05-18
* common: Drop part.h from common headerSimon Glass2020-05-18
* scsi: Add dma direction member to command structureFaiz Abbas2019-10-23
* scsi: Retry inquiry 3 times to overcome Unit Attention conditionFaiz Abbas2019-10-23
* scsi: Add max_bytes_per_req to scsi_platdataFaiz Abbas2019-10-23
* scsi: Simplify scsi_read()/_write()Faiz Abbas2019-10-23
* env: Move env_set_ulong() to env.hSimon Glass2019-08-11
* dm: scsi: report correct device numberHeinrich Schuchardt2019-02-19
* blk: Call part_init() in the post_probe() methodBin Meng2018-11-14
* Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada2018-09-10
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07
* Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford2018-02-08
* blk: dm: make blk_create_device() take a number of block instead of a sizeJean-Jacques Hiblot2017-09-11
* env: Rename common functions related to setenv()Simon Glass2017-08-16
* dm: mmc: Allow disabling driver model in SPLSimon Glass2017-08-01
* dm: scsi: Drop scsi_init() when driver model is usedSimon Glass2017-07-11
* dm: scsi: Split out the bus scanning codeSimon Glass2017-07-11
* dm: scsi: Adjust return value of scsi_exec()Simon Glass2017-07-11
* dm: scsi: Add operations for SCSI devicesSimon Glass2017-07-11
* dm: scsi: Document and rename the scsi_scan() parameterSimon Glass2017-07-11
* dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset()Simon Glass2017-07-11
* dm: ahci: Unwind the confusing init codeSimon Glass2017-07-11
* dm: scsi: Indent the confusing #ifdefsSimon Glass2017-07-11