Re: [PATCH v2] Revert "phy: IRQ cannot be shared"

From: David Miller
Date: Thu Aug 25 2016 - 20:17:09 EST


From: Xander Huff <xander.huff@xxxxxx>
Date: Wed, 24 Aug 2016 16:47:53 -0500

> This reverts:
> commit 33c133cc7598 ("phy: IRQ cannot be shared")
>
> On hardware with multiple PHY devices hooked up to the same IRQ line, allow
> them to share it.
>
> Sergei Shtylyov says:
> "I'm not sure now what was the reason I concluded that the IRQ sharing
> was impossible... most probably I thought that the kernel IRQ handling
> code exited the loop over the IRQ actions once IRQ_HANDLED was returned
> -- which is obviously not so in reality..."
>
> Signed-off-by: Xander Huff <xander.huff@xxxxxx>
> Signed-off-by: Nathan Sullivan <nathan.sullivan@xxxxxx>
> ---
> Note: this reverted code fails "CHECK: Alignment should match open
> parentesis"

That's fine, we can fix up the indentation later.

Applied and queued up for -stable, thanks.