Re: [PATCH net-next 2/7] net: dsa: add port parse functions

2017-10-30 Thread Florian Fainelli
On 10/27/2017 12:55 PM, Vivien Didelot wrote: > Add symmetrical DSA port parsing functions for pdata and device tree, > used to parse and validate a given port node or platform data. > > They don't do much for the moment but will be extended later on to > assign a port type and get device

[PATCH net-next 2/7] net: dsa: add port parse functions

2017-10-27 Thread Vivien Didelot
Add symmetrical DSA port parsing functions for pdata and device tree, used to parse and validate a given port node or platform data. They don't do much for the moment but will be extended later on to assign a port type and get device references. Signed-off-by: Vivien Didelot