]> git.baikalelectronics.ru Git - kernel.git/commit
dsa: Move gpio reset into switch driver
authorAndrew Lunn <andrew@lunn.ch>
Tue, 10 May 2016 21:27:22 +0000 (23:27 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 11 May 2016 23:36:28 +0000 (19:36 -0400)
commit86cd4c434d8126fad4ef6af7b2c182b523355b85
tree253f15285b3a7bd4c02ed4a7681d0643bea9578c
parent12d840da115f0d4395879cdb2846545db91869cb
dsa: Move gpio reset into switch driver

Resetting the switch is something the driver does, not the framework.
So move the parsing of this property into the driver.

There are no in kernel users of this property, so moving it does not
break anything. There is however a board which will make use of this
property making its way into the kernel.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/devicetree/bindings/net/dsa/dsa.txt
Documentation/devicetree/bindings/net/dsa/marvell.txt
drivers/net/dsa/mv88e6xxx.c
drivers/net/dsa/mv88e6xxx.h
include/net/dsa.h
net/dsa/dsa.c