Re: [U-Boot] [PATCH v2] sata: Fixes:d97dc8a0(Separate the non-command code into its own file)

2016-11-20 Thread Y.T. Tang
Ok, will resend this patch. Thanks, Yuantian > -Original Message- > From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass > Sent: Saturday, November 19, 2016 3:34 AM > To: Y.T. Tang > Cc: Bin Meng ; U-Boot Mailing List

Re: [U-Boot] [PATCH v2] sata: Fixes:d97dc8a0(Separate the non-command code into its own file)

2016-11-18 Thread Simon Glass
Hi Tang, On 16 November 2016 at 23:54, wrote: > From: Tang Yuantian > > Commit d97dc8a0 separated the non-command code into its own file > which caused variable sata_curr_device can not be set to a correct > value. > > Before commit d97dc8a0,

[U-Boot] [PATCH v2] sata: Fixes:d97dc8a0(Separate the non-command code into its own file)

2016-11-16 Thread yuantian.tang
From: Tang Yuantian Commit d97dc8a0 separated the non-command code into its own file which caused variable sata_curr_device can not be set to a correct value. Before commit d97dc8a0, variable sata_curr_device can be set correctly in sata_initialize(). After commit