commit | 259630e08c2135df6582040b20bd5bb1383964a3 | [log] [tgz] |
---|---|---|
author | Claudiu Manoil <claudiu.manoil@nxp.com> | Thu Nov 14 17:03:20 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Nov 15 12:32:16 2019 -0800 |
tree | 960da18df052728242add34149784e0147a599a0 | |
parent | e7be235fa783209a661c8a324c1e394a5e4d9170 [diff] |
net: mscc: ocelot: move resource ioremap and regmap init to common code Let's make this ioremap and regmap init code common. It should not be platform dependent as it should be usable by PCI devices too. Use better names where necessary to avoid clashes. Signed-off-by: Claudiu Manoil <claudiu.manoil@nxp.com> Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>