From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752205AbcF3MxW (ORCPT ); Thu, 30 Jun 2016 08:53:22 -0400 Received: from shards.monkeyblade.net ([149.20.54.216]:55586 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751424AbcF3MxU (ORCPT ); Thu, 30 Jun 2016 08:53:20 -0400 Date: Thu, 30 Jun 2016 08:52:50 -0400 (EDT) Message-Id: <20160630.085250.1236377588787063326.davem@davemloft.net> To: john@phrozen.org Cc: nbd@nbd.name, keyhaede@gmail.com, netdev@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH V2 0/4] net-next: mediatek: IRQ cleanups, fixes and grouping From: David Miller In-Reply-To: <1467200291-60106-1-git-send-email-john@phrozen.org> References: <1467200291-60106-1-git-send-email-john@phrozen.org> X-Mailer: Mew version 6.7 on Emacs 24.5 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Thu, 30 Jun 2016 05:53:19 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: John Crispin Date: Wed, 29 Jun 2016 13:38:07 +0200 > 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 562c5a70400c ("net: mediatek: only wake the queue if it is stopped") > up to > commit 82c6544dddc6 ("net: mediatek: remove superfluous queue wake up call") Series applied, thanks.