summaryrefslogtreecommitdiff
path: root/include/scsi.h
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+2
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-2/+2
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2019-10-24scsi: Add dma direction member to command structureFaiz Abbas1-0/+3
2019-10-24scsi: Add max_bytes_per_req to scsi_platdataFaiz Abbas1-0/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-07-11dm: scsi: Split out the bus scanning codeSimon Glass1-0/+8
2017-07-11dm: scsi: Add operations for SCSI devicesSimon Glass1-5/+23
2017-07-11dm: scsi: Document and rename the scsi_scan() parameterSimon Glass1-3/+5
2017-07-11dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset()Simon Glass1-2/+2
2017-07-11dm: scsi: Add operationsSimon Glass1-0/+20
2017-07-11dm: ahci: Unwind the confusing init codeSimon Glass1-3/+1
2017-07-11dm: scsi: Drop the ccb typedefSimon Glass1-3/+3
2017-07-11dm: scsi: Rename struct SCSI_cmd_block to struct scsi_cmdSimon Glass1-1/+1
2017-07-11dm: scsi: Rearrange header file for driver modelSimon Glass1-20/+14
2017-07-11scsi: Drop scsi_print_error()Simon Glass1-1/+0
2016-12-20dm: Add support for scsi/sata based devicesMichal Simek1-1/+19
2016-12-09Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze"Tom Rini1-19/+1
2016-12-08dm: Add support for scsi/sata based devicesMichal Simek1-1/+19
2016-12-02scsi: Change scsi_scan() to be able to return valueMichal Simek1-1/+1
2016-12-02scsi: Remove completely unused functionsMichal Simek1-3/+0
2015-06-12ahci: support LBA48 data reads for 2+TB drivesMark Langsdorf1-0/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-18/+1
2013-04-02Consolidate bool typeYork Sun1-8/+0
2012-11-03ahci: Make the AHCI code find the capacity of disks > 128 GB properlyGabe Black1-0/+2
2012-11-03scsi: Add function and env var to report number of scsi drivesStefan Reinauer1-0/+2
2012-05-20USB: Align buffers at cachelinePuneet Saxena1-1/+3
2011-07-26scsi/ahci: add support for non-PCI controllersRob Herring1-0/+1
2008-05-21Big white-space cleanup.Wolfgang Denk1-3/+3
2003-06-28* Code cleanup:wdenk1-7/+0
2002-04-01Initial revisionwdenk1-0/+215