From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757851AbbIVKZS (ORCPT ); Tue, 22 Sep 2015 06:25:18 -0400 Received: from www.linutronix.de ([62.245.132.108]:40005 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757816AbbIVKZP (ORCPT ); Tue, 22 Sep 2015 06:25:15 -0400 Date: Tue, 22 Sep 2015 12:24:26 +0200 (CEST) From: Thomas Gleixner To: Alexander Couzens cc: linux-mips@linux-mips.org, Ralf Baechle , Alban Bedel , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , devicetree@vger.kernel.org, Jason Cooper , Marc Zyngier , linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] MIPS: ath79: add irq chip ar7240-misc-intc In-Reply-To: <1442636780-2891-3-git-send-email-lynxis@fe80.eu> Message-ID: References: <1442636780-2891-1-git-send-email-lynxis@fe80.eu> <1442636780-2891-3-git-send-email-lynxis@fe80.eu> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001,URIBL_BLOCKED=0.001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 19 Sep 2015, Alexander Couzens wrote: > The ar7240 misc irq chip use ack handler > instead of ack_mask handler. All new ath79 chips use > the ar7240 misc irq chip > > Signed-off-by: Alexander Couzens > Acked-by: Alban Bedel > --- > .../interrupt-controller/qca,ath79-misc-intc.txt | 20 ++++++++++++++++++-- > arch/mips/ath79/irq.c | 10 ++++++++++ That driver should probably move into drivers/irqchip. Other than that. Acked-by: Thomas Gleixner