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 Reid, since i made a lot of changes. Andrew Lunn (2): net: dsa: Add support for a switch reset gpio dsa: mv88e6xxx.c: Hardware reset the chip if available Documentation/devicetree/bindings/net/dsa/dsa.txt | 3 +++ drivers/net/dsa/mv88e6xxx.c | 10 ++++++++++ include/net/dsa.h | 8 ++++++++ net/dsa/dsa.c | 17 +++++++++++++++++ 4 files changed, 38 insertions(+) -- 2.6.2 -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html