Re: [PATCH v2 net-next 0/2] DSA: GPIO to reset switches

2015-11-23 Thread David Miller
From: Andrew Lunn Date: Fri, 20 Nov 2015 03:56:22 +0100 > These two patches add support for using a GPIO to hard reset a switch > during reset. > > v2: > > Thanks to a clue from Neil Armstrong, i figured out how to convert the > gpio into a gpiod, while keeping the ACTIVE_LOW flag, so simplifiy

[PATCH v2 net-next 0/2] DSA: GPIO to reset switches

2015-11-19 Thread Andrew Lunn
These two patches add support for using a GPIO to hard reset a switch during reset. v2: Thanks to a clue from Neil Armstrong, i figured out how to convert the gpio into a gpiod, while keeping the ACTIVE_LOW flag, so simplifiying the set/reset code. I have not included the Tested-by: from Phil Re