From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 505BAC47420 for ; Thu, 8 Oct 2020 15:52:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0AAA821527 for ; Thu, 8 Oct 2020 15:52:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730006AbgJHPwb (ORCPT ); Thu, 8 Oct 2020 11:52:31 -0400 Received: from mga11.intel.com ([192.55.52.93]:33883 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725802AbgJHPw3 (ORCPT ); Thu, 8 Oct 2020 11:52:29 -0400 IronPort-SDR: a4wtjXxrxbj1GpCoB336C2yNA0ZKc0mi8o6jbE0IEPDBNI867VSMEbHYey6wFQ+G/VDPm87mZE Ax0cP2BjNvDg== X-IronPort-AV: E=McAfee;i="6000,8403,9768"; a="161898962" X-IronPort-AV: E=Sophos;i="5.77,351,1596524400"; d="scan'208";a="161898962" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Oct 2020 08:52:28 -0700 IronPort-SDR: y0QEnMHtriMeI1ZXkk7Frx1RjJBYLCw4cRrfTs9QnYaZ7vD7PQJmgJQpP6O/SWd5vCg8Me2Spi HfTPSen0a5Hw== X-IronPort-AV: E=Sophos;i="5.77,351,1596524400"; d="scan'208";a="528544409" Received: from lahna.fi.intel.com (HELO lahna) ([10.237.72.163]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Oct 2020 08:52:24 -0700 Received: by lahna (sSMTP sendmail emulation); Thu, 08 Oct 2020 18:52:22 +0300 Date: Thu, 8 Oct 2020 18:52:22 +0300 From: Mika Westerberg To: Hans de Goede Cc: Andy Shevchenko , Linus Walleij , linux-acpi@vger.kernel.org, linux-gpio@vger.kernel.org, stable@vger.kernel.org, "Rafael J. Wysocki" , Bob Moore , Erik Kaneda Subject: Re: [PATCH v2] pinctrl: cherryview: Ensure _REG(ACPI_ADR_SPACE_GPIO, 1) gets called Message-ID: <20201008155222.GW2495@lahna.fi.intel.com> References: <20200504145957.480418-1-hdegoede@redhat.com> <20200506064057.GU487496@lahna.fi.intel.com> <20200507123025.GR487496@lahna.fi.intel.com> <3d7ce79f-6157-8ae0-dae9-ebc940120487@redhat.com> <20201008144450.GU2495@lahna.fi.intel.com> <1925077c-dc47-bc93-6f7b-b8fdbd6efcd8@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1925077c-dc47-bc93-6f7b-b8fdbd6efcd8@redhat.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org On Thu, Oct 08, 2020 at 05:37:10PM +0200, Hans de Goede wrote: > Mika, do you have input wrt always calling _REG for just the > GpioIoOpRegion type (on top of the existing EC exception) vs > just simply always calling it for all all/more OpRegion types ? IMO it is safer to call it only for GPIO (GpioIoOpRegion) now.