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 3B5FBC433EF for ; Wed, 12 Jan 2022 13:49:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1353691AbiALNts (ORCPT ); Wed, 12 Jan 2022 08:49:48 -0500 Received: from mga06.intel.com ([134.134.136.31]:14395 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1353855AbiALNtm (ORCPT ); Wed, 12 Jan 2022 08:49:42 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1641995381; x=1673531381; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=4uT74+eGVQ4XFax5yE63YjVb5fZ/QUjX2nXmFMP+WRw=; b=DVPjHikjBetJcMnQ2l6cgtTvgXG3kWkJ+HaQE7NhJCQp9cE2K8ohfum6 jx1AlMNJotPY2K4A6Qxq5ANMq8uL2tX5KFABSkQ02oqBmaUYIsLCQsU3U LMWMgAkOa/LEr/hmCiNeHUYgiGHY9OF4hDIyWCBCAkCJ414PVCBcctp9y fI7gRhAOhHUhI4O9XUOcpHkbEbnr6nuniDIdMh0sGvNnYDIafMo/2WUfr QuzR0qheNv29NqidI/Plu3+6BE6kR2mq7GRm8nWG2oYGmTvw6m3gd2RhW F/U0GapQOveBZQFkTUzsCKh5HQ3BMOtZws7u/9z75aZblnaIlPWsbBShj w==; X-IronPort-AV: E=McAfee;i="6200,9189,10224"; a="304473145" X-IronPort-AV: E=Sophos;i="5.88,282,1635231600"; d="scan'208";a="304473145" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jan 2022 05:49:41 -0800 X-IronPort-AV: E=Sophos;i="5.88,282,1635231600"; d="scan'208";a="691390578" Received: from smile.fi.intel.com ([10.237.72.61]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jan 2022 05:49:38 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.95) (envelope-from ) id 1n7dzF-009hfh-BP; Wed, 12 Jan 2022 15:48:25 +0200 Date: Wed, 12 Jan 2022 15:48:25 +0200 From: Andy Shevchenko To: Thierry Reding Cc: Linus Walleij , Bartosz Golaszewski , Thierry Reding , linux-gpio@vger.kernel.org, linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org, Bartosz Golaszewski , Jonathan Hunter Subject: Re: [PATCH v1 1/1] gpio: tegra: Get rid of duplicate of_node assignment Message-ID: References: <20211223122639.86923-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-gpio@vger.kernel.org On Wed, Jan 12, 2022 at 02:11:45PM +0100, Thierry Reding wrote: > On Thu, Dec 23, 2021 at 02:26:39PM +0200, Andy Shevchenko wrote: > > GPIO library does copy the of_node from the parent device of > > the GPIO chip, there is no need to repeat this in the individual > > drivers. Remove these assignment all at once. ... > Yep, this is indeed not necessary (anymore), so: > > Reviewed-by: Thierry Reding > > I've also given this a quick spin on a Tegra124 device (Venice 2) and > everything seems to be working fine, so also: > > Tested-by: Thierry Reding Thanks! -- With Best Regards, Andy Shevchenko