From: Jason-JH Lin <jason-jh.lin@mediatek.com>
To: Rob Herring <robh+dt@kernel.org>,
Chun-Kuang Hu <chunkuang.hu@kernel.org>
Cc: David Airlie <airlied@linux.ie>,
singo.chang@mediatek.com,
Alexandre Torgue <alexandre.torgue@foss.st.com>,
Fabien Parent <fparent@baylibre.com>,
"moderated list:ARM/STM32 ARCHITECTURE"
<linux-stm32@st-md-mailman.stormreply.com>,
"roy-cw.yeh" <roy-cw.yeh@mediatek.com>,
CK Hu <ck.hu@mediatek.com>, DTML <devicetree@vger.kernel.org>,
Jitao shi <jitao.shi@mediatek.com>,
Maxime Coquelin <mcoquelin.stm32@gmail.com>,
Nancy Lin <nancy.lin@mediatek.com>,
"moderated list:ARM/Mediatek SoC support"
<linux-mediatek@lists.infradead.org>,
Hsin-Yi Wang <hsinyi@chromium.org>,
Matthias Brugger <matthias.bgg@gmail.com>,
Daniel Vetter <daniel@ffwll.ch>,
Linux ARM <linux-arm-kernel@lists.infradead.org>,
AngeloGioacchino Del Regno
<angelogioacchino.delregno@collabora.com>,
linux-kernel <linux-kernel@vger.kernel.org>,
Moudy Ho <moudy.ho@mediatek.com>,
Philipp Zabel <p.zabel@pengutronix.de>,
Enric Balletbo i Serra <enric.balletbo@collabora.com>
Subject: Re: [PATCH v15 03/12] dt-bindings: display: mediatek: disp: split each block to individual yaml
Date: Thu, 3 Mar 2022 12:31:31 +0800 [thread overview]
Message-ID: <469ca28d06f8ced11b3853c0bc39b0f9eb6e11f8.camel@mediatek.com> (raw)
In-Reply-To: <CAL_JsqLU0m9C1OPdiBPTkofB4sfiAeUPbFHp0w8caWyP4XPOEw@mail.gmail.com>
Hi Rob,
Thanks for the reviews.
On Wed, 2022-03-02 at 18:00 -0600, Rob Herring wrote:
> On Mon, Feb 7, 2022 at 5:07 PM Chun-Kuang Hu <chunkuang.hu@kernel.org
> > wrote:
> >
> > OK, it seems no one has comment on this patch, so
>
> No comment because the patch was not in PW. That's most likely due to
> this:
>
> Subject: [PATCH v15 03/12] dt-bindings: display: mediatek: disp:
> split
> each block to individual yaml
> Date: Wed, 26 Jan 2022 15:19:23 +0800 [thread overview]
> Message-ID: <20220126071932.32615-4-jason-jh.lin@mediatek.com> (raw)
> In-Reply-To: <20220126071932.32615-1-jason-jh.lin@mediatek.com>
>
> [-- Warning: decoded text below may be mangled, UTF-8 assumed --]
> [-- Attachment #1: Type: text/plain; charset="y", Size: 50916 bytes
> --]
>
> "y" is not a valid charset. This is caused when git-send-email asks
> for the encoding and you answer 'y' rather than <enter>.
>
> Rob
--
Thanks for making me realize the problem.
I'll always use <enter> in the future.
Regards,
Jason-JH Lin <jason-jh.lin@mediatek.com>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2022-03-03 4:33 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-26 7:19 [PATCH v15 00/12] Add Mediatek Soc DRM (vdosys0) support for mt8195 jason-jh.lin
2022-01-26 7:19 ` [PATCH v15 01/12] dt-bindings: arm: mediatek: mmsys: add power and gce properties jason-jh.lin
2022-01-26 7:19 ` [PATCH v15 02/12] dt-bindings: arm: mediatek: mmsys: add mt8195 SoC binding jason-jh.lin
2022-01-26 7:19 ` [PATCH v15 03/12] dt-bindings: display: mediatek: disp: split each block to individual yaml jason-jh.lin
2022-01-27 15:46 ` Chun-Kuang Hu
2022-02-07 23:07 ` Chun-Kuang Hu
2022-03-03 0:00 ` Rob Herring
2022-03-03 4:31 ` Jason-JH Lin [this message]
2022-01-26 7:19 ` [PATCH v15 04/12] dt-bindings: display: mediatek: dsc: add yaml for mt8195 SoC binding jason-jh.lin
2022-02-07 23:09 ` Chun-Kuang Hu
2022-01-26 7:19 ` [PATCH v15 05/12] dt-bindings: display: mediatek: merge: add additional prop for mt8195 jason-jh.lin
2022-02-07 23:09 ` Chun-Kuang Hu
2022-01-26 7:19 ` [PATCH v15 06/12] dt-bindings: display: mediatek: add mt8195 SoC binding for vdosys0 jason-jh.lin
2022-02-07 23:10 ` Chun-Kuang Hu
2022-01-26 7:19 ` [PATCH v15 07/12] dt-bindings: arm: mediatek: move out common module from display folder jason-jh.lin
2022-01-26 7:19 ` [PATCH v15 08/12] soc: mediatek: add mtk-mmsys support for mt8195 vdosys0 jason-jh.lin
2022-01-26 7:19 ` [PATCH v15 09/12] soc: mediatek: add mtk-mutex " jason-jh.lin
2022-01-26 7:19 ` [PATCH v15 10/12] drm/mediatek: add DSC support for mediatek-drm jason-jh.lin
2022-01-27 10:27 ` AngeloGioacchino Del Regno
2022-01-26 7:19 ` [PATCH v15 11/12] drm/mediatek: add MERGE " jason-jh.lin
2022-01-26 7:19 ` [PATCH v15 12/12] drm/mediatek: add mediatek-drm of vdosys0 support for mt8195 jason-jh.lin
2022-02-14 10:13 ` [PATCH v15 00/12] Add Mediatek Soc DRM (vdosys0) " Jason-JH Lin
2022-03-02 13:26 ` AngeloGioacchino Del Regno
2022-03-02 23:50 ` Rob Herring
2022-03-03 4:25 ` Jason-JH Lin
2022-03-03 9:31 ` AngeloGioacchino Del Regno
2022-03-04 5:26 ` Jason-JH Lin
2022-03-04 9:09 ` AngeloGioacchino Del Regno
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=469ca28d06f8ced11b3853c0bc39b0f9eb6e11f8.camel@mediatek.com \
--to=jason-jh.lin@mediatek.com \
--cc=airlied@linux.ie \
--cc=alexandre.torgue@foss.st.com \
--cc=angelogioacchino.delregno@collabora.com \
--cc=chunkuang.hu@kernel.org \
--cc=ck.hu@mediatek.com \
--cc=daniel@ffwll.ch \
--cc=devicetree@vger.kernel.org \
--cc=enric.balletbo@collabora.com \
--cc=fparent@baylibre.com \
--cc=hsinyi@chromium.org \
--cc=jitao.shi@mediatek.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=matthias.bgg@gmail.com \
--cc=mcoquelin.stm32@gmail.com \
--cc=moudy.ho@mediatek.com \
--cc=nancy.lin@mediatek.com \
--cc=p.zabel@pengutronix.de \
--cc=robh+dt@kernel.org \
--cc=roy-cw.yeh@mediatek.com \
--cc=singo.chang@mediatek.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).