]> git.baikalelectronics.ru Git - kernel.git/commit
net: dsa: mv88e6xxx: Add minimal platform_data support
authorAndrew Lunn <andrew@lunn.ch>
Sat, 19 May 2018 20:31:34 +0000 (22:31 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 20 May 2018 22:58:27 +0000 (18:58 -0400)
commit69ec88d90524ff02c5b69cf387a1acdd07a9f188
treed385c1576f7336851c8c265f0fda0d2bc66508e7
parent6346e3090e0348949bc671632c0817f9c4c90b87
net: dsa: mv88e6xxx: Add minimal platform_data support

Not all the world uses device tree. Some parts of the world still use
platform devices and platform data. Add basic support for probing a
Marvell switch via platform data.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
MAINTAINERS
drivers/net/dsa/mv88e6xxx/chip.c
include/linux/platform_data/mv88e6xxx.h [new file with mode: 0644]