linux/drivers/net/ethernet/mscc
Vladimir Oltean d9feb90499 net: mscc: ocelot: move ocelot_regs.c into ocelot_vsc7514.c
ocelot_regs.c actually shouldn't be part of the common library. It
describes the register map of the VSC7514 switch. The way ocelot
switches work, they'll have highly optimized register maps, so another
SoC will likely have the same registers but laid out completely
different in memory (so there's little room for reusing this structure).
So move it to ocelot_vsc7514.c instead.

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-06-20 17:25:23 -07:00
..
Kconfig net: mscc: ocelot: rename MSCC_OCELOT_SWITCH_OCELOT to MSCC_OCELOT_SWITCH 2020-06-20 17:25:23 -07:00
Makefile net: mscc: ocelot: move ocelot_regs.c into ocelot_vsc7514.c 2020-06-20 17:25:23 -07:00
ocelot_ace.c net: mscc: ocelot: access EtherType using __be16 2020-06-20 17:25:23 -07:00
ocelot_ace.h net: mscc: ocelot: deal with problematic MAC_ETYPE VCAP IS2 rules 2020-04-18 15:54:11 -07:00
ocelot_flower.c net: mscc: ocelot: access EtherType using __be16 2020-06-20 17:25:23 -07:00
ocelot_io.c net: mscc: ocelot: move resource ioremap and regmap init to common code 2019-11-15 12:32:16 -08:00
ocelot_police.c net: dsa: felix: add port policers 2020-03-30 11:44:00 -07:00
ocelot_police.h net: dsa: felix: add port policers 2020-03-30 11:44:00 -07:00
ocelot_ptp.c net: mscc: ocelot: support 4 PTP programmable pins 2020-04-21 15:38:33 -07:00
ocelot_qs.h
ocelot_rew.h
ocelot_s2.h net: mscc: ocelot: Add support for tcam 2019-06-02 13:49:49 -07:00
ocelot_tc.c net: remove newlines in NL_SET_ERR_MSG_MOD 2020-05-07 17:56:14 -07:00
ocelot_tc.h net: mscc: ocelot: Implement port policers via tc command 2019-05-29 21:37:49 -07:00
ocelot_vsc7514.c net: mscc: ocelot: move ocelot_regs.c into ocelot_vsc7514.c 2020-06-20 17:25:23 -07:00
ocelot.c net: mscc: allow offloading timestamping operations to the PHY 2020-05-27 14:54:31 -07:00
ocelot.h net: mscc: ocelot: move ocelot_regs.c into ocelot_vsc7514.c 2020-06-20 17:25:23 -07:00