From: Rob Herring <robh@kernel.org>
To: Ivan Bornyakov <i.bornyakov@metrotek.ru>
Cc: system@metrotek.ru, shawnguo@kernel.org, s.hauer@pengutronix.de,
kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org
Subject: Re: [PATCH v2 2/2] dt-bindings: bus: imx-weim: add words about continuous bclk
Date: Wed, 1 Dec 2021 16:17:58 -0600 [thread overview]
Message-ID: <Yaf0lvD3H5ylZY8d@robh.at.kernel.org> (raw)
In-Reply-To: <20211124175542.2772-3-i.bornyakov@metrotek.ru>
On Wed, Nov 24, 2021 at 08:55:42PM +0300, Ivan Bornyakov wrote:
> Document continuous Burst Clock option. With this option Burst Clock, if
> enabled, will output continuous clock, otherwise Burst Clock will output
> clock only when necessary.
Missing S-o-b. checkpatch.pl will tell you this.
> ---
> Documentation/devicetree/bindings/bus/imx-weim.txt | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/bus/imx-weim.txt b/Documentation/devicetree/bindings/bus/imx-weim.txt
> index 1b1d1c5c21ea..e7f502070d77 100644
> --- a/Documentation/devicetree/bindings/bus/imx-weim.txt
> +++ b/Documentation/devicetree/bindings/bus/imx-weim.txt
> @@ -48,6 +48,11 @@ Optional properties:
> devices, the presence of this property indicates that
> the weim bus should operate in Burst Clock Mode.
>
> + - fsl,continuous-burst-clk Make Burst Clock to output continuous clock.
> + Without this option Burst Clock will output clock
> + only when necessary. This takes effect only if
> + "fsl,burst-clk-enable" is set.
> +
> Timing property for child nodes. It is mandatory, not optional.
>
> - fsl,weim-cs-timing: The timing array, contains timing values for the
> --
> 2.32.0
>
>
>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Ivan Bornyakov <i.bornyakov@metrotek.ru>
Cc: system@metrotek.ru, shawnguo@kernel.org, s.hauer@pengutronix.de,
kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org
Subject: Re: [PATCH v2 2/2] dt-bindings: bus: imx-weim: add words about continuous bclk
Date: Wed, 1 Dec 2021 16:17:58 -0600 [thread overview]
Message-ID: <Yaf0lvD3H5ylZY8d@robh.at.kernel.org> (raw)
In-Reply-To: <20211124175542.2772-3-i.bornyakov@metrotek.ru>
On Wed, Nov 24, 2021 at 08:55:42PM +0300, Ivan Bornyakov wrote:
> Document continuous Burst Clock option. With this option Burst Clock, if
> enabled, will output continuous clock, otherwise Burst Clock will output
> clock only when necessary.
Missing S-o-b. checkpatch.pl will tell you this.
> ---
> Documentation/devicetree/bindings/bus/imx-weim.txt | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/bus/imx-weim.txt b/Documentation/devicetree/bindings/bus/imx-weim.txt
> index 1b1d1c5c21ea..e7f502070d77 100644
> --- a/Documentation/devicetree/bindings/bus/imx-weim.txt
> +++ b/Documentation/devicetree/bindings/bus/imx-weim.txt
> @@ -48,6 +48,11 @@ Optional properties:
> devices, the presence of this property indicates that
> the weim bus should operate in Burst Clock Mode.
>
> + - fsl,continuous-burst-clk Make Burst Clock to output continuous clock.
> + Without this option Burst Clock will output clock
> + only when necessary. This takes effect only if
> + "fsl,burst-clk-enable" is set.
> +
> Timing property for child nodes. It is mandatory, not optional.
>
> - fsl,weim-cs-timing: The timing array, contains timing values for the
> --
> 2.32.0
>
>
>
next prev parent reply other threads:[~2021-12-01 22:19 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-24 17:55 [PATCH v2 0/2] bus: imx-weim: optionally enable continuous burst clock Ivan Bornyakov
2021-11-24 17:55 ` Ivan Bornyakov
2021-11-24 17:55 ` [PATCH v2 1/2] " Ivan Bornyakov
2021-11-24 17:55 ` Ivan Bornyakov
2021-12-11 11:04 ` Fabio Estevam
2021-12-11 11:04 ` Fabio Estevam
2021-11-24 17:55 ` [PATCH v2 2/2] dt-bindings: bus: imx-weim: add words about continuous bclk Ivan Bornyakov
2021-11-24 17:55 ` Ivan Bornyakov
2021-12-01 22:17 ` Rob Herring [this message]
2021-12-01 22:17 ` Rob Herring
2021-12-01 10:25 ` [PATCH v2 0/2] bus: imx-weim: optionally enable continuous burst clock Ivan Bornyakov
2021-12-01 10:25 ` Ivan Bornyakov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Yaf0lvD3H5ylZY8d@robh.at.kernel.org \
--to=robh@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=i.bornyakov@metrotek.ru \
--cc=kernel@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-imx@nxp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@kernel.org \
--cc=system@metrotek.ru \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.