All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/6] Fixes for SJA1105 DSA driver
@ 2021-05-24  9:25 Vladimir Oltean
  2021-05-24  9:25 ` [PATCH net 1/6] net: dsa: sja1105: fix VL lookup command packing for P/Q/R/S Vladimir Oltean
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Vladimir Oltean @ 2021-05-24  9:25 UTC (permalink / raw)
  To: Jakub Kicinski, David S. Miller, netdev
  Cc: Florian Fainelli, Andrew Lunn, Vivien Didelot, Vladimir Oltean

From: Vladimir Oltean <vladimir.oltean@nxp.com>

This series contains some minor fixes in the sja1105 driver:
- improved error handling in the probe path
- rejecting an invalid phy-mode specified in the device tree
- register access fix for SJA1105P/Q/R/S for the virtual links through
  the dynamic reconfiguration interface
- handling 2 bridge VLANs where the second is supposed to overwrite the
  first
- making sure that the lack of a pvid results in the actual dropping of
  untagged traffic

Vladimir Oltean (6):
  net: dsa: sja1105: fix VL lookup command packing for P/Q/R/S
  net: dsa: sja1105: call dsa_unregister_switch when allocating memory
    fails
  net: dsa: sja1105: add error handling in sja1105_setup()
  net: dsa: sja1105: error out on unsupported PHY mode
  net: dsa: sja1105: use 4095 as the private VLAN for untagged traffic
  net: dsa: sja1105: update existing VLANs from the bridge VLAN list

 .../net/dsa/sja1105/sja1105_dynamic_config.c  | 23 +++++-
 drivers/net/dsa/sja1105/sja1105_main.c        | 74 +++++++++++++------
 2 files changed, 70 insertions(+), 27 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-05-24 20:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-24  9:25 [PATCH net 0/6] Fixes for SJA1105 DSA driver Vladimir Oltean
2021-05-24  9:25 ` [PATCH net 1/6] net: dsa: sja1105: fix VL lookup command packing for P/Q/R/S Vladimir Oltean
2021-05-24  9:25 ` [PATCH net 2/6] net: dsa: sja1105: call dsa_unregister_switch when allocating memory fails Vladimir Oltean
2021-05-24  9:25 ` [PATCH net 3/6] net: dsa: sja1105: add error handling in sja1105_setup() Vladimir Oltean
2021-05-24  9:25 ` [PATCH net 4/6] net: dsa: sja1105: error out on unsupported PHY mode Vladimir Oltean
2021-05-24  9:25 ` [PATCH net 5/6] net: dsa: sja1105: use 4095 as the private VLAN for untagged traffic Vladimir Oltean
2021-05-24  9:25 ` [PATCH net 6/6] net: dsa: sja1105: update existing VLANs from the bridge VLAN list Vladimir Oltean
2021-05-24 20:30 ` [PATCH net 0/6] Fixes for SJA1105 DSA driver patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.