From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Likely Subject: Re: [PATCH 3/9] gpiolib: use gpio_chips list in gpiochip_find Date: Sat, 09 Feb 2013 09:25:25 +0000 Message-ID: <20130209092525.9F9A23E2C48@localhost> References: <1359822572-26009-1-git-send-email-acourbot@nvidia.com> <1359822572-26009-5-git-send-email-acourbot@nvidia.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-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Linus Walleij , Alexandre Courbot Cc: linux-arch@vger.kernel.org, gnurou@gmail.com, linux-arm-kernel@lists.infradead.org, Arnd Bergmann , linux-kernel@vger.kernel.org List-Id: linux-arch.vger.kernel.org On Tue, 5 Feb 2013 18:05:32 +0100, Linus Walleij wrote: > On Sat, Feb 2, 2013 at 5:29 PM, Alexandre Courbot wrote: > > > Using the GPIO chips list is much faster than parsing the entire GPIO > > number space. > > > > Signed-off-by: Alexandre Courbot > > You don't say :-) > Reviewed-by: Linus Walleij Applied, thanks. g. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f174.google.com ([209.85.212.174]:40495 "EHLO mail-wi0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752556Ab3BIKKE (ORCPT ); Sat, 9 Feb 2013 05:10:04 -0500 Received: by mail-wi0-f174.google.com with SMTP id hi8so1702053wib.13 for ; Sat, 09 Feb 2013 02:10:03 -0800 (PST) From: Grant Likely Subject: Re: [PATCH 3/9] gpiolib: use gpio_chips list in gpiochip_find In-Reply-To: References: <1359822572-26009-1-git-send-email-acourbot@nvidia.com> <1359822572-26009-5-git-send-email-acourbot@nvidia.com> Date: Sat, 09 Feb 2013 09:25:25 +0000 Message-ID: <20130209092525.9F9A23E2C48@localhost> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Linus Walleij , Alexandre Courbot Cc: Arnd Bergmann , linux-arch@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, gnurou@gmail.com Message-ID: <20130209092525.Hw7A6l9XxS0eVeUX_Gekf3WlUplWE3t3kux3uSuoNdI@z> On Tue, 5 Feb 2013 18:05:32 +0100, Linus Walleij wrote: > On Sat, Feb 2, 2013 at 5:29 PM, Alexandre Courbot wrote: > > > Using the GPIO chips list is much faster than parsing the entire GPIO > > number space. > > > > Signed-off-by: Alexandre Courbot > > You don't say :-) > Reviewed-by: Linus Walleij Applied, thanks. g.