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 05FECC61DF4 for ; Fri, 24 Nov 2023 11:31:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230363AbjKXLbd (ORCPT ); Fri, 24 Nov 2023 06:31:33 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50628 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229580AbjKXLb3 (ORCPT ); Fri, 24 Nov 2023 06:31:29 -0500 Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.24]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 473B710DB; Fri, 24 Nov 2023 03:31:35 -0800 (PST) X-IronPort-AV: E=McAfee;i="6600,9927,10902"; a="395225662" X-IronPort-AV: E=Sophos;i="6.04,223,1695711600"; d="scan'208";a="395225662" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Nov 2023 03:31:34 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10902"; a="771235102" X-IronPort-AV: E=Sophos;i="6.04,223,1695711600"; d="scan'208";a="771235102" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga007.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Nov 2023 03:31:31 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.97) (envelope-from ) id 1r6UPB-0000000GhXG-1NjR; Fri, 24 Nov 2023 13:31:29 +0200 Date: Fri, 24 Nov 2023 13:31:29 +0200 From: Andy Shevchenko To: Linus Walleij Cc: Tzuyi Chang , Bartosz Golaszewski , Rob Herring , Krzysztof Kozlowski , Conor Dooley , linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 2/2] Add GPIO support for Realtek DHC(Digital Home Center) RTD SoCs. Message-ID: References: <20231116111441.2339-1-tychang@realtek.com> <20231116111441.2339-3-tychang@realtek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit 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, Nov 24, 2023 at 10:38:42AM +0100, Linus Walleij wrote: > On Thu, Nov 16, 2023 at 12:14 PM Tzuyi Chang wrote: > > > This driver enables configuration of GPIO direction, GPIO values, GPIO > > debounce settings and handles GPIO interrupts. > > > > Signed-off-by: Tzuyi Chang > > Apart from the missing kerneldoc that the autobuilder is complaining about > this looks good to me. If you fix the kerneldoc: > Reviewed-by: Linus Walleij I think I might have comments in the future. I haven't looked at the series due to noticing LKP complains. -- With Best Regards, Andy Shevchenko