]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-dsa-mv88e6xxx-centralize-SERDES-IRQ-handling'
authorDavid S. Miller <davem@davemloft.net>
Sun, 1 Sep 2019 19:16:38 +0000 (12:16 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Sep 2019 19:16:38 +0000 (12:16 -0700)
commit98527447963e197d913e9a137b24c9ea1c5adb6a
tree4ed06a60199887ca6303fe3acd5d0fcf76af5bde
parent9edb313234f3070c9cb4a6550b715063db15a301
parentf35e69e56732c6bcb39213b5de5f9295922459c9
Merge branch 'net-dsa-mv88e6xxx-centralize-SERDES-IRQ-handling'

Vivien Didelot says:

====================
net: dsa: mv88e6xxx: centralize SERDES IRQ handling

Following Marek's work on the abstraction of the SERDES lanes mapping, this
series trades the .serdes_irq_setup and .serdes_irq_free callbacks for new
.serdes_irq_mapping, .serdes_irq_enable and .serdes_irq_status operations.

This has the benefit to limit the various SERDES implementations to simple
register accesses only; centralize the IRQ handling and mutex locking logic;
as well as reducing boilerplate in the driver.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>