public inbox for dmaengine@vger.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Joy Zou <joy.zou@nxp.com>
Cc: shengjiu.wang@nxp.com, festevam@gmail.com,
	s.hauer@pengutronix.de, shawnguo@kernel.org, dev@lynxeye.de,
	devicetree@vger.kernel.org, krzysztof.kozlowski+dt@linaro.org,
	kernel@pengutronix.de, martink@posteo.de, vkoul@kernel.org,
	linux-arm-kernel@lists.infradead.org,
	alexander.stein@ew.tq-group.com, robh+dt@kernel.org,
	linux-kernel@vger.kernel.org, david@ixit.cz, linux-imx@nxp.com,
	hongxing.zhu@nxp.com, aford173@gmail.com, peng.fan@nxp.com,
	dmaengine@vger.kernel.org
Subject: Re: [PATCH v9 1/2] dt-bindings: fsl-imx-sdma: Convert imx sdma to DT schema
Date: Wed, 2 Nov 2022 10:58:24 -0500	[thread overview]
Message-ID: <166740470387.3969545.8351119964620233012.robh@kernel.org> (raw)
In-Reply-To: <20221031105028.598502-2-joy.zou@nxp.com>


On Mon, 31 Oct 2022 18:50:27 +0800, Joy Zou wrote:
> Convert the i.MX SDMA binding to DT schema format using json-schema.
> 
> The compatibles fsl,imx31-to1-sdma, fsl,imx31-to2-sdma, fsl,imx35-to1-sdma
> and fsl,imx35-to2-sdma are not used. So need to delete it. The compatibles
> fsl,imx50-sdma, fsl,imx6sll-sdma and fsl,imx6sl-sdma are added. The
> original binding don't list all compatible used.
> 
> In addition, add new peripheral types HDMI Audio.
> 
> Signed-off-by: Joy Zou <joy.zou@nxp.com>
> ---
> Changes in v9:
> add the dma-common quotes.
> delete the dma-controller quotes.
> 
> Changes in v8:
> add the dma-controller quotes.
> delete #dma-cells in required.
> 
> Changes in v6:
> delete tag Acked-by from commit message.
> 
> Changes in v5:
> modify the commit message fromat.
> add additionalProperties, because delete the quotes in patch v4.
> delete unevaluatedProperties due to similar to additionalProperties.
> modification fsl,sdma-event-remap items and description.
> 
> Changes in v4:
> modify the commit message.
> delete the quotes in patch.
> modify the compatible in patch.
> delete maxitems and add items for clock-names property.
> add iram property.
> 
> Changes in v3:
> modify the commit message.
> modify the filename.
> modify the maintainer.
> delete the unnecessary comment.
> modify the compatible and run dt_binding_check and dtbs_check.
> add clocks and clock-names property.
> delete the reg description and add maxItems.
> delete the interrupts description and add maxItems.
> add ref for gpr property.
> modify the fsl,sdma-event-remap ref type and add items.
> delete consumer example.
> 
> Changes in v2:
> convert imx sdma bindings to DT schema.
> ---
>  .../devicetree/bindings/dma/fsl,imx-sdma.yaml | 149 ++++++++++++++++++
>  .../devicetree/bindings/dma/fsl-imx-sdma.txt  | 118 --------------
>  2 files changed, 149 insertions(+), 118 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/dma/fsl,imx-sdma.yaml
>  delete mode 100644 Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt
> 

Reviewed-by: Rob Herring <robh@kernel.org>

  reply	other threads:[~2022-11-02 15:58 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-31 10:50 [PATCH v9 0/2] dmaengine: sdma support hdmi audio Joy Zou
2022-10-31 10:50 ` [PATCH v9 1/2] dt-bindings: fsl-imx-sdma: Convert imx sdma to DT schema Joy Zou
2022-11-02 15:58   ` Rob Herring [this message]
2022-11-03 13:53   ` Krzysztof Kozlowski
2022-11-04  5:10     ` [EXT] " Joy Zou
2022-11-04 13:02       ` Krzysztof Kozlowski
2022-10-31 10:50 ` [PATCH v9 2/2] dmaengine: imx-sdma: support hdmi in sdma Joy Zou

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=166740470387.3969545.8351119964620233012.robh@kernel.org \
    --to=robh@kernel.org \
    --cc=aford173@gmail.com \
    --cc=alexander.stein@ew.tq-group.com \
    --cc=david@ixit.cz \
    --cc=dev@lynxeye.de \
    --cc=devicetree@vger.kernel.org \
    --cc=dmaengine@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=hongxing.zhu@nxp.com \
    --cc=joy.zou@nxp.com \
    --cc=kernel@pengutronix.de \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=martink@posteo.de \
    --cc=peng.fan@nxp.com \
    --cc=robh+dt@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    --cc=shengjiu.wang@nxp.com \
    --cc=vkoul@kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox