]> git.baikalelectronics.ru Git - uboot.git/commit
scsi: ceva: Start port in probe
authorMichal Simek <michal.simek@xilinx.com>
Thu, 2 Nov 2017 14:45:34 +0000 (15:45 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 3 Nov 2017 08:31:27 +0000 (09:31 +0100)
commit938b58c0d40caad393402679ea6939987a66891b
tree6a2d6a600fc1971f25b486f400cfc94e3a19e9d4
parentddd285f07164303bdaa1da4260355ba5f82c3c15
scsi: ceva: Start port in probe

The patch:
"dm: ahci: Unwind the confusing init code"
(sha1: c71d3db27f2da323a03e28e4563a145a0aa583ae)
introduce bug for ceva sata because port didn't start.
On the other hand the dwc_ahci.c was fixed correctly.
Do the same change for ceva too.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Tested-by: Mian Yousaf Kaukab <yousaf.kaukab@suse.com>
drivers/ata/sata_ceva.c