All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Cc: robdclark@gmail.com, sean@poorly.run, airlied@linux.ie,
	daniel@ffwll.ch, dt@kernel.org, linux-arm-msm@vger.kernel.org,
	dri-devel@lists.freedesktop.org, freedreno@lists.freedesktop.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	rdunlap@infradead.org
Subject: Re: [PATCH] dt-bindings: msm: Couple of spelling fixes
Date: Wed, 24 Mar 2021 13:58:24 -0600	[thread overview]
Message-ID: <20210324195824.GA3523377@robh.at.kernel.org> (raw)
In-Reply-To: <20210320192553.29922-1-unixbhaskar@gmail.com>

On Sun, Mar 21, 2021 at 12:55:53AM +0530, Bhaskar Chowdhury wrote:
> 
> s/Subsytem/Subsystem/
> s/contoller/controller/

Rather than worry about trivial fixes, please convert .txt bindings to 
DT schema instead.

> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
>  Documentation/devicetree/bindings/display/msm/dpu.txt | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/display/msm/dpu.txt b/Documentation/devicetree/bindings/display/msm/dpu.txt
> index 551ae26f60da..586e6eac5b08 100644
> --- a/Documentation/devicetree/bindings/display/msm/dpu.txt
> +++ b/Documentation/devicetree/bindings/display/msm/dpu.txt
> @@ -2,14 +2,14 @@ Qualcomm Technologies, Inc. DPU KMS
> 
>  Description:
> 
> -Device tree bindings for MSM Mobile Display Subsytem(MDSS) that encapsulates
> +Device tree bindings for MSM Mobile Display Subsystem(MDSS) that encapsulates
>  sub-blocks like DPU display controller, DSI and DP interfaces etc.
>  The DPU display controller is found in SDM845 SoC.
> 
>  MDSS:
>  Required properties:
>  - compatible:  "qcom,sdm845-mdss", "qcom,sc7180-mdss"
> -- reg: physical base address and length of contoller's registers.
> +- reg: physical base address and length of controller's registers.
>  - reg-names: register region names. The following region is required:
>    * "mdss"
>  - power-domains: a power domain consumer specifier according to
> --
> 2.26.2
> 

WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Cc: freedreno@lists.freedesktop.org, devicetree@vger.kernel.org,
	airlied@linux.ie, linux-arm-msm@vger.kernel.org,
	rdunlap@infradead.org, linux-kernel@vger.kernel.org,
	dri-devel@lists.freedesktop.org, dt@kernel.org, sean@poorly.run
Subject: Re: [PATCH] dt-bindings: msm: Couple of spelling fixes
Date: Wed, 24 Mar 2021 13:58:24 -0600	[thread overview]
Message-ID: <20210324195824.GA3523377@robh.at.kernel.org> (raw)
In-Reply-To: <20210320192553.29922-1-unixbhaskar@gmail.com>

On Sun, Mar 21, 2021 at 12:55:53AM +0530, Bhaskar Chowdhury wrote:
> 
> s/Subsytem/Subsystem/
> s/contoller/controller/

Rather than worry about trivial fixes, please convert .txt bindings to 
DT schema instead.

> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
>  Documentation/devicetree/bindings/display/msm/dpu.txt | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/display/msm/dpu.txt b/Documentation/devicetree/bindings/display/msm/dpu.txt
> index 551ae26f60da..586e6eac5b08 100644
> --- a/Documentation/devicetree/bindings/display/msm/dpu.txt
> +++ b/Documentation/devicetree/bindings/display/msm/dpu.txt
> @@ -2,14 +2,14 @@ Qualcomm Technologies, Inc. DPU KMS
> 
>  Description:
> 
> -Device tree bindings for MSM Mobile Display Subsytem(MDSS) that encapsulates
> +Device tree bindings for MSM Mobile Display Subsystem(MDSS) that encapsulates
>  sub-blocks like DPU display controller, DSI and DP interfaces etc.
>  The DPU display controller is found in SDM845 SoC.
> 
>  MDSS:
>  Required properties:
>  - compatible:  "qcom,sdm845-mdss", "qcom,sc7180-mdss"
> -- reg: physical base address and length of contoller's registers.
> +- reg: physical base address and length of controller's registers.
>  - reg-names: register region names. The following region is required:
>    * "mdss"
>  - power-domains: a power domain consumer specifier according to
> --
> 2.26.2
> 
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

  reply	other threads:[~2021-03-24 19:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-20 19:25 [PATCH] dt-bindings: msm: Couple of spelling fixes Bhaskar Chowdhury
2021-03-20 19:25 ` Bhaskar Chowdhury
2021-03-24 19:58 ` Rob Herring [this message]
2021-03-24 19:58   ` Rob Herring
2021-03-24 19:58 ` Rob Herring
2021-03-24 19:58   ` Rob Herring

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=20210324195824.GA3523377@robh.at.kernel.org \
    --to=robh@kernel.org \
    --cc=airlied@linux.ie \
    --cc=daniel@ffwll.ch \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=dt@kernel.org \
    --cc=freedreno@lists.freedesktop.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rdunlap@infradead.org \
    --cc=robdclark@gmail.com \
    --cc=sean@poorly.run \
    --cc=unixbhaskar@gmail.com \
    /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.