]> git.ipfire.org Git - people/ms/u-boot.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)
commitcba64a2a7303bfbf8ccd4fc43abfdfe0d30b7e37
tree6a2d6a600fc1971f25b486f400cfc94e3a19e9d4
parenta0cdb534e121185a72c881e76fa802486eba0f4f
scsi: ceva: Start port in probe

The patch:
"dm: ahci: Unwind the confusing init code"
(sha1: 7cf1afce7fa3fe64189020fe14b93f7326dd0758)
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