From: Rob Herring <robh@kernel.org>
To: "Mirela Rabulea (OSS)" <mirela.rabulea@oss.nxp.com>
Cc: devicetree@vger.kernel.org, robert.chiras@nxp.com,
linux-arm-kernel@lists.infradead.org, daniel.baluta@nxp.com,
hverkuil-cisco@xs4all.nl, peng.fan@nxp.com, aisheng.dong@nxp.com,
linux-kernel@vger.kernel.org, linux-imx@nxp.com,
s.hauer@pengutronix.de, Mirela Rabulea <mirela.rabulea@nxp.com>,
laurentiu.palcu@nxp.com, guoniu.zhou@nxp.com,
paul.kocialkowski@bootlin.com, mchehab@kernel.org,
robh+dt@kernel.org, linux-media@vger.kernel.org,
shawnguo@kernel.org, kernel@pengutronix.de,
ezequiel@collabora.com, p.zabel@pengutronix.de
Subject: Re: [PATCH v14 1/2] media: dt-bindings: imx-jpeg: Add compatible for i.MX8QM JPEG codec
Date: Mon, 12 Jul 2021 14:13:33 -0600 [thread overview]
Message-ID: <20210712201333.GA2411329@robh.at.kernel.org> (raw)
In-Reply-To: <20210619143611.17280-2-mirela.rabulea@oss.nxp.com>
On Sat, 19 Jun 2021 17:36:10 +0300, Mirela Rabulea (OSS) wrote:
> From: Mirela Rabulea <mirela.rabulea@nxp.com>
>
> Add two more compatibles: "nxp,imx8qm-jpgdec" and " nxp,imx8qm-jpgenc".
> Also update the compatible property to ensure mutually exclusive usage of
> encoder and decoder compatibles.
> Update examples.
>
> Signed-off-by: Mirela Rabulea <mirela.rabulea@nxp.com>
> ---
> Changes in v14:
> Address feedback from Aisheng Dong, do not use anyOf
>
> .../bindings/media/nxp,imx8-jpeg.yaml | 19 ++++++++++++-------
> 1 file changed, 12 insertions(+), 7 deletions(-)
>
Reviewed-by: Rob Herring <robh@kernel.org>
_______________________________________________
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: "Mirela Rabulea (OSS)" <mirela.rabulea@oss.nxp.com>
Cc: devicetree@vger.kernel.org, robert.chiras@nxp.com,
linux-arm-kernel@lists.infradead.org, daniel.baluta@nxp.com,
hverkuil-cisco@xs4all.nl, peng.fan@nxp.com, aisheng.dong@nxp.com,
linux-kernel@vger.kernel.org, linux-imx@nxp.com,
s.hauer@pengutronix.de, Mirela Rabulea <mirela.rabulea@nxp.com>,
laurentiu.palcu@nxp.com, guoniu.zhou@nxp.com,
paul.kocialkowski@bootlin.com, mchehab@kernel.org,
robh+dt@kernel.org, linux-media@vger.kernel.org,
shawnguo@kernel.org, kernel@pengutronix.de,
ezequiel@collabora.com, p.zabel@pengutronix.de
Subject: Re: [PATCH v14 1/2] media: dt-bindings: imx-jpeg: Add compatible for i.MX8QM JPEG codec
Date: Mon, 12 Jul 2021 14:13:33 -0600 [thread overview]
Message-ID: <20210712201333.GA2411329@robh.at.kernel.org> (raw)
In-Reply-To: <20210619143611.17280-2-mirela.rabulea@oss.nxp.com>
On Sat, 19 Jun 2021 17:36:10 +0300, Mirela Rabulea (OSS) wrote:
> From: Mirela Rabulea <mirela.rabulea@nxp.com>
>
> Add two more compatibles: "nxp,imx8qm-jpgdec" and " nxp,imx8qm-jpgenc".
> Also update the compatible property to ensure mutually exclusive usage of
> encoder and decoder compatibles.
> Update examples.
>
> Signed-off-by: Mirela Rabulea <mirela.rabulea@nxp.com>
> ---
> Changes in v14:
> Address feedback from Aisheng Dong, do not use anyOf
>
> .../bindings/media/nxp,imx8-jpeg.yaml | 19 ++++++++++++-------
> 1 file changed, 12 insertions(+), 7 deletions(-)
>
Reviewed-by: Rob Herring <robh@kernel.org>
next prev parent reply other threads:[~2021-07-12 20:15 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-19 14:36 [PATCH v14 0/2] Add dts and bindings update for i.MX8QM/QXP JPEG codec Mirela Rabulea (OSS)
2021-06-19 14:36 ` Mirela Rabulea (OSS)
2021-06-19 14:36 ` [PATCH v14 1/2] media: dt-bindings: imx-jpeg: Add compatible for i.MX8QM " Mirela Rabulea (OSS)
2021-06-19 14:36 ` Mirela Rabulea (OSS)
2021-06-21 3:46 ` Aisheng Dong
2021-06-21 3:46 ` Aisheng Dong
2021-07-12 20:13 ` Rob Herring [this message]
2021-07-12 20:13 ` Rob Herring
2021-06-19 14:36 ` [PATCH v14 2/2] arm64: dts: imx8: Add jpeg encoder/decoder nodes Mirela Rabulea (OSS)
2021-06-19 14:36 ` Mirela Rabulea (OSS)
2021-06-21 3:50 ` Aisheng Dong
2021-06-21 3:50 ` Aisheng Dong
2021-09-14 7:11 ` Hans Verkuil
2021-09-14 7:11 ` Hans Verkuil
2021-09-14 10:42 ` [EXT] " Mirela Rabulea
2021-09-14 10:42 ` Mirela Rabulea
2021-09-14 10:44 ` Hans Verkuil
2021-09-14 10:44 ` Hans Verkuil
2021-07-14 7:45 ` [PATCH v14 0/2] Add dts and bindings update for i.MX8QM/QXP JPEG codec Shawn Guo
2021-07-14 7:45 ` Shawn Guo
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=20210712201333.GA2411329@robh.at.kernel.org \
--to=robh@kernel.org \
--cc=aisheng.dong@nxp.com \
--cc=daniel.baluta@nxp.com \
--cc=devicetree@vger.kernel.org \
--cc=ezequiel@collabora.com \
--cc=guoniu.zhou@nxp.com \
--cc=hverkuil-cisco@xs4all.nl \
--cc=kernel@pengutronix.de \
--cc=laurentiu.palcu@nxp.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-imx@nxp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@kernel.org \
--cc=mirela.rabulea@nxp.com \
--cc=mirela.rabulea@oss.nxp.com \
--cc=p.zabel@pengutronix.de \
--cc=paul.kocialkowski@bootlin.com \
--cc=peng.fan@nxp.com \
--cc=robert.chiras@nxp.com \
--cc=robh+dt@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@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 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.