]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
common: spl_sata: perform SCSI scan before getting device
authorRoger Quadros <rogerq@ti.com>
Tue, 23 Sep 2014 15:07:04 +0000 (18:07 +0300)
committerTom Rini <trini@ti.com>
Fri, 10 Oct 2014 13:44:42 +0000 (09:44 -0400)
commit76300c0d2d63bb7cb02679bf749f30ae4a1ca969
treed499d955d482239571a9141cd01e32d4f6c1bb1b
parentd59baeb76f911d0391e73e5f6068e55ea48514f8
common: spl_sata: perform SCSI scan before getting device

At least on OMAP, init_sata() no longer performs scsi_scan()
so we must do it explicitly here.

Cc: Dan Murphy <dmurphy@ti.com>
Signed-off-by: Roger Quadros <rogerq@ti.com>
common/spl/spl_sata.c