All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andreas Schwab <schwab@linux-m68k.org>
To: linux-riscv@lists.infradead.org
Cc: Charles Keepax <ckeepax@opensource.cirrus.com>,
	Andrew Lunn <andrew@lunn.ch>, Willy Tarreau <w@1wt.eu>,
	Nicolas Ferre <nicolas.ferre@microchip.com>,
	Claudiu Beznea <claudiu.beznea@microchip.com>,
	Daniel Palmer <daniel@0x0f.com>,
	Alexandre Belloni <alexandre.belloni@bootlin.com>,
	Parshuram Thombare <pthombar@cadence.com>,
	netdev@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: macb broken on HiFive Unleashed
Date: Mon, 08 Mar 2021 20:30:34 +0100	[thread overview]
Message-ID: <87tupl30kl.fsf@igel.home> (raw)

One of the changes to the macb driver between 5.10 and 5.11 has broken
the SiFive HiFive Unleashed.  These are the last messages before the
system hangs:

[   12.468674] libphy: Fixed MDIO Bus: probed
[   12.746518] macb 10090000.ethernet: Registered clk switch 'sifive-gemgxl-mgmt'
[   12.753119] macb 10090000.ethernet: GEM doesn't support hardware ptp.
[   12.760178] libphy: MACB_mii_bus: probed
[   12.881792] MACsec IEEE 802.1AE
[   12.944426] macb 10090000.ethernet eth0: Cadence GEM rev 0x10070109 at 0x10090000 irq 16 (70:b3:d5:92:f1:07)

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

WARNING: multiple messages have this Message-ID (diff)
From: Andreas Schwab <schwab@linux-m68k.org>
To: linux-riscv@lists.infradead.org
Cc: Charles Keepax <ckeepax@opensource.cirrus.com>,
	Andrew Lunn <andrew@lunn.ch>, Willy Tarreau <w@1wt.eu>,
	Nicolas Ferre <nicolas.ferre@microchip.com>,
	Claudiu Beznea <claudiu.beznea@microchip.com>,
	Daniel Palmer <daniel@0x0f.com>,
	Alexandre Belloni <alexandre.belloni@bootlin.com>,
	Parshuram Thombare <pthombar@cadence.com>,
	netdev@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: macb broken on HiFive Unleashed
Date: Mon, 08 Mar 2021 20:30:34 +0100	[thread overview]
Message-ID: <87tupl30kl.fsf@igel.home> (raw)

One of the changes to the macb driver between 5.10 and 5.11 has broken
the SiFive HiFive Unleashed.  These are the last messages before the
system hangs:

[   12.468674] libphy: Fixed MDIO Bus: probed
[   12.746518] macb 10090000.ethernet: Registered clk switch 'sifive-gemgxl-mgmt'
[   12.753119] macb 10090000.ethernet: GEM doesn't support hardware ptp.
[   12.760178] libphy: MACB_mii_bus: probed
[   12.881792] MACsec IEEE 802.1AE
[   12.944426] macb 10090000.ethernet eth0: Cadence GEM rev 0x10070109 at 0x10090000 irq 16 (70:b3:d5:92:f1:07)

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."

             reply	other threads:[~2021-03-08 19:30 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-08 19:30 Andreas Schwab [this message]
2021-03-08 19:30 ` macb broken on HiFive Unleashed Andreas Schwab
2021-03-09  8:55 ` Claudiu.Beznea
2021-03-09  8:55   ` Claudiu.Beznea
2021-03-10 16:17   ` Willy Tarreau
2021-03-10 16:17     ` Willy Tarreau
2021-03-10 19:55   ` Andreas Schwab
2021-03-10 19:55     ` Andreas Schwab
2021-03-13 21:54     ` Emil Renner Berthing
2021-03-13 21:54       ` Emil Renner Berthing
2021-03-14  7:19       ` Andreas Schwab
2021-03-14  7:19         ` Andreas Schwab
2021-03-17 16:26   ` Andreas Schwab
2021-03-17 16:26     ` Andreas Schwab
2021-03-19  8:28     ` Yixun Lan
2021-03-19  8:28       ` Yixun Lan
2021-03-19  8:42       ` Yixun Lan
2021-03-19  8:42         ` Yixun Lan
2021-03-19  8:51       ` Andreas Schwab
2021-03-19  8:51         ` Andreas Schwab
2021-03-19 22:25         ` Yixun Lan
2021-03-19 22:25           ` Yixun Lan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87tupl30kl.fsf@igel.home \
    --to=schwab@linux-m68k.org \
    --cc=alexandre.belloni@bootlin.com \
    --cc=andrew@lunn.ch \
    --cc=ckeepax@opensource.cirrus.com \
    --cc=claudiu.beznea@microchip.com \
    --cc=daniel@0x0f.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=netdev@vger.kernel.org \
    --cc=nicolas.ferre@microchip.com \
    --cc=pthombar@cadence.com \
    --cc=w@1wt.eu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.