]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit68a15770bcefc36b826c3002bf2e4d768e578266
treed681b3badb1aed464f7a675adbdd47ff9122145f
parent20b88ad5d4df74f46547cc7b4081aa4f93235ced
parenta1473f9202376dc6a83a4f2b0c8cf0d8028fe033
Merge branch 'net-dsa-microchip-ksz9477-enable-interrupt-for-internal-phy-link-detection'

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>