Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | net: dsa: Keep the mii bus and address in the private structure | Andrew Lunn | 2016-04-13 | 1 | -0/+11 |
| | | | | | | | | | | | Rather than looking up the mii bus and address every time, do it once at probe, and keep it in the private structure. Centralise this probe code in mv88e6xxx. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Acked-by: Florian Fainelli <f.fainelli@gmail.com> Tested-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Signed-off-by: David S. Miller <davem@davemloft.net> | ||||
* | net: dsa: mv88e6060: add register defines header file | Neil Armstrong | 2015-11-15 | 1 | -0/+111 |
To align with the mv88e6xxx code, add a similar header file with all the register defines. The file is based on the mv88e6xxx header for coherency. Acked-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Acked-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Signed-off-by: David S. Miller <davem@davemloft.net> |