linux/drivers/net/ethernet/mediatek
Sean Wang e3e9652a43 net: ethernet: mediatek: enhance the locking using the lightweight ones
Since these critical sections protected by page_lock are all entered
from the user context or bottom half context, they can be replaced
with the spin_lock() or spin_lock_bh instead of spin_lock_irqsave().

Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Acked-by: John Crispin <john@phrozen.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-08-12 20:22:56 -07:00
..
Kconfig
Makefile
mtk_eth_soc.c net: ethernet: mediatek: enhance the locking using the lightweight ones 2016-08-12 20:22:56 -07:00
mtk_eth_soc.h net-next: mediatek: add support for IRQ grouping 2016-06-30 08:52:04 -04:00