From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1948619AbcBSP75 (ORCPT ); Fri, 19 Feb 2016 10:59:57 -0500 Received: from pmta2.delivery5.ore.mailhop.org ([54.186.218.12]:16620 "EHLO pmta2.delivery5.ore.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1947215AbcBSP7p (ORCPT ); Fri, 19 Feb 2016 10:59:45 -0500 X-MHO-User: fe3da082-d721-11e5-8de6-958346fd02ba X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 74.98.178.100 X-Mail-Handler: DuoCircle Outbound SMTP X-DKIM: OpenDKIM Filter v2.6.8 io C49BC80047 Date: Fri, 19 Feb 2016 15:59:41 +0000 From: Jason Cooper To: Marc Zyngier Cc: Thomas Gleixner , thomas.petazzoni@free-electrons.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] irqchip/gic: Return IRQ_SET_MASK_OK_DONE in the set_affinity method Message-ID: <20160219155941.GE958@io.lakedaemon.net> References: <1455894029-17270-1-git-send-email-marc.zyngier@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1455894029-17270-1-git-send-email-marc.zyngier@arm.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 19, 2016 at 03:00:29PM +0000, Marc Zyngier wrote: > Moving an SPI around doesn't require any extra work from the rest > of the stack, and specially not for MSI-generated SPIs. > > It is then worth returning IRQ_SET_MASK_OK_DONE instead of > IRQ_SET_MASK_OK, and simplify the other irqchips that rely on > this behaviour (GICv2m and Marvell's ODMI controller). > > Signed-off-by: Marc Zyngier > --- > drivers/irqchip/irq-gic-v2m.c | 14 +------------- > drivers/irqchip/irq-gic.c | 2 +- > drivers/irqchip/irq-mvebu-odmi.c | 14 +------------- > 3 files changed, 3 insertions(+), 27 deletions(-) Applied to irchip/mvebu with Thomas' (P) Acked-by. thx, Jason.