Re: [PATCH RFC 16/28] dsa: mv88e6xxx: Use bus in mv88e6xxx_lookup_name()

2016-01-21 Thread Vivien Didelot
Hi Andrew, Andrew Lunn writes: > mv88e6xxx_lookup_name() returns the model name of a switch at a given > address on an MII bus. Using mii_bus it identify the bus rather than > the host device is more logical, so change the parameter. > > Signed-off-by: Andrew Lunn > --- > drivers/net/dsa/mv88e

[PATCH RFC 16/28] dsa: mv88e6xxx: Use bus in mv88e6xxx_lookup_name()

2015-12-23 Thread Andrew Lunn
mv88e6xxx_lookup_name() returns the model name of a switch at a given address on an MII bus. Using mii_bus it identify the bus rather than the host device is more logical, so change the parameter. Signed-off-by: Andrew Lunn --- drivers/net/dsa/mv88e6123.c | 4 +++- drivers/net/dsa/mv88e6131.c |