]> Git Repo - linux.git/commit
phy: IRQ cannot be shared
authorSergei Shtylyov <[email protected]>
Fri, 20 Dec 2013 19:09:04 +0000 (22:09 +0300)
committerDavid S. Miller <[email protected]>
Mon, 30 Dec 2013 03:35:16 +0000 (22:35 -0500)
commit33c133cc7598e60976a069344910d63e56cc4401
tree3289d4be3d0e66a2541b692577aeca6e6af0f3a8
parentf81152e35001e91997ec74a7b4e040e6ab0acccf
phy: IRQ cannot be shared

With the way PHY IRQ handler is implemented (all real handling being pushed to
the workqueue and returning IRQ_HANDLED all the time PHY is active), we cannot
really claim that PHY IRQ can be shared when calling request_irq().

Signed-off-by: Sergei Shtylyov <[email protected]>
Acked-by: Florian Fainelli <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/phy/phy.c
This page took 0.053181 seconds and 4 git commands to generate.