Re: [PATCH 2/3 v2] net: smsc911x: request and deassert optional RESET GPIO

2016-09-07 Thread Linus Walleij
On Wed, Aug 31, 2016 at 5:08 PM, Jeremy Linton wrote: > On 08/24/2016 07:59 AM, Linus Walleij wrote: >> >> On some systems (such as the Qualcomm APQ8060 Dragonboard) the >> RESET signal of the SMSC911x is not pulled up by a resistor but >> connected to a GPIO line, so that

Re: [PATCH 2/3 v2] net: smsc911x: request and deassert optional RESET GPIO

2016-08-31 Thread Jeremy Linton
Hi Linus, On 08/24/2016 07:59 AM, Linus Walleij wrote: On some systems (such as the Qualcomm APQ8060 Dragonboard) the RESET signal of the SMSC911x is not pulled up by a resistor but connected to a GPIO line, so that the operating system must explicitly deassert RESET before use. Support this

[PATCH 2/3 v2] net: smsc911x: request and deassert optional RESET GPIO

2016-08-24 Thread Linus Walleij
On some systems (such as the Qualcomm APQ8060 Dragonboard) the RESET signal of the SMSC911x is not pulled up by a resistor but connected to a GPIO line, so that the operating system must explicitly deassert RESET before use. Support this in the SMSC911x driver so this ethernet connector can be