Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751350AbbGLQtu (ORCPT ); Sun, 12 Jul 2015 12:49:50 -0400 Received: from www.linutronix.de ([62.245.132.108]:51197 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750766AbbGLQtt (ORCPT ); Sun, 12 Jul 2015 12:49:49 -0400 Date: Sun, 12 Jul 2015 18:49:26 +0200 (CEST) From: Thomas Gleixner To: Rob Herring cc: linux-arm-kernel@lists.infradead.org, Russell King , Dan Williams , Vinod Koul , Jason Cooper , David Airlie , linux-kernel@vger.kernel.org, arm@kernel.org, Catalin Marinas , Will Deacon , Barry Song , Simon Horman , Magnus Damm , Tomasz Figa , Bjorn Helgaas , Samuel Ortiz , Lee Jones , Linus Walleij , Roger Quadros , Tony Lindgren , Alexandre Courbot , Mike Turquette , Stephen Boyd Subject: Re: [PATCH v2 00/13] Kill off set_irq_flags In-Reply-To: <1436711211-18223-1-git-send-email-robh@kernel.org> Message-ID: References: <1436711211-18223-1-git-send-email-robh@kernel.org> 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 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1382 Lines: 30 On Sun, 12 Jul 2015, Rob Herring wrote: > This series converts all users of ARM specific set_irq_flags to use > common genirq functions. set_irq_flags is just a wrapper around > irq_modify_status, so this simply removes the wrapper to directly call > irq_modify_status (or other helpers) and the translation from ARM > specific flags to genirq flags. The final irq flag states are unchanged. > In many cases where irqdomains are used, the set_irq_flags calls were > redundant, so I've removed them. > > The last version has been run thru kernelci.org testing (thanks Kevin H!). > I plan to send this series through arm-soc. I still need acks from the To Please send the patches through the subsystem maintainers. I have other irq related changes pending for more or less the same files. So having one part in arm-soc and the other in drivers/* is not a really good idea conflict wise. We can remove the implementations right after 4.3-rc1. If susbsystems have not picked up their lot when the merge window opens (i.e. not in -next), we can feed them through tip/irq as I plan with the stuff I'm sending out next week. Thanks, tglx -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/