All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/2] Fix circular dependency between sja1105 and tag_sja1105
@ 2021-09-22 14:37 Vladimir Oltean
  2021-09-22 14:37 ` [PATCH net 1/2] net: dsa: move sja1110_process_meta_tstamp inside the tagging protocol driver Vladimir Oltean
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Vladimir Oltean @ 2021-09-22 14:37 UTC (permalink / raw)
  To: netdev, Jakub Kicinski, David S. Miller
  Cc: Florian Fainelli, Andrew Lunn, Vivien Didelot, Vladimir Oltean

As discussed here:
https://lore.kernel.org/netdev/20210908220834.d7gmtnwrorhharna@skbuf/
DSA tagging protocols cannot use symbols exported by switch drivers.

Eliminate the two instances of that from tag_sja1105, and that allows us
to have a working setup with modules again.

Vladimir Oltean (2):
  net: dsa: move sja1110_process_meta_tstamp inside the tagging protocol
    driver
  net: dsa: sja1105: break dependency between dsa_port_is_sja1105 and
    switch driver

 drivers/net/dsa/sja1105/sja1105_main.c |  3 +-
 drivers/net/dsa/sja1105/sja1105_ptp.c  | 45 ++++----------------------
 drivers/net/dsa/sja1105/sja1105_ptp.h  | 19 -----------
 include/linux/dsa/sja1105.h            | 40 ++++++++---------------
 net/dsa/Kconfig                        |  1 -
 net/dsa/tag_sja1105.c                  | 43 ++++++++++++++++++++++++
 6 files changed, 63 insertions(+), 88 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2021-09-23 11:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-22 14:37 [PATCH net 0/2] Fix circular dependency between sja1105 and tag_sja1105 Vladimir Oltean
2021-09-22 14:37 ` [PATCH net 1/2] net: dsa: move sja1110_process_meta_tstamp inside the tagging protocol driver Vladimir Oltean
2021-09-22 14:37 ` [PATCH net 2/2] net: dsa: sja1105: break dependency between dsa_port_is_sja1105 and switch driver Vladimir Oltean
2021-09-23 11:50 ` [PATCH net 0/2] Fix circular dependency between sja1105 and tag_sja1105 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.