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 C4A6EC388F9 for ; Tue, 27 Oct 2020 19:45:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 53F712222C for ; Tue, 27 Oct 2020 19:45:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603827947; bh=5LjRjem2QXaBoOJgFxYZQ3h0kkMCmXPHhP9XF9aj7lA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=AbYw6ckUC/oq+dDyUM8RK4hBnR1l1Kte4s9BwhmfPRlMyNnRMfMh/nxoLHQaO12+f neYwmKTeJd0Upj/F3VPN4AmzBdbBhzmyg4vlg8TwUpwgb91zzTzu38H2tKxyvhM/sQ GGqk8NkHROHwWezvIUilmFxDKAF6nVqFQETJMpIM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1830483AbgJ0Tpn convert rfc822-to-8bit (ORCPT ); Tue, 27 Oct 2020 15:45:43 -0400 Received: from mail-ed1-f67.google.com ([209.85.208.67]:37443 "EHLO mail-ed1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S372241AbgJ0TpD (ORCPT ); Tue, 27 Oct 2020 15:45:03 -0400 Received: by mail-ed1-f67.google.com with SMTP id o18so2711118edq.4; Tue, 27 Oct 2020 12:45:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=UXr3lQx2eUfq+7HOUXuSZyZipQWceSUVylQzeIR2XHY=; b=k2bp+zUNx3D42YVNTRuRKULdR6PxzohVwvXlprjLA8zzXvBIuU1gkU+BiOfCgTp17y MmLOiuO8Dj+jMngFlL58uNZTfUR4BPGHqnFpVdnXIDKrFtAdCfHsZEDFtx9XHHup+lTO iBXXJO4HvuKX9KntZjMIbfzrZIBKdgpq3o88FlDiCiSNtuIiCfnh+oLN73WBeYXRWpQE /mimuwnfu73qilolMc6QILZd2Od9IH/k8Is1HrxdXr80aIjB0Tfxt2xHtfnjdF528j9o EzATmXGalZ9f4ywvEdjw+tShWOKgOKhBuOor9V65y/jaVmO0CJU3JeCqllsyOv3EoK5K WgKQ== X-Gm-Message-State: AOAM5334bEY71tkCMWPhXXmw7Imr1p9Mb0LfoCjMHpa44PQ3EhGznL9X 31LeNaTd6DPOg7JiwLiZFjs= X-Google-Smtp-Source: ABdhPJwaxWnGgOULlhmBmWWDlDdWjWRSKpmgBSzdn7UsD1QIbybKhpRsl5k1KJK25+ecpRYHlVMGNQ== X-Received: by 2002:a05:6402:187:: with SMTP id r7mr3826580edv.360.1603827901570; Tue, 27 Oct 2020 12:45:01 -0700 (PDT) Received: from kozik-lap ([194.230.155.184]) by smtp.googlemail.com with ESMTPSA id bx24sm1609885ejb.51.2020.10.27.12.44.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 27 Oct 2020 12:44:59 -0700 (PDT) Date: Tue, 27 Oct 2020 20:44:57 +0100 From: Krzysztof Kozlowski To: Dmitry Osipenko Cc: Thierry Reding , Jonathan Hunter , Georgi Djakov , Rob Herring , Michael Turquette , Stephen Boyd , Peter De Schrijver , MyungJoo Ham , Kyungmin Park , Chanwoo Choi , Mikko Perttunen , Viresh Kumar , Peter Geis , Nicolas Chauvet , linux-tegra@vger.kernel.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org Subject: Re: [PATCH v6 08/52] dt-bindings: memory: tegra20: emc: Document mfd-simple compatible and statistics sub-device Message-ID: <20201027194457.GD140636@kozik-lap> References: <20201025221735.3062-1-digetx@gmail.com> <20201025221735.3062-9-digetx@gmail.com> <20201027090212.GG4244@kozik-lap> <1cce314a-1eab-61c9-099d-54f987b03761@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8BIT In-Reply-To: <1cce314a-1eab-61c9-099d-54f987b03761@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org On Tue, Oct 27, 2020 at 10:22:19PM +0300, Dmitry Osipenko wrote: > 27.10.2020 12:02, Krzysztof Kozlowski пишет: > >> @@ -31,17 +32,34 @@ Example: > >> ... > >> }; > >> > >> + emc_bw_dfs_opp_table: emc_opp_table1 { > > Hyphens for node name. > > We already use underscores for the Tegra CPU OPP table. > > https://elixir.bootlin.com/linux/v5.10-rc1/source/arch/arm/boot/dts/tegra20-cpu-opp.dtsi#L4 > > What makes you think that hyphens will be a better choice? Is it a > documented naming convention? Unfortunately that's the source of confusion also for me because Devicetree spec mentions both of them (and does not specify preferences). The choice of dashes/hyphens comes now explicitly from all dtschema files. Previously, the documentation were emails from Rob. :) Best regards, Krzysztof 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.0 required=3.0 tests=BAYES_00,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 4D282C4363A for ; Tue, 27 Oct 2020 19:45:05 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id DC6AF21D7B for ; Tue, 27 Oct 2020 19:45:04 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DC6AF21D7B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id D26716E081; Tue, 27 Oct 2020 19:45:03 +0000 (UTC) Received: from mail-ed1-f68.google.com (mail-ed1-f68.google.com [209.85.208.68]) by gabe.freedesktop.org (Postfix) with ESMTPS id F15E26E081 for ; Tue, 27 Oct 2020 19:45:02 +0000 (UTC) Received: by mail-ed1-f68.google.com with SMTP id v19so2687528edx.9 for ; Tue, 27 Oct 2020 12:45:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=UXr3lQx2eUfq+7HOUXuSZyZipQWceSUVylQzeIR2XHY=; b=g5wVkv2tm5SqM9klllZJsHlTPGrryDittWfmg/IC58N1ug4ChXbNSaphZkW7dhXrwT GR1TkSXnc9+fZ/bmJmRgb2RVjcRlCgAiziiOm7h5YhjFq5vL1KadlVmsKBXD+8P7U1AT 8FOcMbgtRlAuj56CWEFoyw1ovXbtyiFUPG2Rp5RuRrpS6lxETAImtIcM5g8Tkub7yRLo Gkq+7z2fYg/YlOHN7FuGBfpEqknb30yYu1i/aWoInZ0Qlfs6IHz8iTqB8WxTSKNaSoII +9dzLpVf3TLLy2mZQH7zpcy+QcrC1uljAZzAQXfo/L1osoUCEvrSYTIHps8fkS61iyRz ngDw== X-Gm-Message-State: AOAM533vrkkY4nN8VhdKiwO69N14p/Bml6tcQRDsUupfY0WcORzcUX/o +kRjpE/lJovpoLgqc4xDPAo= X-Google-Smtp-Source: ABdhPJwaxWnGgOULlhmBmWWDlDdWjWRSKpmgBSzdn7UsD1QIbybKhpRsl5k1KJK25+ecpRYHlVMGNQ== X-Received: by 2002:a05:6402:187:: with SMTP id r7mr3826580edv.360.1603827901570; Tue, 27 Oct 2020 12:45:01 -0700 (PDT) Received: from kozik-lap ([194.230.155.184]) by smtp.googlemail.com with ESMTPSA id bx24sm1609885ejb.51.2020.10.27.12.44.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 27 Oct 2020 12:44:59 -0700 (PDT) Date: Tue, 27 Oct 2020 20:44:57 +0100 From: Krzysztof Kozlowski To: Dmitry Osipenko Subject: Re: [PATCH v6 08/52] dt-bindings: memory: tegra20: emc: Document mfd-simple compatible and statistics sub-device Message-ID: <20201027194457.GD140636@kozik-lap> References: <20201025221735.3062-1-digetx@gmail.com> <20201025221735.3062-9-digetx@gmail.com> <20201027090212.GG4244@kozik-lap> <1cce314a-1eab-61c9-099d-54f987b03761@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1cce314a-1eab-61c9-099d-54f987b03761@gmail.com> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Peter De Schrijver , Mikko Perttunen , dri-devel@lists.freedesktop.org, Nicolas Chauvet , Stephen Boyd , Viresh Kumar , Michael Turquette , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Rob Herring , Jonathan Hunter , Chanwoo Choi , Kyungmin Park , Thierry Reding , MyungJoo Ham , Peter Geis , linux-tegra@vger.kernel.org, Georgi Djakov , devicetree@vger.kernel.org Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" T24gVHVlLCBPY3QgMjcsIDIwMjAgYXQgMTA6MjI6MTlQTSArMDMwMCwgRG1pdHJ5IE9zaXBlbmtv IHdyb3RlOgo+IDI3LjEwLjIwMjAgMTI6MDIsIEtyenlzenRvZiBLb3psb3dza2kg0L/QuNGI0LXR gjoKPiA+PiBAQCAtMzEsMTcgKzMyLDM0IEBAIEV4YW1wbGU6Cj4gPj4gIAkJLi4uCj4gPj4gIAl9 Owo+ID4+ICAKPiA+PiArCWVtY19id19kZnNfb3BwX3RhYmxlOiBlbWNfb3BwX3RhYmxlMSB7Cj4g PiBIeXBoZW5zIGZvciBub2RlIG5hbWUuCj4gCj4gV2UgYWxyZWFkeSB1c2UgdW5kZXJzY29yZXMg Zm9yIHRoZSBUZWdyYSBDUFUgT1BQIHRhYmxlLgo+IAo+IGh0dHBzOi8vZWxpeGlyLmJvb3RsaW4u Y29tL2xpbnV4L3Y1LjEwLXJjMS9zb3VyY2UvYXJjaC9hcm0vYm9vdC9kdHMvdGVncmEyMC1jcHUt b3BwLmR0c2kjTDQKPiAKPiBXaGF0IG1ha2VzIHlvdSB0aGluayB0aGF0IGh5cGhlbnMgd2lsbCBi ZSBhIGJldHRlciBjaG9pY2U/IElzIGl0IGEKPiBkb2N1bWVudGVkIG5hbWluZyBjb252ZW50aW9u PwoKVW5mb3J0dW5hdGVseSB0aGF0J3MgdGhlIHNvdXJjZSBvZiBjb25mdXNpb24gYWxzbyBmb3Ig bWUgYmVjYXVzZQpEZXZpY2V0cmVlIHNwZWMgbWVudGlvbnMgYm90aCBvZiB0aGVtIChhbmQgZG9l cyBub3Qgc3BlY2lmeSBwcmVmZXJlbmNlcykuCgpUaGUgY2hvaWNlIG9mIGRhc2hlcy9oeXBoZW5z IGNvbWVzIG5vdyBleHBsaWNpdGx5IGZyb20gYWxsIGR0c2NoZW1hCmZpbGVzLiAgUHJldmlvdXNs eSwgdGhlIGRvY3VtZW50YXRpb24gd2VyZSBlbWFpbHMgZnJvbSBSb2IuIDopCgpCZXN0IHJlZ2Fy ZHMsCktyenlzenRvZgoKX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX18KZHJpLWRldmVsIG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Au b3JnCmh0dHBzOi8vbGlzdHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRl dmVsCg==