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.8 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 97812C4320A for ; Wed, 4 Aug 2021 15:44:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8299D60F22 for ; Wed, 4 Aug 2021 15:44:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239230AbhHDPo6 (ORCPT ); Wed, 4 Aug 2021 11:44:58 -0400 Received: from mga01.intel.com ([192.55.52.88]:21852 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239124AbhHDPo4 (ORCPT ); Wed, 4 Aug 2021 11:44:56 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10066"; a="235902327" X-IronPort-AV: E=Sophos;i="5.84,294,1620716400"; d="scan'208";a="235902327" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Aug 2021 08:43:49 -0700 X-IronPort-AV: E=Sophos;i="5.84,294,1620716400"; d="scan'208";a="637026751" 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; 04 Aug 2021 08:43:46 -0700 Received: by lahna (sSMTP sendmail emulation); Wed, 04 Aug 2021 18:43:43 +0300 Date: Wed, 4 Aug 2021 18:43:43 +0300 From: Mika Westerberg To: Andy Shevchenko Cc: linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, Andy Shevchenko , Linus Walleij , Kai-Heng Feng , Riccardo Mori , Lovesh Subject: Re: [PATCH v1 1/1] pinctrl: tigerlake: Fix GPIO mapping for newer version of software Message-ID: References: <20210804140246.64856-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210804140246.64856-1-andriy.shevchenko@linux.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 04, 2021 at 05:02:46PM +0300, Andy Shevchenko wrote: > The software mapping for GPIO, which initially comes from Microsoft, > is subject to change by respective Windows and firmware developers. > Due to above the driver had been written and published way ahead of > the schedule, and thus the numbering schema used in it is outdated. > > Fix the numbering schema in accordance with the real products on market. > > Fixes: 653d96455e1e ("pinctrl: tigerlake: Add support for Tiger Lake-H") > Reported-and-tested-by: Kai-Heng Feng > Reported-by: Riccardo Mori > Reported-and-tested-by: Lovesh > BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=213463 > BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=213579 > BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=213857 > Signed-off-by: Andy Shevchenko Thanks Andy for taking care of this! Acked-by: Mika Westerberg