On Wed, Nov 23, 2016 at 01:27:31AM +0100, tomas.hlavacek@xxxxxx wrote: > Hi Uwe! > > On Tue, Nov 22, 2016 at 10:59 PM, tomas.hlavacek@xxxxxx wrote: > >Anyway I took your patch and tried few things: > >- add pca9538 interrupt-controller > >- add IRQ for 88E1514 PHY - and there is a problem: > ... > > I thought it over and if I am not mistaken this is not going to work > anyway, because pca9538 driver causes the GPIO driver to set > IRQ_NESTED_THREAD, so we can not simply use one of the GPIO expander > pins as IRQ source for 88E1514, because request_irq() on it will > fail ultimately. Actually, the phylib now does uses threaded IRQs, since i implemented interrupt support for the mv88e6xxx driver. Its interrupts require MDIO transactions, so have to be threaded. However, i don't think using interrupts on the pca9538 are reliable. Interrupt support is compile time optional for that driver. It is not clear to me if distributions do compile the driver with interrupts enabled. So it could be the probe fails with OpenWRT, Debian, etc... Andrew -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html