From: Vladimir Oltean <vladimir.olt...@nxp.com> This small series suppresses the W=1 warnings in the sja1105 driver and it corrects some register offsets. I would like to target it against net-next since it would have non-trivial conflicts with net, and the problems it solves are not that big of a deal.
Vladimir Oltean (2): net: dsa: sja1105: suppress -Wmissing-prototypes in sja1105_static_config.c net: dsa: sja1105: fix port mirroring for P/Q/R/S drivers/net/dsa/sja1105/sja1105.h | 18 ------- .../net/dsa/sja1105/sja1105_dynamic_config.c | 50 +++++++++++++++---- .../net/dsa/sja1105/sja1105_static_config.c | 10 ++-- .../net/dsa/sja1105/sja1105_static_config.h | 22 ++++++++ 4 files changed, 66 insertions(+), 34 deletions(-) -- 2.25.1