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 C5E8EC433F5 for ; Sun, 27 Mar 2022 19:12:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236453AbiC0TN5 (ORCPT ); Sun, 27 Mar 2022 15:13:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33146 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231214AbiC0TN4 (ORCPT ); Sun, 27 Mar 2022 15:13:56 -0400 Received: from mail-wm1-f42.google.com (mail-wm1-f42.google.com [209.85.128.42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 26F29340C9; Sun, 27 Mar 2022 12:12:17 -0700 (PDT) Received: by mail-wm1-f42.google.com with SMTP id r7so7179004wmq.2; Sun, 27 Mar 2022 12:12:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=n3bwU1bJAcV9BPDZv4hrQrplN/wyo06SzBsnNMfVQPU=; b=uFq9MJakfOUviQ5j8xW2sseZUm+EzUtRxnaz9uIBs1AoK+zHb8JMDHFhUrT/2jYLPU pRKvT4yyIhWeWcx6S5cv32K4qnTBj4H3U9AFyou97KEImD6rDgP+RdtL6CaLM+hzZYcg rW34+X0hbwAFMN0YZRP8MsqlubQQIaPjKm6RA1toAm8plATIyKsrJZEplxv6FuqYgGCP ggbpuZ/WX3Zq2hLqwaOEH7rzXyacaabC4zJd5mpWk4bHOrpez1MKzN3Dg9acyTjQ1UG8 gQpaPwc8Svo+fZ5qeDfzq4YSuSFpmVV7DumI95/76PS2Img49mcHo+Akxm/IXATx8FE/ tKKw== X-Gm-Message-State: AOAM530FuHPPz2G5AZgT/D5SonRGA7CmdQaKYt88OwBHwKxbcocgSuaO SVkD8doLohLroR+GzNuMKJA= X-Google-Smtp-Source: ABdhPJxyiNqZfifLY42W3G4xiGzRnBg+OY+Fe6c4P7ZzawiMiaTLtqZorCZiFKuNaPPkLqbTbOISYw== X-Received: by 2002:a7b:c5cd:0:b0:38c:8b1b:d220 with SMTP id n13-20020a7bc5cd000000b0038c8b1bd220mr20639807wmk.118.1648408335713; Sun, 27 Mar 2022 12:12:15 -0700 (PDT) Received: from [192.168.0.162] (xdsl-188-155-201-27.adslplus.ch. [188.155.201.27]) by smtp.googlemail.com with ESMTPSA id j8-20020a05600c404800b0038cc9c7670bsm9776860wmm.3.2022.03.27.12.12.13 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 27 Mar 2022 12:12:14 -0700 (PDT) Message-ID: <84c2886e-1a75-1c65-4eb4-737588fcd497@kernel.org> Date: Sun, 27 Mar 2022 21:12:13 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Subject: Re: [PATCH v1 04/12] dt-bindings: clock: imx: Add documentation for i.MXRT1170 clock Content-Language: en-US To: Jesse Taube , linux-imx@nxp.com Cc: robh+dt@kernel.org, mturquette@baylibre.com, sboyd@kernel.org, shawnguo@kernel.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, aisheng.dong@nxp.com, stefan@agner.ch, linus.walleij@linaro.org, daniel.lezcano@linaro.org, tglx@linutronix.de, arnd@arndb.de, olof@lixom.net, soc@kernel.org, linux@armlinux.org.uk, abel.vesa@nxp.com, dev@lynxeye.de, marcel.ziswiler@toradex.com, tharvey@gateworks.com, leoyang.li@nxp.com, sebastian.reichel@collabora.com, cniedermaier@dh-electronics.com, clin@suse.com, giulio.benetti@benettiengineering.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org References: <20220326144313.673549-1-Mr.Bossman075@gmail.com> <20220326144313.673549-5-Mr.Bossman075@gmail.com> From: Krzysztof Kozlowski In-Reply-To: <20220326144313.673549-5-Mr.Bossman075@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On 26/03/2022 15:43, Jesse Taube wrote: > Add DT binding documentation for i.MXRT1170 clock driver. > > Cc: Giulio Benetti > Signed-off-by: Jesse Taube > --- > .../bindings/clock/imxrt1170-clock.yaml | 59 +++++++++++++++++++ > 1 file changed, 59 insertions(+) > create mode 100644 Documentation/devicetree/bindings/clock/imxrt1170-clock.yaml Missing vendor prefix in file name. Add "fsl," > > diff --git a/Documentation/devicetree/bindings/clock/imxrt1170-clock.yaml b/Documentation/devicetree/bindings/clock/imxrt1170-clock.yaml > new file mode 100644 > index 000000000000..ca0f9ba8b3da > --- /dev/null > +++ b/Documentation/devicetree/bindings/clock/imxrt1170-clock.yaml > @@ -0,0 +1,59 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/clock/imxrt1170-clock.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Clock bindings for Freescale i.MXRT Really wrong name. This is name of hardware, not "bindings". It's not for every i.MXRT, is it? Just like you did in patch #3, so this could be: Freescale i.MXRT1170 Clock Controller 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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id AF34EC433F5 for ; Sun, 27 Mar 2022 19:13:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=JwsjX4d6+r7ZA++Fhf4OKQslMhJzBiOxeUXHu8S37f4=; b=UBZtpPOlnTlXjp ZARtA9oGgtgxp5mJVL/WvgblUwmQSu9095y05KwqE9QIr50f7cs0YefGc5ikkkAaEmjOoWg7pvrSo OR2lDhGurC3M/jSNg9poh/9OZaP2wYv3OF4txbPg5QAC4nwyaSqGdktkqUFntBI/WY/opT5gp29VD S5nfKY3XKX+fPrnhoHBXwBDA9aaDw8TE7aUEG+R7ro2kxvhAkqu8u+41AeoyJgtJ94u7f9AfSSCvb NjbaKhdAIOHBm9kT2fRlD80525QNUlEqWoKdAqDIdAHpfDw9yJYh3bC7I2QhLUsKOcthRJ3pOqtg/ 98ORllBQQHiub9Qm+HKg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nYYJJ-005xMz-N1; Sun, 27 Mar 2022 19:12:21 +0000 Received: from mail-wm1-f42.google.com ([209.85.128.42]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nYYJF-005xL4-Gn for linux-arm-kernel@lists.infradead.org; Sun, 27 Mar 2022 19:12:19 +0000 Received: by mail-wm1-f42.google.com with SMTP id q20so7191651wmq.1 for ; Sun, 27 Mar 2022 12:12:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=n3bwU1bJAcV9BPDZv4hrQrplN/wyo06SzBsnNMfVQPU=; b=4qE4P9KhNvmlZt2ktgjZtxXTjrZokEgAchCnPAQErQiK9Ebo1fEqPPB4ZJ+ycMgG3K E1YcJyIU/6OZolyR4+GxT5o5OMafA7tpWzG9dO8Ix2zyZAGAT/Kdd7OJO8+hfcWRtDjP 4NpoCOr6XpxIrYf90ExSKbc/zBDhFvvKw1DVDMZLgrYC14jI1DI17+juKZaSANAkEPWN UBytFemop5C6JnB5R2ljHTr1CwAtx9iUlU6FueERLijqpOsWeMXwanVS5l9yjxxnwfh/ uFSQEjpdg21M4OebPNK0+j90U+SnBbzZevEqp0dC3/CgiVxVzMHEgsV2yMUWaToPMuvF kvKQ== X-Gm-Message-State: AOAM530sZX2mZsGkeR6TSbApDQiXPlMXjmLNvhMP4SK0kjxRiTiDRx4L cvJlVdoCsUB0JnLLAnSv8Ow= X-Google-Smtp-Source: ABdhPJxyiNqZfifLY42W3G4xiGzRnBg+OY+Fe6c4P7ZzawiMiaTLtqZorCZiFKuNaPPkLqbTbOISYw== X-Received: by 2002:a7b:c5cd:0:b0:38c:8b1b:d220 with SMTP id n13-20020a7bc5cd000000b0038c8b1bd220mr20639807wmk.118.1648408335713; Sun, 27 Mar 2022 12:12:15 -0700 (PDT) Received: from [192.168.0.162] (xdsl-188-155-201-27.adslplus.ch. [188.155.201.27]) by smtp.googlemail.com with ESMTPSA id j8-20020a05600c404800b0038cc9c7670bsm9776860wmm.3.2022.03.27.12.12.13 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 27 Mar 2022 12:12:14 -0700 (PDT) Message-ID: <84c2886e-1a75-1c65-4eb4-737588fcd497@kernel.org> Date: Sun, 27 Mar 2022 21:12:13 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Subject: Re: [PATCH v1 04/12] dt-bindings: clock: imx: Add documentation for i.MXRT1170 clock Content-Language: en-US To: Jesse Taube , linux-imx@nxp.com Cc: robh+dt@kernel.org, mturquette@baylibre.com, sboyd@kernel.org, shawnguo@kernel.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, aisheng.dong@nxp.com, stefan@agner.ch, linus.walleij@linaro.org, daniel.lezcano@linaro.org, tglx@linutronix.de, arnd@arndb.de, olof@lixom.net, soc@kernel.org, linux@armlinux.org.uk, abel.vesa@nxp.com, dev@lynxeye.de, marcel.ziswiler@toradex.com, tharvey@gateworks.com, leoyang.li@nxp.com, sebastian.reichel@collabora.com, cniedermaier@dh-electronics.com, clin@suse.com, giulio.benetti@benettiengineering.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org References: <20220326144313.673549-1-Mr.Bossman075@gmail.com> <20220326144313.673549-5-Mr.Bossman075@gmail.com> From: Krzysztof Kozlowski In-Reply-To: <20220326144313.673549-5-Mr.Bossman075@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220327_121217_592594_AB551EA1 X-CRM114-Status: GOOD ( 14.07 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 26/03/2022 15:43, Jesse Taube wrote: > Add DT binding documentation for i.MXRT1170 clock driver. > > Cc: Giulio Benetti > Signed-off-by: Jesse Taube > --- > .../bindings/clock/imxrt1170-clock.yaml | 59 +++++++++++++++++++ > 1 file changed, 59 insertions(+) > create mode 100644 Documentation/devicetree/bindings/clock/imxrt1170-clock.yaml Missing vendor prefix in file name. Add "fsl," > > diff --git a/Documentation/devicetree/bindings/clock/imxrt1170-clock.yaml b/Documentation/devicetree/bindings/clock/imxrt1170-clock.yaml > new file mode 100644 > index 000000000000..ca0f9ba8b3da > --- /dev/null > +++ b/Documentation/devicetree/bindings/clock/imxrt1170-clock.yaml > @@ -0,0 +1,59 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/clock/imxrt1170-clock.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Clock bindings for Freescale i.MXRT Really wrong name. This is name of hardware, not "bindings". It's not for every i.MXRT, is it? Just like you did in patch #3, so this could be: Freescale i.MXRT1170 Clock Controller Best regards, Krzysztof _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel