]> git.baikalelectronics.ru Git - kernel.git/commit
net: mscc: ocelot: export ANA, DEV and QSYS registers to include/soc/mscc
authorVladimir Oltean <vladimir.oltean@nxp.com>
Mon, 6 Jan 2020 01:34:16 +0000 (03:34 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 6 Jan 2020 07:22:33 +0000 (23:22 -0800)
commit1429bdf76364974446baeeb0a602f1c34cd09ea2
treecf4dcc5fbd1be51b27eed9931207dcf83a1a4cf9
parent09bed1cbc83cfcfaee179b1ace96dcc95c0a0948
net: mscc: ocelot: export ANA, DEV and QSYS registers to include/soc/mscc

Since the Felix DSA driver is implementing its own PHYLINK instance due
to SoC differences, it needs access to the few registers that are
common, mainly for flow control.

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mscc/ocelot.h
drivers/net/ethernet/mscc/ocelot_ana.h [deleted file]
drivers/net/ethernet/mscc/ocelot_dev.h [deleted file]
drivers/net/ethernet/mscc/ocelot_qsys.h [deleted file]
include/soc/mscc/ocelot_ana.h [new file with mode: 0644]
include/soc/mscc/ocelot_dev.h [new file with mode: 0644]
include/soc/mscc/ocelot_qsys.h [new file with mode: 0644]