LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH 0/4] net: ll_temac: Fix and enable multicast support
@ 2019-05-23 12:02 Esben Haabendal
  2019-05-23 12:02 ` [PATCH 1/4] net: ll_temac: Do not make promiscuous mode sticky on multicast Esben Haabendal
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Esben Haabendal @ 2019-05-23 12:02 UTC (permalink / raw)
  To: netdev
  Cc: David S. Miller, Michal Simek, Andrew Lunn, YueHaibing,
	Dan Carpenter, linux-arm-kernel, linux-kernel

This patch series makes the necessary fixes to ll_temac driver to make
multicast work, and enables support for it.so that multicast support can

The main change is the change from mutex to spinlock of the lock used to
synchronize access to the shared indirect register access.

Esben Haabendal (4):
  net: ll_temac: Do not make promiscuous mode sticky on multicast
  net: ll_temac: Prepare indirect register access for multicast support
  net: ll_temac: Cleanup multicast filter on change
  net: ll_temac: Enable multicast support

 drivers/net/ethernet/xilinx/ll_temac.h        |   5 +-
 drivers/net/ethernet/xilinx/ll_temac_main.c   | 255 +++++++++++++++++---------
 drivers/net/ethernet/xilinx/ll_temac_mdio.c   |  20 +-
 include/linux/platform_data/xilinx-ll-temac.h |   3 +-
 4 files changed, 184 insertions(+), 99 deletions(-)

-- 
2.4.11


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

end of thread, other threads:[~2019-05-23 16:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-23 12:02 [PATCH 0/4] net: ll_temac: Fix and enable multicast support Esben Haabendal
2019-05-23 12:02 ` [PATCH 1/4] net: ll_temac: Do not make promiscuous mode sticky on multicast Esben Haabendal
2019-05-23 12:02 ` [PATCH 2/4] net: ll_temac: Prepare indirect register access for multicast support Esben Haabendal
2019-05-23 12:02 ` [PATCH 3/4] net: ll_temac: Cleanup multicast filter on change Esben Haabendal
2019-05-23 12:02 ` [PATCH 4/4] net: ll_temac: Enable multicast support Esben Haabendal
2019-05-23 16:34 ` [PATCH 0/4] net: ll_temac: Fix and enable " David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).