From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933154AbcJTHyv (ORCPT ); Thu, 20 Oct 2016 03:54:51 -0400 Received: from mga07.intel.com ([134.134.136.100]:53549 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753776AbcJTHyu (ORCPT ); Thu, 20 Oct 2016 03:54:50 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,518,1473145200"; d="scan'208";a="891953754" Date: Thu, 20 Oct 2016 10:46:02 +0300 From: Mika Westerberg To: "Rafael J. Wysocki" Cc: "Rafael J. Wysocki" , Linus Walleij , Alexandre Courbot , ACPI Devel Maling List , Linux Kernel Mailing List Subject: Re: [PATCH 0/5] ACPI / gpio: Updates to properties Message-ID: <20161020074602.GT1722@lahna.fi.intel.com> References: <20160923145710.105489-1-mika.westerberg@linux.intel.com> <20161019124112.GK1722@lahna.fi.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 Wed, Oct 19, 2016 at 11:22:03PM +0200, Rafael J. Wysocki wrote: > On Wed, Oct 19, 2016 at 2:41 PM, Mika Westerberg > wrote: > > On Fri, Sep 23, 2016 at 05:57:05PM +0300, Mika Westerberg wrote: > >> Hi, > >> > >> This series brings couple of useful GPIO related properties from Device > >> Tree to ACPI _DSD device properties: > >> > >> - Names for GPIO lines > >> - GPIO hogging > >> - Holes in GPIO property lists > >> > >> We are using these to get Intel Galileo better supported in the mainline > >> kernel (but these may be useful for other boards as well). For example SPI > >> chip select on Galileo is connected to a GPIO line so we need to be able to > >> describe it in ACPI, and at the same time allow native chip selects. > >> > >> GPIO hogging can be used to set initial state of certain GPIOs available on > >> the headers regardless of the BIOS settings (which may be wrong as it knows > >> nothing about which devices have been connected). > >> > >> Mika Westerberg (5): > >> ACPI / documentation: Use recommended name in GPIO property names > >> ACPI / gpio: Add support for naming GPIOs > >> ACPI / gpio: Add hogging support > >> ACPI / property: Allow holes in reference properties > >> ACPI / gpio: Allow holes in list of GPIOs for a device > > > > Any comments on the GPIO patches in this series? > > > > At least the last one does not add any new bindings so it should be fine > > to apply. > > I have no comments, but I'd suggest resending them as a new series on > top of 4.9-rc1 (which includes the generic patches from this series). > > You can add my ACK to them if that helps. OK, I will do that. Thanks!