From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiang Liu Subject: Re: [RFT v2 44/48] genirq, pinctrl: Kill the first parameter 'irq' of irq_flow_handler_t Date: Wed, 10 Jun 2015 16:23:04 +0800 Message-ID: <5577F3E8.1070704@linux.intel.com> References: <1433391238-19471-1-git-send-email-jiang.liu@linux.intel.com> <1433391238-19471-45-git-send-email-jiang.liu@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+glpam-linux-mediatek=m.gmane.org-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org To: Linus Walleij Cc: Krzysztof Kozlowski , Heikki Krogerus , Heiko Stuebner , Benjamin Herrenschmidt , Tomasz Figa , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Bjorn Helgaas , Maoguang Meng , "H. Peter Anvin" , kernel-F5mvAk5X5gdBDgjK7y7TUQ@public.gmane.org, linux-samsung-soc , Axel Lin , "open list:ARM/Rockchip SoC..." , Hongzhou Yang , Yinghai Lu , x86-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, bcm-kernel-feedback-list , ACPI Devel Maling List , Chen-Yu Tsai , Ingo Molnar , Thomas Abraham List-Id: linux-gpio@vger.kernel.org On 2015/6/10 16:12, Linus Walleij wrote: > On Thu, Jun 4, 2015 at 6:13 AM, Jiang Liu wrote: > >> Now most IRQ flow handlers make no use of the first parameter 'irq'. >> And for those who do make use of 'irq', we could easily get the irq >> number through irq_desc->irq_data->irq. So kill the first parameter >> 'irq' of irq_flow_handler_t. >> >> To ease review, I have split the changes into several parts, though >> they should be merge as one to support bisecting. >> >> Signed-off-by: Jiang Liu > > Acked-by: Linus Walleij > > Assume that I can't apply this directly. If I can during > next kernel cycle, push me. Thanks Linus! This patch set need to be handled as an integral part, otherwise it will cause compilation issues.