stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH for 5.10.y 0/3] Intel igc backports
@ 2022-05-19  4:51 Nobuhiro Iwamatsu
  2022-05-19  4:51 ` [PATCH 1/3] igc: Remove _I_PHY_ID checking Nobuhiro Iwamatsu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Nobuhiro Iwamatsu @ 2022-05-19  4:51 UTC (permalink / raw)
  To: stable
  Cc: daichi1.fukui, Greg Kroah-Hartman, Sasha Neftin, Dvora Fuxbrumer,
	Tony Nguyen, Nechama Kraus, Nobuhiro Iwamatsu

Hi,

Intel igc ethernet device does not work on 5.10.y due to a problem with the PHY check
of igc driver.

```
igc: probe of 0000:03:00.0 failed with error -2
```

To fix this issue, we'll need three commits that have been fixed in upstream.

Best regards,
  Nobuhiro

Sasha Neftin (3):
  igc: Remove _I_PHY_ID checking
  igc: Remove phy->type checking
  igc: Update I226_K device ID

 drivers/net/ethernet/intel/igc/igc_base.c | 10 +---------
 drivers/net/ethernet/intel/igc/igc_hw.h   |  1 +
 drivers/net/ethernet/intel/igc/igc_main.c | 18 +++++-------------
 drivers/net/ethernet/intel/igc/igc_phy.c  |  6 ++----
 4 files changed, 9 insertions(+), 26 deletions(-)

-- 
2.36.0



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

end of thread, other threads:[~2022-05-19  5:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-19  4:51 [PATCH for 5.10.y 0/3] Intel igc backports Nobuhiro Iwamatsu
2022-05-19  4:51 ` [PATCH 1/3] igc: Remove _I_PHY_ID checking Nobuhiro Iwamatsu
2022-05-19  4:51 ` [PATCH 2/3] igc: Remove phy->type checking Nobuhiro Iwamatsu
2022-05-19  4:51 ` [PATCH 3/3] igc: Update I226_K device ID Nobuhiro Iwamatsu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).