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 X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B7D88C43461 for ; Fri, 11 Sep 2020 06:11:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 63BF621D7E for ; Fri, 11 Sep 2020 06:11:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599804669; bh=R+WQCRWfq/LEeLL9EuGAFD+jyfSl/fjliRW9gC2u17M=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=cOgL7xQqrXXGzqlgrn4S58pKOu/t6R6RJmuxTTSA1Jaf9aS5ECrLA+VazPhAOWHGj 83m2voHcvSw3cA59KZ3ndZYBqRLcxENR+2LMX2eLsRuulzWhSRoETwqg04ThKCI/fv h6jGAhSSA+1sPnJSB6ZZO3h5B5lfo2oSp7wYTMnE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725648AbgIKGLJ (ORCPT ); Fri, 11 Sep 2020 02:11:09 -0400 Received: from mail.kernel.org ([198.145.29.99]:35406 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725446AbgIKGLH (ORCPT ); Fri, 11 Sep 2020 02:11:07 -0400 Received: from mail-ej1-f48.google.com (mail-ej1-f48.google.com [209.85.218.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id E62E0221F1; Fri, 11 Sep 2020 06:11:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599804667; bh=R+WQCRWfq/LEeLL9EuGAFD+jyfSl/fjliRW9gC2u17M=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=GHEpjzBiGvtJ1QhOXg4nIsgN5ThSgM00QRJX4Cghvz7A274L7p71V6OwfaBrG1X7J uVyd/7XdH7fhiQhYyOM4eLfnabBhEQ8cFOqAAgpYBXbjJTV7NJ8+LYLGYdNvk7hHE1 8odlxiTb6JWeOThhbKMIc1HFWyofHRtn3Q8u/1v8= Received: by mail-ej1-f48.google.com with SMTP id gr14so12244485ejb.1; Thu, 10 Sep 2020 23:11:06 -0700 (PDT) X-Gm-Message-State: AOAM531kIgp6PQ41zD+x4poHXkcXDayMrLutW1ti6LgVzfaTLQazauxe d0ugZuDx+8NaAQ6H8+Yo1qMazkg61LxFFr414i8= X-Google-Smtp-Source: ABdhPJysqYkgvsUB5GiEswkRNNKILHjjgWCeXRVo+QHtk0WCjK+abRX2rEGDEoOCLg/z/tM8wvqyn+iTq0H6F2DGVuc= X-Received: by 2002:a17:906:af53:: with SMTP id ly19mr495830ejb.503.1599804665477; Thu, 10 Sep 2020 23:11:05 -0700 (PDT) MIME-Version: 1.0 References: <20200910175733.11046-1-krzk@kernel.org> <20200910175733.11046-13-krzk@kernel.org> In-Reply-To: From: Krzysztof Kozlowski Date: Fri, 11 Sep 2020 08:10:53 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2 12/15] ARM: dts: aspeed: align GPIO hog names with dtschema To: Joel Stanley Cc: Linus Walleij , Bartosz Golaszewski , Rob Herring , =?UTF-8?Q?Beno=C3=AEt_Cousson?= , Tony Lindgren , Russell King , Jason Cooper , Andrew Lunn , Gregory Clement , Sebastian Hesselbarth , Andrew Jeffery , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , NXP Linux Team , Matthias Brugger , Geert Uytterhoeven , Magnus Damm , Tero Kristo , Nishanth Menon , Michal Simek , Guenter Roeck , devicetree , Linux Kernel Mailing List , linux-omap@vger.kernel.org, Linux ARM , linux-aspeed , linux-mediatek@lists.infradead.org, linux-renesas-soc@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org On Fri, 11 Sep 2020 at 02:58, Joel Stanley wrote: > > On Thu, 10 Sep 2020 at 17:59, Krzysztof Kozlowski wrote: > > > > dtschema for pca95xx expects GPIO hogs to end with 'hog' prefix. > > This is a bit ugly. Do we have to go down this path? No, but please comment on schema (1/15 in this series). Best regards, Krzysztof