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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B88B5C433F5 for ; Wed, 6 Apr 2022 15:28:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236193AbiDFPa1 (ORCPT ); Wed, 6 Apr 2022 11:30:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50726 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236136AbiDFPaB (ORCPT ); Wed, 6 Apr 2022 11:30:01 -0400 Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AD5F66B7487; Wed, 6 Apr 2022 05:47:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1649249231; x=1680785231; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=wlWFg6t46t3NvWgILYEYk3MILOUFjuxD9AUfU8kuuVg=; b=TCgXXVlkyLjNyEHKq0mtGbR0eaa55oDLcIf73AJth0ZmfoyiPIa5CFBx Va8rzz7S0ZYI/Nf0Ld8rWfRuFuXoEP4Jp8ahOgWWNGIh68ae2cPle3ms+ GpgQxFw9tfTySzKB4rlY0qjdITuk2Wqlt2UZYaEVwfnG9w9fdUl8iEqJj FksQplCOKsbEKt6+pA6W6LrlezzyBiaBd9oUWCex7F+4qN/qVdG4zYtpd 8pRRIATzMGWWwphdVo6+CySDC7Z0jBeJUBe6Sm/aIsDCmj2SUUju8xSE+ T/T75MQOs9Xh0PCorKBiEqM5Y4IJ+ONrg0rIkF2wxHsccKNFWpyO/4vfE Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10308"; a="321729238" X-IronPort-AV: E=Sophos;i="5.90,239,1643702400"; d="scan'208";a="321729238" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Apr 2022 05:44:41 -0700 X-IronPort-AV: E=Sophos;i="5.90,239,1643702400"; d="scan'208";a="523909218" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Apr 2022 05:44:40 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.95) (envelope-from ) id 1nc509-000DvT-HH; Wed, 06 Apr 2022 15:43:09 +0300 Date: Wed, 6 Apr 2022 15:43:09 +0300 From: Andy Shevchenko To: Mika Westerberg Cc: linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, Andy Shevchenko , Linus Walleij Subject: Re: [PATCH v1 1/1] pinctrl: alderlake: Fix register offsets for ADL-N variant Message-ID: References: <20220405170251.72154-1-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-kernel@vger.kernel.org On Wed, Apr 06, 2022 at 08:09:48AM +0300, Mika Westerberg wrote: > On Tue, Apr 05, 2022 at 08:02:51PM +0300, Andy Shevchenko wrote: > > It appears that almost traditionally the N variants have deviations > > in the register offsets in comparison to S one. This is the case > > for Intel Alder Lake as well. Fix register offsets for ADL-N variant. > > > > Fixes: 114b610b9048 ("pinctrl: alderlake: Add Intel Alder Lake-N pin controller support") > > Signed-off-by: Andy Shevchenko > > Acked-by: Mika Westerberg Pushed for fixes, thanks! -- With Best Regards, Andy Shevchenko