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 EC68FC433EF for ; Thu, 30 Jun 2022 13:00:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235149AbiF3NAd (ORCPT ); Thu, 30 Jun 2022 09:00:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39890 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235144AbiF3NAc (ORCPT ); Thu, 30 Jun 2022 09:00:32 -0400 Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 581AD40E67; Thu, 30 Jun 2022 06:00:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1656594031; x=1688130031; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=9urzIR46J5jYUfSVvNA3boWDK/TfPp3KBc05EjU6wsw=; b=U/eRaNi2qjLrRdTHvBk3vu4C8xfMmxdfaQorlvelINek4tto8rrmGWrL jvZlbgJZsoLa33TbhhmS74a2zLK7SIZQ1sTZPAqTi5NkJBtoIKj8r4Pc2 uLZKcAhgNnMPpIXLWRTXh1Qo7o63583jWehwmMGcYK3bEnL1sHhc03rYj o58W+D77ZQ1yjjXcZEJDuebAGuSb0KpEmh+2jbINJmEBsloI9Met6Lsdu 4qR1H0MyIcri/D9m+X5SR0nYpYGKu/cl4K+ei1pU+uoLrwujxo6dsCQs+ 7JK+OudsrFfitaBGRnDKZYrXHhp0Ta5xpO370fzH4jCENVu+FrPwfBgHg A==; X-IronPort-AV: E=McAfee;i="6400,9594,10393"; a="279884722" X-IronPort-AV: E=Sophos;i="5.92,234,1650956400"; d="scan'208";a="279884722" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2022 06:00:31 -0700 X-IronPort-AV: E=Sophos;i="5.92,234,1650956400"; d="scan'208";a="680964614" Received: from lahna.fi.intel.com (HELO lahna) ([10.237.72.162]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2022 06:00:28 -0700 Received: by lahna (sSMTP sendmail emulation); Thu, 30 Jun 2022 16:00:26 +0300 Date: Thu, 30 Jun 2022 16:00:26 +0300 From: Mika Westerberg To: Andy Shevchenko Cc: Cai Huoqing , linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, Andy Shevchenko , Linus Walleij Subject: Re: [PATCH v1 1/1] pinctrl: intel: Add Intel Meteor Lake pin controller support Message-ID: References: <20220630123858.74300-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220630123858.74300-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-gpio@vger.kernel.org On Thu, Jun 30, 2022 at 03:38:58PM +0300, Andy Shevchenko wrote: > This driver adds pinctrl/GPIO support for Intel Meteor Lake. The > GPIO controller is based on the next generation GPIO hardware but still > compatible with the one supported by the Intel core pinctrl/GPIO driver. > > Signed-off-by: Andy Shevchenko Acked-by: Mika Westerberg