Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: phy: meson-gxl: fix interrupt support
BugLink: https://bugs.launchpad.net/bugs/1823060 [ Upstream commit daa5c4d ] If an interrupt is already pending when the interrupt is enabled on the GXL phy, no IRQ will ever be triggered. The fix is simply to make sure pending IRQs are cleared before setting up the irq mask. Fixes: cf127ff ("net: phy: meson-gxl: add interrupt support") Signed-off-by: Jerome Brunet <[email protected]> Signed-off-by: David S. Miller <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Seth Forshee <[email protected]>
- Loading branch information