From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757039AbcJTMKv (ORCPT ); Thu, 20 Oct 2016 08:10:51 -0400 Received: from mga02.intel.com ([134.134.136.20]:9237 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753937AbcJTMKt (ORCPT ); Thu, 20 Oct 2016 08:10:49 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,518,1473145200"; d="scan'208";a="892028550" Date: Thu, 20 Oct 2016 15:08:33 +0300 From: Mika Westerberg To: Linus Walleij Cc: "Rafael J. Wysocki" , Alexandre Courbot , ACPI Devel Maling List , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH v2 2/4] ACPI / gpio: Add support for naming GPIOs Message-ID: <20161020120833.GE24289@lahna.fi.intel.com> References: <20160929133944.158596-1-mika.westerberg@linux.intel.com> <20160929133944.158596-3-mika.westerberg@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 20, 2016 at 02:02:34PM +0200, Linus Walleij wrote: > On Thu, Sep 29, 2016 at 3:39 PM, Mika Westerberg > wrote: > > > DT has property 'gpio-line-names' to name GPIO lines the controller has if > > present. Use this very same property in ACPI as well to provide nice names > > for the GPIOS. > > > > Signed-off-by: Mika Westerberg > > Looks OK to me, is this patch independent so I can merge it into the > GPIO tree or does it need to go in with patch 1/4 to the ACPI tree? This (2/4) and the 3/4 are independent of patch 1/4 so they can go via any tree.