Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp893793pxb; Wed, 3 Feb 2021 23:03:31 -0800 (PST) X-Google-Smtp-Source: ABdhPJxpaOF0YGrGn7txK05s6TCxLahOvwfCxFRGwrY3GG/jh64j0zmKdI2vLT5sX8IruQr6sTlQ X-Received: by 2002:a17:906:804a:: with SMTP id x10mr3724104ejw.184.1612422211203; Wed, 03 Feb 2021 23:03:31 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1612422211; cv=none; d=google.com; s=arc-20160816; b=hFZS2nmqxa+twi5uNNmOJajqJmuMG/6jVs6FGaeGVEfp+xQ5A4BB3naqmZksn8R/1T JFpboFlzPcn2Wz5pOKQqMUA8gvvaqn7c+mK5s+osh1cAlx/z/w/Mh3guQpuqfZnLwLeo jxQQhSy/x/LmVon3ZVX52CJ0YGJuuj/x/tmYEfMNE4AgX8iHq2NNlxP/0GOW1M9N1gnG xRG3Tq+6ye7DYI5z1FoJSZOi8QJ16VNGv2u25UtaEOSD676snmMigkHJydPpABDkw2ZH no92TuLBmYuhKBRF3ir8sQtv72npvHtV91CwbvmafED9fwM3TTmBEH83rNSA9/9WG/eq WgVw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=o8+XmdRDjWk+ZGE1yIkOycizhWmI53PemO3OGhHD4nY=; b=l7RAI1Ae8eap8t+1ofOoGyFKGlqdoan1b4DdfqE5inwAmLneut6QbMi74zgcvad08a 9pc5gl97WVc1G8sJS5zsOp/UYI9vWsnR3RZuFgJ6b/fuqRcjAO5y03uXypUndhV9tFAa Csp1BsqpIP3LnkE2qMDgd5Qs6pbfoh+Lic5ocfVjtbFJ4QqVHo6OpwaS6BOeX0/MPdw6 Q0vVqq2kBJ9NjZqcM8xwsl6I6H+HISX2nRnYxHI+uusLODrFjf0q/43PwjzqJcTBc7oC bqWzvM4PrQIUUUjdb0cVD+CtiXyg/60ah3u74b0xqcUMtLuqaoU1ULaSXTMAqbexWjIF w4UQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id de28si2528729edb.466.2021.02.03.23.03.07; Wed, 03 Feb 2021 23:03:31 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231546AbhBDG7I (ORCPT + 99 others); Thu, 4 Feb 2021 01:59:08 -0500 Received: from muru.com ([72.249.23.125]:56976 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229998AbhBDG7G (ORCPT ); Thu, 4 Feb 2021 01:59:06 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 01C9A80C5; Thu, 4 Feb 2021 06:58:35 +0000 (UTC) Date: Thu, 4 Feb 2021 08:58:20 +0200 From: Tony Lindgren To: Drew Fustini Cc: bcousson@baylibre.com, Rob Herring , linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Jason Kridner , Robert Nelson , Bjorn Andersson , Linus Walleij , Bartosz Golaszewski , linux-gpio@vger.kernel.org Subject: Re: [PATCH 1/2] ARM: dts: am335x-pocketbeagle: unique gpio-line-names Message-ID: References: <20210127000303.436595-1-drew@beagleboard.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210127000303.436595-1-drew@beagleboard.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Drew Fustini [210127 02:04]: > Based on linux-gpio discussion [1], it is best practice to make the > gpio-line-names unique. Generic names like "[ethernet]" are replaced > with the name of the unique signal on the AM3358 SoC ball corresponding > to the gpio line. "[NC]" is also renamed to the standard "NC" name to > represent "not connected". > > [1] https://lore.kernel.org/linux-gpio/20201216195357.GA2583366@x1/ So are these needed for v5.12 as fixes, or can these wait until after the merge window for v5.13? Regards, Tony