All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] net: e1000: Fix e1000_igb semaphore handling
@ 2018-02-15  7:55 Bernhard Messerklinger
  2018-02-16 20:15 ` Joe Hershberger
  2018-03-05 19:55 ` [U-Boot] " Joe Hershberger
  0 siblings, 2 replies; 3+ messages in thread
From: Bernhard Messerklinger @ 2018-02-15  7:55 UTC (permalink / raw)
  To: u-boot

Fix commit f1bcad22dd19 ("net: e1000: add support for writing to
EEPROM").

Signed-off-by: Bernhard Messerklinger <bernhard.messerklinger@br-automation.com>
---

 drivers/net/e1000.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/e1000.c b/drivers/net/e1000.c
index 8316854bc1..5cc54efe48 100644
--- a/drivers/net/e1000.c
+++ b/drivers/net/e1000.c
@@ -1181,7 +1181,7 @@ e1000_put_hw_eeprom_semaphore(struct e1000_hw *hw)
 		return;
 
 	swsm = E1000_READ_REG(hw, SWSM);
-	if (hw->mac_type == e1000_80003es2lan) {
+	if (hw->mac_type == e1000_80003es2lan || hw->mac_type == e1000_igb) {
 		/* Release both semaphores. */
 		swsm &= ~(E1000_SWSM_SMBI | E1000_SWSM_SWESMBI);
 	} else
-- 
2.16.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] net: e1000: Fix e1000_igb semaphore handling
  2018-02-15  7:55 [U-Boot] [PATCH] net: e1000: Fix e1000_igb semaphore handling Bernhard Messerklinger
@ 2018-02-16 20:15 ` Joe Hershberger
  2018-03-05 19:55 ` [U-Boot] " Joe Hershberger
  1 sibling, 0 replies; 3+ messages in thread
From: Joe Hershberger @ 2018-02-16 20:15 UTC (permalink / raw)
  To: u-boot

On Thu, Feb 15, 2018 at 1:55 AM, Bernhard Messerklinger
<bernhard.messerklinger@br-automation.com> wrote:
> Fix commit f1bcad22dd19 ("net: e1000: add support for writing to
> EEPROM").
>
> Signed-off-by: Bernhard Messerklinger <bernhard.messerklinger@br-automation.com>

Acked-by: Joe Hershberger <joe.hershberger@ni.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] net: e1000: Fix e1000_igb semaphore handling
  2018-02-15  7:55 [U-Boot] [PATCH] net: e1000: Fix e1000_igb semaphore handling Bernhard Messerklinger
  2018-02-16 20:15 ` Joe Hershberger
@ 2018-03-05 19:55 ` Joe Hershberger
  1 sibling, 0 replies; 3+ messages in thread
From: Joe Hershberger @ 2018-03-05 19:55 UTC (permalink / raw)
  To: u-boot

Hi Bernhard,

https://patchwork.ozlabs.org/patch/873696/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git

Thanks!
-Joe

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-03-05 19:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-15  7:55 [U-Boot] [PATCH] net: e1000: Fix e1000_igb semaphore handling Bernhard Messerklinger
2018-02-16 20:15 ` Joe Hershberger
2018-03-05 19:55 ` [U-Boot] " Joe Hershberger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.