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 404F2C4332F for ; Thu, 17 Nov 2022 10:38:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239710AbiKQKiq (ORCPT ); Thu, 17 Nov 2022 05:38:46 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35304 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239727AbiKQKiC (ORCPT ); Thu, 17 Nov 2022 05:38:02 -0500 Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 213225E3D3 for ; Thu, 17 Nov 2022 02:37:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1668681468; x=1700217468; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=ljhtXwOZIAkajU0il1alUjH32MQGe0CfPaMqmVnwL54=; b=j9uvqn+UYCGvmmTMFr8CauY1whJkyb0PnuVpWBO11eSXIV2iQLhBvqO1 I9z37sO3LF78PAT55kL9JBE+glJypX5MGNMm/RUouxAfbovio1RF7SS2G IIr1Pja4lhLeEH5drI49KVX2MrUQChz6mmTmWaFvnUhFd7J6M1ieRnNyR egNpbTEt9zP5e7y0//t65KFjOpXMzfajYj3S8g2Go3tziGAiHHboljsjZ 9qF5p1R0HVzqRcDg37m7MtcOb7rgJID2hiCKEiSYxEkGRSeISXajuhHZc 1Khvt//DBX1N9hiCz026qjNkqMNOQ3Msm3dABlgbGQaTnTVrziT7hSLvf w==; X-IronPort-AV: E=McAfee;i="6500,9779,10533"; a="292523604" X-IronPort-AV: E=Sophos;i="5.96,171,1665471600"; d="scan'208";a="292523604" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Nov 2022 02:37:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10533"; a="764713059" X-IronPort-AV: E=Sophos;i="5.96,171,1665471600"; d="scan'208";a="764713059" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga004.jf.intel.com with ESMTP; 17 Nov 2022 02:37:45 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1ovcHA-00DXCm-0v; Thu, 17 Nov 2022 12:37:44 +0200 Date: Thu, 17 Nov 2022 12:37:44 +0200 From: Andy Shevchenko To: Linus Walleij Cc: Niyas Sait , linux-gpio@vger.kernel.org, mika.westerberg@linux.intel.com, rafael@kernel.org Subject: Re: [PATCH RFC v2 2/3] pinconf-generic: clarify pull up and pull down config values Message-ID: References: <20221115175415.650690-1-niyas.sait@linaro.org> <20221115175415.650690-3-niyas.sait@linaro.org> 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-gpio@vger.kernel.org On Thu, Nov 17, 2022 at 10:30:37AM +0100, Linus Walleij wrote: > On Tue, Nov 15, 2022 at 6:54 PM Niyas Sait wrote: > > > PIN_CONFIG_BIAS_PULL_DOWN and PIN_CONFIG_BIAS_PULL_UP values can > > be custom or an SI unit such as ohms > > > > Signed-off-by: Niyas Sait > > This patch is good as-is so I just applied it. No need to resend with > the ACPI series. Is it? I think it's visible that it has TAB vs. space issue... -- With Best Regards, Andy Shevchenko