From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753620AbbIHWBJ (ORCPT ); Tue, 8 Sep 2015 18:01:09 -0400 Received: from v094114.home.net.pl ([79.96.170.134]:47462 "HELO v094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1752988AbbIHWBH (ORCPT ); Tue, 8 Sep 2015 18:01:07 -0400 From: "Rafael J. Wysocki" To: Linus Walleij Cc: ACPI Devel Maling List , Greg Kroah-Hartman , Mika Westerberg , Linux Kernel Mailing List , Darren Hart , Grant Likely , Arnd Bergmann , David Woodhouse , Dustin Byford , Alexandre Courbot , "linux-gpio@vger.kernel.org" Subject: Re: [PATCH 5/6] ACPI / gpio: Split acpi_get_gpiod_by_index() Date: Wed, 09 Sep 2015 00:28:56 +0200 Message-ID: <1757645.CZ0PiXAgmU@vostro.rjw.lan> User-Agent: KMail/4.11.5 (Linux/4.1.0-rc5+; KDE/4.11.5; x86_64; ; ) In-Reply-To: References: <1596179.pGEt0Ullqu@vostro.rjw.lan> <8402685.WoxEi8zV68@vostro.rjw.lan> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday, September 08, 2015 11:20:51 AM Linus Walleij wrote: > On Thu, Aug 27, 2015 at 4:41 AM, Rafael J. Wysocki wrote: > > > From: Rafael J. Wysocki > > > > Split acpi_get_gpiod_by_index() into three smaller routines to > > allow the subsequent change of the generic firmware node properties > > code to be more strarightforward. > > > > Signed-off-by: Rafael J. Wysocki > > Tested-by: Mika Westerberg > > Acked-by: Linus Walleij > > Feel free to merge this through the ACPI tree if it's a dependency. It is, so I'll do that. Thanks for the ACKs! Rafael