aboutsummaryrefslogtreecommitdiff
path: root/common/scsi.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-09scsi: dm: split scsi_scan()Jean-Jacques Hiblot1-53/+49
2017-04-14dm: scsi: fix divide-by-0 error in scsi_scan()Jean-Jacques Hiblot1-9/+26
2017-04-14scsi: move the partition initialization out of the scsi detectionJean-Jacques Hiblot1-1/+2
2017-04-14scsi: make the LUN a parameter of scsi_detect_dev()Jean-Jacques Hiblot1-7/+7
2017-01-09scsi: dm: Unbind all scsi based block devices before new scanMichal Simek1-0/+2
2016-12-20dm: Add support for scsi/sata based devicesMichal Simek1-0/+76
2016-12-09Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze"Tom Rini1-76/+0
2016-12-08dm: Add support for scsi/sata based devicesMichal Simek1-0/+76
2016-12-02scsi: Separate SCSI private block description initializationMichal Simek1-6/+22
2016-12-02scsi: Change scsi_scan() to be able to return valueMichal Simek1-1/+2
2016-12-02scsi: Make private functions staticMichal Simek1-6/+10
2016-12-02scsi: Remove completely unused functionsMichal Simek1-35/+0
2016-12-02scsi: Simplify scsi_read/scsi_write()Michal Simek1-16/+11
2016-12-02scsi: Move pccb buffer initalization directly to scsi_detect_devMichal Simek1-6/+6
2016-12-02scsi: Take lun from device block descriptionMichal Simek1-6/+5
2016-12-02scsi: Extract device detection algorithmMichal Simek1-61/+82
2016-12-02scsi: Extract block device initializationMichal Simek1-20/+25
2016-06-06dm: scsi: if_typename should be scsiEd Swarthout1-1/+1
2016-05-17dm: scsi: Add support for driver-model block devicesSimon Glass1-0/+32
2016-05-17dm: scsi: Drop the get_dev() functionSimon Glass1-7/+0
2016-05-17dm: scsi: Separate the non-command code into its own fileSimon Glass1-0/+567