]> git.sur5r.net Git - u-boot/history - common/scsi.c
Merge git://git.denx.de/u-boot-mpc85xx
[u-boot] / common / scsi.c
2016-12-04 Tom RiniMerge git://git.denx.de/u-boot-mpc85xx
2016-12-04 Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot-dm
2016-12-02 Michal Simekscsi: Separate SCSI private block description initializ...
2016-12-02 Michal Simekscsi: Change scsi_scan() to be able to return value
2016-12-02 Michal Simekscsi: Make private functions static
2016-12-02 Michal Simekscsi: Remove completely unused functions
2016-12-02 Michal Simekscsi: Simplify scsi_read/scsi_write()
2016-12-02 Michal Simekscsi: Move pccb buffer initalization directly to scsi_d...
2016-12-02 Michal Simekscsi: Take lun from device block description
2016-12-02 Michal Simekscsi: Extract device detection algorithm
2016-12-02 Michal Simekscsi: Extract block device initialization
2016-06-20 Tom RiniMerge git://git.denx.de/u-boot-nand-flash
2016-06-18 Stefano BabicMerge branch 'master' of git://git.denx.de/u-boot
2016-06-12 Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot-imx
2016-06-06 Tom RiniMerge http://git.denx.de/u-boot-samsung
2016-06-06 Ed Swarthoutdm: scsi: if_typename should be scsi
2016-05-25 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-mpc85xx
2016-05-24 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-fsl...
2016-05-24 Stefano BabicMerge branch 'master' of git://git.denx.de/u-boot
2016-05-17 Tom RiniMerge git://git.denx.de/u-boot-dm
2016-05-17 Simon Glassdm: scsi: Add support for driver-model block devices
2016-05-17 Simon Glassdm: scsi: Drop the get_dev() function
2016-05-17 Simon Glassdm: scsi: Separate the non-command code into its own...