From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751333AbcFPFUx (ORCPT ); Thu, 16 Jun 2016 01:20:53 -0400 Received: from shards.monkeyblade.net ([149.20.54.216]:36752 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750930AbcFPFUv (ORCPT ); Thu, 16 Jun 2016 01:20:51 -0400 Date: Wed, 15 Jun 2016 22:20:50 -0700 (PDT) Message-Id: <20160615.222050.2210130284846212716.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 0/4] net-next: mediatek: IRQ cleanups, fixes and grouping From: David Miller In-Reply-To: <1466002730-58476-1-git-send-email-john@phrozen.org> References: <1466002730-58476-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]); Wed, 15 Jun 2016 22:20:51 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: John Crispin Date: Wed, 15 Jun 2016 16:58:46 +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 patch series doesn't apply cleanly to the net-next tree, I get rejects on patch #4.