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 6D79CC6FA99 for ; Fri, 10 Mar 2023 16:57:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231153AbjCJQ5h (ORCPT ); Fri, 10 Mar 2023 11:57:37 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51876 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229455AbjCJQ5Q (ORCPT ); Fri, 10 Mar 2023 11:57:16 -0500 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 925FE166EF; Fri, 10 Mar 2023 08:55:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1678467301; x=1710003301; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=WoEGJdebKJebfYrTAKR9oKIh74jFLLaywLyGJMrb4Gk=; b=cISCux83Ea8PAXsQucnmREddmvvpKSjusXBkc9rBPSeyz064IpoE3nNO gWEqV3gXYIKLzIT1oOoBe1onlinKSdtbc7GeWjaRkQ4iQKC2d2Z+jxtDH 0uaPxqlNTNTGPXovMiaVOO058RuwFuypYA8kZh4Tl3KSscfKECmR2wsRk SWGhZ8MnABCLOEGlPYqzxriboYHg9yp5/3IAo3gwex6txB6UVxdtZSJjY NWvDGMFXFtFoP8+xp9pDvNhhhREtyMNB34Ksrw0E/XRlyy1esaUOoX4J4 o8fDdff771ieAFAzQ0K5ynLoMhwz35w4GzSFpyGu2a9+JtvsaBWqidQaR Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10645"; a="336793240" X-IronPort-AV: E=Sophos;i="5.98,250,1673942400"; d="scan'208";a="336793240" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Mar 2023 08:53:00 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10645"; a="710336629" X-IronPort-AV: E=Sophos;i="5.98,250,1673942400"; d="scan'208";a="710336629" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga001.jf.intel.com with ESMTP; 10 Mar 2023 08:52:56 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1pafzC-0012Jg-1N; Fri, 10 Mar 2023 18:52:54 +0200 Date: Fri, 10 Mar 2023 18:52:54 +0200 From: Andy Shevchenko To: Dmitry Torokhov Cc: Patrice Chotard , Mauro Carvalho Chehab , Arnd Bergmann , Hans Verkuil , Liang He , Wan Jiabing , Hugues Fruchet , linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] media: c8sectpfe: switch to using gpiod API Message-ID: References: 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 Fri, Feb 03, 2023 at 03:13:48PM -0800, Dmitry Torokhov wrote: > This switches the driver from using legacy gpio API and to the newer > gpiod API. Since ordinary gpiod APIs operate on logical and not > electrical levels, handling of the reset GPIO is adjusted accordingly. Reviewed-by: Andy Shevchenko This is an important patch for the further cleanups in the GPIO subsystem. Can we have this applied, please? -- With Best Regards, Andy Shevchenko