aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* phy: print PHY register address when MDI read/write failsHEADmasterJoursoir2024-02-291-4/+4
| | | | Signed-off-by: Joursoir <chat@joursoir.net>
* ich8lan: warn if disabling ULP failedJoursoir2024-02-291-1/+5
| | | | | | | | | | The hardware may stop working if driver failed to disable ULP mode. Take the return value of e1000_disable_ulp_lpt_lp() into account, and pass up the error if it fails. Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com> Signed-off-by: Joursoir <chat@joursoir.net>
* ich8lan: reset the hardware if PHY init workarounds failed for 1st timeJoursoir2024-02-291-2/+7
| | | | | | | | Hardware reset and re-initialization CAN fix the issue with failed initialization. Signed-off-by: Denis Turischev <denis.turischev@compulab.co.il> Signed-off-by: Joursoir <chat@joursoir.net>
* initial commit for v3.8.7Joursoir2024-02-2335-0/+45455