Re: [U-Boot] [Patch 3/3] e1000: remove unnecessary clearing of SWSM.SWSM_SMBI

2015-08-12 Thread Joe Hershberger
Hi Tim, On Tue, May 19, 2015 at 12:01 PM, Tim Harvey wrote: > remove unnecessary clearing of SWSM.SWSM_SMBI when obtaining the SW > semaphore. This was introduced in 951860634fdb557bbb58e0f99215391bc0c29779 > while adding i210 support and should be now resolved by releasing the > semaphore when n

Re: [U-Boot] [Patch 3/3] e1000: remove unnecessary clearing of SWSM.SWSM_SMBI

2015-05-20 Thread Marcel Ziswiler
On Tue, 2015-05-19 at 10:01 -0700, Tim Harvey wrote: > remove unnecessary clearing of SWSM.SWSM_SMBI when obtaining the SW > semaphore. This was introduced in 951860634fdb557bbb58e0f99215391bc0c29779 > while adding i210 support and should be now resolved by releasing the > semaphore when no longer

Re: [U-Boot] [Patch 3/3] e1000: remove unnecessary clearing of SWSM.SWSM_SMBI

2015-05-20 Thread Bin Meng
On Wed, May 20, 2015 at 1:01 AM, Tim Harvey wrote: > remove unnecessary clearing of SWSM.SWSM_SMBI when obtaining the SW > semaphore. This was introduced in 951860634fdb557bbb58e0f99215391bc0c29779 > while adding i210 support and should be now resolved by releasing the > semaphore when no longer n

[U-Boot] [Patch 3/3] e1000: remove unnecessary clearing of SWSM.SWSM_SMBI

2015-05-19 Thread Tim Harvey
remove unnecessary clearing of SWSM.SWSM_SMBI when obtaining the SW semaphore. This was introduced in 951860634fdb557bbb58e0f99215391bc0c29779 while adding i210 support and should be now resolved by releasing the semaphore when no longer needed. Cc: Marcel Ziswiler Cc: Marek Vasut Cc: Aneesh Ban