Hello. On 08/24/2016 08:53 PM, Xander Huff wrote:
From: Nathan Sullivan <nathan.sulli...@ni.com> On hardware with multiple PHY devices hooked up to the same IRQ line, allow them to share it.
Note that it had been allowed until my (erroneous?) commit 33c133cc7598e60976a069344910d63e56cc4401 ("phy: IRQ cannot be shared"), so I'd like this commit just reverted instead... 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: Nathan Sullivan <nathan.sulli...@ni.com> Signed-off-by: Xander Huff <xander.h...@ni.com> Acked-by: Ben Shelton <ben.shel...@ni.com> Acked-by: Jaeden Amero <jaeden.am...@ni.com>
[...] MBR, Sergei