Re: [PATCH] net: phy: dp83867: fix irq generation

2017-01-06 Thread David Miller
From: Grygorii Strashko Date: Thu, 5 Jan 2017 14:48:07 -0600 > For proper IRQ generation by DP83867 phy the INT/PWDN pin has to be > programmed as an interrupt output instead of a Powerdown input in > Configuration Register 3 (CFG3), Address 0x001E, bit 7 INT_OE = 1. The > current driver doesn't

Re: [PATCH] net: phy: dp83867: fix irq generation

2017-01-06 Thread Grygorii Strashko
On 01/05/2017 04:10 PM, Florian Fainelli wrote: On 01/05/2017 12:48 PM, Grygorii Strashko wrote: For proper IRQ generation by DP83867 phy the INT/PWDN pin has to be programmed as an interrupt output instead of a Powerdown input in Configuration Register 3 (CFG3), Address 0x001E, bit 7 INT_OE =

Re: [PATCH] net: phy: dp83867: fix irq generation

2017-01-05 Thread Florian Fainelli
On 01/05/2017 12:48 PM, Grygorii Strashko wrote: > For proper IRQ generation by DP83867 phy the INT/PWDN pin has to be > programmed as an interrupt output instead of a Powerdown input in > Configuration Register 3 (CFG3), Address 0x001E, bit 7 INT_OE = 1. The > current driver doesn't do this and as

[PATCH] net: phy: dp83867: fix irq generation

2017-01-05 Thread Grygorii Strashko
For proper IRQ generation by DP83867 phy the INT/PWDN pin has to be programmed as an interrupt output instead of a Powerdown input in Configuration Register 3 (CFG3), Address 0x001E, bit 7 INT_OE = 1. The current driver doesn't do this and as result IRQs will not be generated by DP83867 phy even if