]> 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)
commit896008b44ed7d95655802d3f11dd1fdf759b4c16
tree253f15285b3a7bd4c02ed4a7681d0643bea9578c
parentfdb09629dcc09f6cfeb566205d8b544a85e8196f
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