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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B6299C433FE for ; Wed, 29 Sep 2021 12:46:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9C15F61440 for ; Wed, 29 Sep 2021 12:46:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343895AbhI2Mrt (ORCPT ); Wed, 29 Sep 2021 08:47:49 -0400 Received: from mga18.intel.com ([134.134.136.126]:54449 "EHLO mga18.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1343839AbhI2Mrs (ORCPT ); Wed, 29 Sep 2021 08:47:48 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10121"; a="212014767" X-IronPort-AV: E=Sophos;i="5.85,332,1624345200"; d="scan'208";a="212014767" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Sep 2021 05:46:06 -0700 X-IronPort-AV: E=Sophos;i="5.85,332,1624345200"; d="scan'208";a="617491565" Received: from lahna.fi.intel.com (HELO lahna) ([10.237.72.163]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Sep 2021 05:46:04 -0700 Received: by lahna (sSMTP sendmail emulation); Wed, 29 Sep 2021 15:46:01 +0300 Date: Wed, 29 Sep 2021 15:46:01 +0300 From: Mika Westerberg To: Linus Walleij Cc: Cai Huoqing , Andy Shevchenko , "open list:GPIO SUBSYSTEM" , linux-kernel Subject: Re: [PATCH v3] pinctrl: intel: Kconfig: Add configuration menu to Intel pin control Message-ID: References: <20210918054630.18544-1-caihuoqing@baidu.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 Thu, Sep 23, 2021 at 11:56:58PM +0200, Linus Walleij wrote: > On Sat, Sep 18, 2021 at 7:46 AM Cai Huoqing wrote: > > > Adding a configuration menu to hold many Intel pin control drivers > > helps to make the display more concise. > > > > Acked-by: Andy Shevchenko > > Signed-off-by: Cai Huoqing > > --- > > v1->v2: Revert to "select PINCTRL_INTE" for PINCTRL_TIGERLAKE config. > > v2->v3: Update commit message. > > Looks good to me, I expect Andy to queue this and send it to me. I applied it now as Andy is still on vacation. We will send this to you along with (possible) other stuff before next merge window opens.