From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933214AbcFOO73 (ORCPT ); Wed, 15 Jun 2016 10:59:29 -0400 Received: from nbd.name ([46.4.11.11]:41012 "EHLO nbd.name" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933113AbcFOO7Z (ORCPT ); Wed, 15 Jun 2016 10:59:25 -0400 From: John Crispin To: "David S. Miller" Cc: Felix Fietkau , Sean Wang , netdev@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, John Crispin Subject: [PATCH 0/4] net-next: mediatek: IRQ cleanups, fixes and grouping Date: Wed, 15 Jun 2016 16:58:46 +0200 Message-Id: <1466002730-58476-1-git-send-email-john@phrozen.org> X-Mailer: git-send-email 1.7.10.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. John Crispin (4): net-next: mediatek: remove superfluous register reads net-next: mediatek: don't use intermediate variables to store IRQ masks net-next: mediatek: add IRQ locking net-next: mediatek: add support for IRQ grouping drivers/net/ethernet/mediatek/mtk_eth_soc.c | 175 +++++++++++++++++---------- drivers/net/ethernet/mediatek/mtk_eth_soc.h | 16 ++- 2 files changed, 122 insertions(+), 69 deletions(-) -- 1.7.10.4