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=-8.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 81BAAC43381 for ; Wed, 3 Mar 2021 05:01:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 605D164EE3 for ; Wed, 3 Mar 2021 05:01:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1353110AbhCCE5n (ORCPT ); Tue, 2 Mar 2021 23:57:43 -0500 Received: from mga05.intel.com ([192.55.52.43]:10890 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1578440AbhCBPQm (ORCPT ); Tue, 2 Mar 2021 10:16:42 -0500 IronPort-SDR: ovqFzCVenJr/Dsm+zJ2dZGOt7mhJpGyxtjp2fEomeQC1ipnxUsU8WfA18/KuOLXnzXo9dElOSj h6xoO7gxOSsQ== X-IronPort-AV: E=McAfee;i="6000,8403,9911"; a="271850938" X-IronPort-AV: E=Sophos;i="5.81,216,1610438400"; d="scan'208";a="271850938" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Mar 2021 07:14:36 -0800 IronPort-SDR: IXTKtYhxJFtSq1rLuoJt8j1eiwNkdkfz1CaCtEat5dq02qqfQUtsDRhPj9/1EQR92wKw/V/gzF tnxc6iz3CC6w== X-IronPort-AV: E=Sophos;i="5.81,216,1610438400"; d="scan'208";a="434843030" Received: from lahna.fi.intel.com (HELO lahna) ([10.237.72.163]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Mar 2021 07:14:33 -0800 Received: by lahna (sSMTP sendmail emulation); Tue, 02 Mar 2021 17:14:30 +0200 Date: Tue, 2 Mar 2021 17:14:30 +0200 From: Mika Westerberg To: Andy Shevchenko Cc: Linus Walleij , Bartosz Golaszewski , "open list:GPIO SUBSYSTEM" , "linux-kernel@vger.kernel.org" , ACPI Devel Maling List , "Rafael J. Wysocki" , Len Brown Subject: Re: [PATCH v1 1/3] gpiolib: acpi: Add ACPI_GPIO_QUIRK_ABSOLUTE_NUMBER quirk Message-ID: <20210302151430.GY2542@lahna.fi.intel.com> References: <20210225163320.71267-1-andriy.shevchenko@linux.intel.com> <20210225163320.71267-2-andriy.shevchenko@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 Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org On Tue, Mar 02, 2021 at 05:09:24PM +0200, Andy Shevchenko wrote: > On Tue, Mar 02, 2021 at 03:48:43PM +0100, Linus Walleij wrote: > > On Thu, Feb 25, 2021 at 5:33 PM Andy Shevchenko > > wrote: > > > > > On some systems the ACPI tables has wrong pin number and instead of > > > having a relative one it provides an absolute one in the global GPIO > > > number space. > > > > > > Add ACPI_GPIO_QUIRK_ABSOLUTE_NUMBER quirk to cope with such cases. > > > > > > Fixes: ba8c90c61847 ("gpio: pca953x: Override IRQ for one of the expanders on Galileo Gen 2") > > > Depends-on: 0ea683931adb ("gpio: dwapb: Convert driver to using the GPIO-lib-based IRQ-chip") > > > Signed-off-by: Andy Shevchenko > > > > OH THE HORROR! > > However, we discussed it before. It is as it is. > > Unfortunately :-( (And recently it seems MS does something really "creative" on > ARM ACPI platform) > > > It's the right place to fix the problem, so: > > Acked-by: Linus Walleij > > I am waiting for Mika, but if he keeps silent let's say to the end of the day, > I will submit it as is to the v5.12-rcX fixes. Sorry for the delay - I somehow missed this. Feel free to add my ACK too.