]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mediatek-next'
authorDavid S. Miller <davem@davemloft.net>
Thu, 30 Jun 2016 12:52:12 +0000 (08:52 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 30 Jun 2016 12:52:12 +0000 (08:52 -0400)
commit0ddf2c84983088a023e11b4f9556aa93da3334b0
tree173febe3e6275b596295a2ffec1e9e8c06669589
parent8f054a33f75d9b3a05023692b9613002ae7d1747
parent05312f4ce8a3f1b5fb8b4aa09005d47c17cbd7c2
Merge branch 'mediatek-next'

John Crispin says:

====================
net-next: mediatek: IRQ cleanups, fixes and grouping

This series contains 2 small code cleanups that are leftovers from the
MIPS support. There is also a small fix that adds proper locking to the
code accessing the IRQ registers. Without this fix we saw deadlocks caused
by the last patch of the series, which adds IRQ grouping. The grouping
feature allows us to use different IRQs for TX and RX. By doing so we can
use affinity to let the SoC handle the IRQs on different cores.

This series depends on a previous series currently sitting in net.git
starting with
commit e0d3234c144e ("net: mediatek: only wake the queue if it is stopped")
up to
commit 035fc8c9020a ("net: mediatek: remove superfluous queue wake up call")
====================

Signed-off-by: David S. Miller <davem@davemloft.net>