On Wed, Feb 24, 2021 at 05:11:33PM +0100, Daniel González Cabanelas wrote: > The current bcm63xx_enet driver doesn't asign the internal phy IRQ. As a > result of this it works in polling mode. > > Fix it using the phy_device structure to assign the platform IRQ.
Hi Daniel We still don't have a root cause analysis. I really would like to understand what is wrong here, since there should be no need to assign phydev->irq. I want to be sure we don't have the same problem with other drivers. Andrew