Re: [U-Boot] [PATCH v3 07/20] arm: socfpga: Fix with the correct polling status bit

2017-10-23 Thread Chee, Tien Fong
On Isn, 2017-10-16 at 10:29 -0500, Dinh Nguyen wrote: > > On 10/13/2017 03:08 AM, tien.fong.c...@intel.com wrote: > > > > From: Tien Fong Chee > > > > Commit 2baa997240d ("arm: socfpga: Add FPGA driver support for > > Arria 10") > > Polling the wrong status bit. Fix

Re: [U-Boot] [PATCH v3 07/20] arm: socfpga: Fix with the correct polling status bit

2017-10-16 Thread Dinh Nguyen
On 10/13/2017 03:08 AM, tien.fong.c...@intel.com wrote: > From: Tien Fong Chee > > Commit 2baa997240d ("arm: socfpga: Add FPGA driver support for Arria 10") > Polling the wrong status bit. Fix with correct polling status bit. This message doesn't reflect what the

[U-Boot] [PATCH v3 07/20] arm: socfpga: Fix with the correct polling status bit

2017-10-13 Thread tien . fong . chee
From: Tien Fong Chee Commit 2baa997240d ("arm: socfpga: Add FPGA driver support for Arria 10") Polling the wrong status bit. Fix with correct polling status bit. Fixes: 2baa997240d ("arm: socfpga: Add FPGA driver support for Arria 10") Signed-off-by: Tien Fong Chee