1
0
Fork 0

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>

Conflicts:
	drivers/net/ethernet/mscc/ocelot_tsn.c

which has been added in downstream patch b5c05e3404 ("net: mscc:
ocelot: tsn configuration support") and also needs to be adapted to the
new location of the header files.

(cherry picked from commit 26b394b6295439ce0f6497ce5c3a8db66499a7ea)
5.4-rM2-2.2.x-imx-squashed
Vladimir Oltean 2019-12-16 15:09:49 +02:00 committed by Jason Liu
parent b6d29fba06
commit 9136f2f7cf
5 changed files with 5 additions and 5 deletions

View File

@ -18,11 +18,11 @@
#include <linux/ptp_clock_kernel.h>
#include <linux/regmap.h>
#include <soc/mscc/ocelot_qsys.h>
#include <soc/mscc/ocelot_sys.h>
#include <soc/mscc/ocelot_dev.h>
#include <soc/mscc/ocelot_ana.h>
#include <soc/mscc/ocelot.h>
#include "ocelot_ana.h"
#include "ocelot_dev.h"
#include "ocelot_qsys.h"
#include "ocelot_rew.h"
#include "ocelot_qs.h"
#include "ocelot_tc.h"

View File

@ -11,8 +11,8 @@
#include <linux/iopoll.h>
#include "ocelot.h"
#include <soc/mscc/ocelot_sys.h>
#include "ocelot_ana.h"
#include "ocelot_qsys.h"
#include <soc/mscc/ocelot_ana.h>
#include <soc/mscc/ocelot_qsys.h>
#include "ocelot_rew.h"
#include "ocelot_dev_gmii.h"
#include "ocelot_tsn.h"