From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 In-Reply-To: <1432116013-25902-6-git-send-email-jiang.liu@linux.intel.com> References: <1432116013-25902-1-git-send-email-jiang.liu@linux.intel.com> <1432116013-25902-6-git-send-email-jiang.liu@linux.intel.com> Date: Mon, 1 Jun 2015 14:45:59 +0200 Message-ID: Subject: Re: [RFC v1 05/25] gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc From: Linus Walleij To: Jiang Liu Cc: Thomas Gleixner , Bjorn Helgaas , Benjamin Herrenschmidt , Ingo Molnar , "H. Peter Anvin" , "Rafael J. Wysocki" , Randy Dunlap , Yinghai Lu , Borislav Petkov , Ray Jui , Alexandre Courbot , Javier Martinez Canillas , Santosh Shilimkar , Kevin Hilman , Stephen Warren , Thierry Reding , Michal Simek , =?UTF-8?Q?S=C3=B6ren_Brinkmann?= , Konrad Rzeszutek Wilk , Tony Luck , x86@kernel.org, "linux-kernel@vger.kernel.org" , linux-pci , ACPI Devel Maling List , bcm-kernel-feedback-list , "linux-gpio@vger.kernel.org" , Linux-OMAP , "linux-tegra@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: On Wed, May 20, 2015 at 11:59 AM, Jiang Liu wrote: > Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc while we > already have a pointer to corresponding irq_desc. > > Signed-off-by: Jiang Liu Acked-by: Linus Walleij Are there dependencies on this patch or can I just apply it directly to the GPIO tree? Yours, Linus Walleij