mbox series

[net-next,0/2] Fix 2 non-critical issues in SJA1105 DSA

Message ID 20200530102953.692780-1-olteanv@gmail.com
Headers show
Series Fix 2 non-critical issues in SJA1105 DSA | expand

Message

Vladimir Oltean May 30, 2020, 10:29 a.m. UTC
From: Vladimir Oltean <vladimir.oltean@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(-)

Comments

David Miller May 31, 2020, 1:01 a.m. UTC | #1
From: Vladimir Oltean <olteanv@gmail.com>
Date: Sat, 30 May 2020 13:29:51 +0300

> From: Vladimir Oltean <vladimir.oltean@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.

Series applied, thanks.