]> git.baikalelectronics.ru Git - kernel.git/commitdiff
Merge branch 'net-dsa-microchip-ksz9477-enable-interrupt-for-internal-phy-link-detection'
authorJakub Kicinski <kuba@kernel.org>
Mon, 26 Sep 2022 19:41:12 +0000 (12:41 -0700)
committerJakub Kicinski <kuba@kernel.org>
Mon, 26 Sep 2022 19:42:02 +0000 (12:42 -0700)
Arun Ramadoss says:

====================
net: dsa: microchip: ksz9477: enable interrupt for internal phy link detection

This patch series implements the common interrupt handling for ksz9477 based
switches and lan937x. The ksz9477 and lan937x has similar interrupt registers
except ksz9477 has 4 port based interrupts whereas lan937x has 6 interrupts.
The patch moves the phy interrupt hanler implemented in lan937x_main.c to
ksz_common.c, along with the mdio_register functionality.
====================

Link: https://lore.kernel.org/r/20220922071028.18012-1-arun.ramadoss@microchip.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge