From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH 2/4] gpiolib: add gpiod_get and gpiod_put functions Date: Tue, 8 Jan 2013 13:07:04 +0000 Message-ID: <201301081307.04229.arnd@arndb.de> References: <1357629535-26033-1-git-send-email-acourbot@nvidia.com> <1357629535-26033-3-git-send-email-acourbot@nvidia.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Return-path: Received: from moutng.kundenserver.de ([212.227.17.8]:51412 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755153Ab3AHNHW (ORCPT ); Tue, 8 Jan 2013 08:07:22 -0500 In-Reply-To: <1357629535-26033-3-git-send-email-acourbot@nvidia.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Alexandre Courbot Cc: Grant Likely , Linus Walleij , Guenter Roeck , linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree-discuss@lists.ozlabs.org, Alexandre Courbot On Tuesday 08 January 2013, Alexandre Courbot wrote: > > Adds new GPIO allocation functions that work with the opaque descriptor > interface. > > Signed-off-by: Alexandre Courbot I think you need to reorder the patches slightly, since the gpiod_get function introduced here is already being used in the first patch, which breaks bisection. Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Tue, 8 Jan 2013 13:07:04 +0000 Subject: [PATCH 2/4] gpiolib: add gpiod_get and gpiod_put functions In-Reply-To: <1357629535-26033-3-git-send-email-acourbot@nvidia.com> References: <1357629535-26033-1-git-send-email-acourbot@nvidia.com> <1357629535-26033-3-git-send-email-acourbot@nvidia.com> Message-ID: <201301081307.04229.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tuesday 08 January 2013, Alexandre Courbot wrote: > > Adds new GPIO allocation functions that work with the opaque descriptor > interface. > > Signed-off-by: Alexandre Courbot I think you need to reorder the patches slightly, since the gpiod_get function introduced here is already being used in the first patch, which breaks bisection. Arnd