Skip to content

Commit 964ee5c

Browse files
vladimirolteandavem330
authored andcommitted
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent ee50d07 commit 964ee5c

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

drivers/net/ethernet/mscc/ocelot.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
#include <linux/ptp_clock_kernel.h>
1919
#include <linux/regmap.h>
2020

21+
#include <soc/mscc/ocelot_qsys.h>
2122
#include <soc/mscc/ocelot_sys.h>
23+
#include <soc/mscc/ocelot_dev.h>
24+
#include <soc/mscc/ocelot_ana.h>
2225
#include <soc/mscc/ocelot.h>
23-
#include "ocelot_ana.h"
24-
#include "ocelot_dev.h"
25-
#include "ocelot_qsys.h"
2626
#include "ocelot_rew.h"
2727
#include "ocelot_qs.h"
2828
#include "ocelot_tc.h"

0 commit comments

Comments
 (0)