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 8FAAEC636CC for ; Thu, 16 Feb 2023 09:27:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229904AbjBPJ07 (ORCPT ); Thu, 16 Feb 2023 04:26:59 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40374 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229935AbjBPJ0z (ORCPT ); Thu, 16 Feb 2023 04:26:55 -0500 Received: from mail-yw1-x1133.google.com (mail-yw1-x1133.google.com [IPv6:2607:f8b0:4864:20::1133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4D0E54C6EB for ; Thu, 16 Feb 2023 01:26:53 -0800 (PST) Received: by mail-yw1-x1133.google.com with SMTP id 00721157ae682-5258f66721bso16640677b3.1 for ; Thu, 16 Feb 2023 01:26:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=vJiYeBuRbUyqBpvdpmdPFQ9l8unN3J1b2Ti1iTz0lSE=; b=zDqcN5PV8yCaAPtx8AA+t4OOsL8jwkNK61af7dz2vdj3EiPFRhA53nmxCQV1ApS/CQ YgavKr/ynnbgnxaphfMF1XkHpREBqQpcclXiyTk3JqOzdLY2x+mrwjj0JtIShkv8Ml9O 5eYLoGk1Due7pgJXafdo4mC+hxXx05OFEa7HYGdSm+MymhfLk7ej1vowkqNh5msO78c9 SHRPzl24uQ86OyNAIF/BWwPPe2wxHvRsJ1cEBBpFIPHugycklooLmW/PibEex5K0JB1F msFpJ8HxAKoZfc30rhVlQFIGgBC6QvubpCvW2NNvCdk0dhftFn9O5VcKTYejjNWHh1bq L1NQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=vJiYeBuRbUyqBpvdpmdPFQ9l8unN3J1b2Ti1iTz0lSE=; b=tpnpYL33SGKqYcxP3rhPnhkCAHscz3q6XhXJzqi/5vVLw4LNBoosURpfV9GIck1g/t cMU9mCPbgBpUqCMUsPNOGvWsTE1dcQe9bdMyL0kswCRiqxMP1HfeAV/GB9iPlR1VvWUV OBUzZ9KAbTO9BLokpML+0Dh7JwgiiwSMul9feQlTBYekrWitC52iZqNQOFwaB8EIjvcm wCjGRiC4jeAhOSTvh9Cyldkx9SE11tVhbWgqfq23scSEeD/2Mo7tyl1PMWtcxO9xYnPu j0RVxcypfeYeLHqjZU3mJHk1kbd+YV3EztGY1kncVQq361/rhY422hBSnVFvqZ9WU5tM 6C1g== X-Gm-Message-State: AO0yUKXeE2Wm9WTTM2g+/wOJ9bfmcQ1RwG/FFvX9VGDMdDO9AG3pCM5g qDNJGmSenhZi43nlV6csGOh0EZ92ufi37QMB4jKtAw== X-Google-Smtp-Source: AK7set9Kw7+m2OQdLQsth3N5Bv1S4uFgvtXcMm+Tt+7oDEkc4khG+Xo6Sp15TOjvSX+LADa+kSceN0ck1vMMf20ltDs= X-Received: by 2002:a81:6383:0:b0:530:c755:cb82 with SMTP id x125-20020a816383000000b00530c755cb82mr603398ywb.336.1676539612458; Thu, 16 Feb 2023 01:26:52 -0800 (PST) MIME-Version: 1.0 References: <20230211030646.24549-1-twoerner@gmail.com> In-Reply-To: <20230211030646.24549-1-twoerner@gmail.com> From: Linus Walleij Date: Thu, 16 Feb 2023 10:26:41 +0100 Message-ID: Subject: Re: [PATCH] dt-bindings: gpio.txt: expand gpio-line-names recommendations To: Trevor Woerner Cc: linux-kernel@vger.kernel.org, Bartosz Golaszewski , Rob Herring , Krzysztof Kozlowski , linux-gpio@vger.kernel.org, devicetree@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Feb 11, 2023 at 4:06 AM Trevor Woerner wrote: > Provide more guidance to differentiate between recommendations for names of > lines which are hard-wired to on-board devices, versus recommendations for > names of lines which are connected to general-purpose pin headers. > > Signed-off-by: Trevor Woerner This is really helpful, thanks Trevor. Reviewed-by: Linus Walleij Yours, Linus Walleij