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 93F3DC433FE for ; Wed, 26 Oct 2022 13:45:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232773AbiJZNpU (ORCPT ); Wed, 26 Oct 2022 09:45:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42128 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233725AbiJZNpG (ORCPT ); Wed, 26 Oct 2022 09:45:06 -0400 Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C1E5B24BC7; Wed, 26 Oct 2022 06:44:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1666791895; x=1698327895; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=7J0SNO8xJ44grHoSSnIA2cU/huV/6fXHnOtqsUH84lQ=; b=fcqQVARAUMSdPWo25jq23Z2iJ9az8lEr7uYk5344yRqTsUcINjgs51/y /y2yCarNdECYUozWqCEX2MhXqoLgsAEZpoqBb6upKdr4H1M7xiYgJ4QIT K70hTfwY8QjJzNW5BNcNWCxFmsdPMnnhgyjZxrE0cEwmDLIZrjL5dA9lJ dMXUonviEZFecOyhcCAsM6hkZ2ltDnkiLAwPOSTZZmjq+kHQtGEYLJF8o 1DWwTjkcyhYPiEidmlssSdubnRQVg3bLAvL8Ww5ppl/4PrHJ+898VI4xP SCFJxIfAnrVlRvYes8+VHSXJxRr/We1Nd6ViCWs5p5i42x4oS5q6CEyay A==; X-IronPort-AV: E=McAfee;i="6500,9779,10512"; a="287662484" X-IronPort-AV: E=Sophos;i="5.95,214,1661842800"; d="scan'208";a="287662484" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Oct 2022 06:44:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10512"; a="757302850" X-IronPort-AV: E=Sophos;i="5.95,214,1661842800"; d="scan'208";a="757302850" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga004.jf.intel.com with ESMTP; 26 Oct 2022 06:44:54 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1ongiC-002fmx-2C; Wed, 26 Oct 2022 16:44:52 +0300 Date: Wed, 26 Oct 2022 16:44:52 +0300 From: Andy Shevchenko To: Linus Walleij Cc: linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, Mika Westerberg Subject: Re: [PATCH v1 1/1] pinctrl: intel: Use str_enable_disable() helper Message-ID: References: <20221017171506.64183-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 Tue, Oct 18, 2022 at 10:30:09AM +0200, Linus Walleij wrote: > On Mon, Oct 17, 2022 at 7:14 PM Andy Shevchenko > wrote: > > > Use str_enable_disable() helper instead of open coding the same. > > > > Signed-off-by: Andy Shevchenko > > Reviewed-by: Linus Walleij Pushed to my review and testing queue, thanks! -- With Best Regards, Andy Shevchenko