[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <49afbad9-317a-3eff-3692-441fae3c4f49@gmail.com>
Date: Mon, 16 Mar 2020 22:31:48 +0100
From: Heiner Kallweit <hkallweit1@...il.com>
To: Andrew Lunn <andrew@...n.ch>,
Florian Fainelli <f.fainelli@...il.com>,
Russell King - ARM Linux <linux@...linux.org.uk>,
David Miller <davem@...emloft.net>
Cc: "netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: [PATCH net-next 0/2] net: phy: improve phy_driver callback
handle_interrupt
did_interrupt() clears the interrupt, therefore handle_interrupt() can
not check which event triggered the interrupt. To overcome this
constraint and allow more flexibility for customer interrupt handlers,
let's decouple handle_interrupt() from parts of the phylib interrupt
handling. Custom interrupt handlers now have to implement the
did_interrupt() functionality in handle_interrupt() if needed.
Fortunately we have just one custom interrupt handler so far (in the
mscc PHY driver), convert it to the changed API and make use of the
benefits.
Heiner Kallweit (2):
net: phy: improve phy_driver callback handle_interrupt
net: phy: mscc: consider interrupt source in interrupt handler
drivers/net/phy/mscc/mscc_main.c | 18 ++++++++++++++----
drivers/net/phy/phy.c | 26 ++++++++++++--------------
include/linux/phy.h | 3 ++-
3 files changed, 28 insertions(+), 19 deletions(-)
--
2.25.1
Powered by blists - more mailing lists