Re: [PATCH net] r8169: fix handling ether_clk

2020-10-01 Thread David Miller
From: Heiner Kallweit Date: Thu, 1 Oct 2020 08:44:19 +0200 > Petr reported that system freezes on r8169 driver load on a system > using ether_clk. The original change was done under the assumption > that the clock isn't needed for basic operations like chip register > access. But obviously that w

Re: [PATCH net] r8169: fix handling ether_clk

2020-10-01 Thread Hans de Goede
Hi, On 10/1/20 8:44 AM, Heiner Kallweit wrote: Petr reported that system freezes on r8169 driver load on a system using ether_clk. The original change was done under the assumption that the clock isn't needed for basic operations like chip register access. But obviously that was wrong. Therefore