Re: [U-Boot] [PATCH] scsi: ceva: Start port in probe

2017-11-09 Thread Simon Glass
On 2 November 2017 at 08:53, Michal Simek wrote: > 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 ce

Re: [U-Boot] [PATCH] scsi: ceva: Start port in probe

2017-11-02 Thread Mian Yousaf Kaukab
On 11/02/2017 03:53 PM, Michal Simek wrote: 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-