Re: [PATCH RFC 1/6] net: dsa: mv88e6xxx: Implement interrupt support.

2016-09-28 Thread Andrew Lunn
The cover email got rejected, because i used MV88E6XXX in the subject line, and it did not like the XXX. -- >From 838e38d8079341ffdeb98c3c1bf043627c24cfc2 Mon Sep 17 00:00:00 2001 From: Andrew Lunn Date: Wed, 28 Sep 2016 03:23:0

[PATCH RFC 1/6] net: dsa: mv88e6xxx: Implement interrupt support.

2016-09-28 Thread Andrew Lunn
The switch can have up to two interrupt controllers. One of these contains the interrupts from the integrated PHYs, so is useful to export. The Marvell PHY driver can then be used in interrupt mode, rather than polling, speeding up PHY handling and reducing load on the MDIO bus. Signed-off-by: And