summaryrefslogtreecommitdiff
path: root/cmd/scsi.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-2/+4
2020-05-19common: Drop part.h from common headerSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-08-17dm: scsi: Adjust the 'scsi' command to use blk_common_cmd()Simon Glass1-76/+3
2017-07-28cmd: scsi: Fix null pointer dereference in 'scsi reset'Bin Meng1-0/+2
2017-07-11dm: scsi: Document and rename the scsi_scan() parameterSimon Glass1-2/+2
2017-07-11dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset()Simon Glass1-1/+1
2016-12-02cmd: scsi: Make private functions staticMichal Simek1-2/+2
2016-12-02scsi: Change scsi_scan() to be able to return valueMichal Simek1-4/+10
2016-05-17dm: scsi: Separate the non-command code into its own fileSimon Glass1-597/+29
2016-05-17dm: scsi: Fix up code styleSimon Glass1-233/+226
2016-05-17dm: scsi: Remove the forward declarationsSimon Glass1-332/+310
2016-03-16cmd: scsi: Group the command portion together, guard with !CONFIG_SPL_BUILDTom Rini1-21/+22
2016-03-15dm: block: Rename device number member dev to devnumSimon Glass1-3/+3
2016-03-15dm: part: Rename some partition functionsSimon Glass1-3/+3
2016-03-15dm: Drop the block_dev_desc_t typedefSimon Glass1-6/+6
2016-01-25Remove the cmd_ prefix from command filesSimon Glass1-0/+733