Re: [U-Boot] [Patch 1/3] e1000: releasing semaphore once no longer needed

2015-08-12 Thread Joe Hershberger
Hi Tim, On Tue, May 19, 2015 at 12:01 PM, Tim Harvey wrote: > Once the hwsw semaphore is acquired, it must be released when access to the > hw is completed. Without this subsequent calls to acquire will timeout > obtaining the semaphore. > > Cc: Marcel Ziswiler > Cc: Marek Vasut > Cc: Aneesh Ba

Re: [U-Boot] [Patch 1/3] e1000: releasing semaphore once no longer needed

2015-05-20 Thread Marcel Ziswiler
On Tue, 2015-05-19 at 10:01 -0700, Tim Harvey wrote: > Once the hwsw semaphore is acquired, it must be released when access to the > hw is completed. Without this subsequent calls to acquire will timeout > obtaining the semaphore. > > Cc: Marcel Ziswiler > Cc: Marek Vasut > Cc: Aneesh Bansal >

Re: [U-Boot] [Patch 1/3] e1000: releasing semaphore once no longer needed

2015-05-20 Thread Bin Meng
On Wed, May 20, 2015 at 1:01 AM, Tim Harvey wrote: > Once the hwsw semaphore is acquired, it must be released when access to the > hw is completed. Without this subsequent calls to acquire will timeout > obtaining the semaphore. > > Cc: Marcel Ziswiler > Cc: Marek Vasut > Cc: Aneesh Bansal > Cc

[U-Boot] [Patch 1/3] e1000: releasing semaphore once no longer needed

2015-05-19 Thread Tim Harvey
Once the hwsw semaphore is acquired, it must be released when access to the hw is completed. Without this subsequent calls to acquire will timeout obtaining the semaphore. Cc: Marcel Ziswiler Cc: Marek Vasut Cc: Aneesh Bansal Cc: Naveen Burmi Cc: Po Liu Cc: Bin Meng Cc: Alison Wang Cc: Rein