All of lore.kernel.org
 help / color / mirror / Atom feed
From: Neil Armstrong <neil.armstrong@linaro.org>
To: "Adrián Larumbe" <adrian.larumbe@collabora.com>,
	khilman@baylibre.com, linux-amlogic@lists.infradead.org,
	dri-devel@lists.freedesktop.org, rfoss@kernel.org,
	andrzej.hajda@intel.com
Cc: kernel@collabora.com
Subject: Re: [PATCH v2 0/3] Add additional YUV420 bus format check for dw-meson's bridge enable
Date: Mon, 12 Jun 2023 14:34:46 +0200	[thread overview]
Message-ID: <47c1cd91-7871-5df6-871b-6a53c94f5f86@linaro.org> (raw)
In-Reply-To: <20230612112354.4034489-1-adrian.larumbe@collabora.com>

Hi,

On 12/06/2023 13:23, Adrián Larumbe wrote:
> This is v2 of:
> https://lore.kernel.org/dri-devel/20230528140001.1057084-1-adrian.larumbe@collabora.com/
> 
> The only difference is having added an actual commit message to patch
> number 3 in the series.

Seems you didn't keep my Acked-by/Reviewed-by and you used my old narmstrong@baylibre.com
email address.... and you only selected the Meson & Bridge maintainers and not the reviewers.

> 
> Adrián Larumbe (3):
>    drm/meson: dw-hdmi: change YUV420 selection logic at clock setup
>    dw-hdmi: truly enforce 420-only formats when drm mode demands it

The subject should be: "drm/bridge: dw-hdmi: ..."

>    dw-hdmi: remove dead code and fix indentation

Ditto

> 
>   drivers/gpu/drm/bridge/synopsys/dw-hdmi.c | 35 +++++++++--------------
>   drivers/gpu/drm/meson/meson_dw_hdmi.c     |  4 +--
>   include/drm/bridge/dw_hdmi.h              |  2 ++
>   3 files changed, 18 insertions(+), 23 deletions(-)
> 

Please resend a v3 with all those changes,
Thanks

Neil

WARNING: multiple messages have this Message-ID (diff)
From: Neil Armstrong <neil.armstrong@linaro.org>
To: "Adrián Larumbe" <adrian.larumbe@collabora.com>,
	khilman@baylibre.com, linux-amlogic@lists.infradead.org,
	dri-devel@lists.freedesktop.org, rfoss@kernel.org,
	andrzej.hajda@intel.com
Cc: kernel@collabora.com
Subject: Re: [PATCH v2 0/3] Add additional YUV420 bus format check for dw-meson's bridge enable
Date: Mon, 12 Jun 2023 14:34:46 +0200	[thread overview]
Message-ID: <47c1cd91-7871-5df6-871b-6a53c94f5f86@linaro.org> (raw)
In-Reply-To: <20230612112354.4034489-1-adrian.larumbe@collabora.com>

Hi,

On 12/06/2023 13:23, Adrián Larumbe wrote:
> This is v2 of:
> https://lore.kernel.org/dri-devel/20230528140001.1057084-1-adrian.larumbe@collabora.com/
> 
> The only difference is having added an actual commit message to patch
> number 3 in the series.

Seems you didn't keep my Acked-by/Reviewed-by and you used my old narmstrong@baylibre.com
email address.... and you only selected the Meson & Bridge maintainers and not the reviewers.

> 
> Adrián Larumbe (3):
>    drm/meson: dw-hdmi: change YUV420 selection logic at clock setup
>    dw-hdmi: truly enforce 420-only formats when drm mode demands it

The subject should be: "drm/bridge: dw-hdmi: ..."

>    dw-hdmi: remove dead code and fix indentation

Ditto

> 
>   drivers/gpu/drm/bridge/synopsys/dw-hdmi.c | 35 +++++++++--------------
>   drivers/gpu/drm/meson/meson_dw_hdmi.c     |  4 +--
>   include/drm/bridge/dw_hdmi.h              |  2 ++
>   3 files changed, 18 insertions(+), 23 deletions(-)
> 

Please resend a v3 with all those changes,
Thanks

Neil

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

  parent reply	other threads:[~2023-06-12 12:34 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-12 11:23 [PATCH v2 0/3] Add additional YUV420 bus format check for dw-meson's bridge enable Adrián Larumbe
2023-06-12 11:23 ` Adrián Larumbe
2023-06-12 11:23 ` [PATCH v2 1/3] drm/meson: dw-hdmi: change YUV420 selection logic at clock setup Adrián Larumbe
2023-06-12 11:23   ` Adrián Larumbe
2023-06-12 11:23 ` [PATCH v2 2/3] dw-hdmi: truly enforce 420-only formats when drm mode demands it Adrián Larumbe
2023-06-12 11:23   ` Adrián Larumbe
2023-06-12 11:23 ` [PATCH v2 3/3] dw-hdmi: remove dead code and fix indentation Adrián Larumbe
2023-06-12 11:23   ` Adrián Larumbe
2023-06-12 12:34 ` Neil Armstrong [this message]
2023-06-12 12:34   ` [PATCH v2 0/3] Add additional YUV420 bus format check for dw-meson's bridge enable Neil Armstrong

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=47c1cd91-7871-5df6-871b-6a53c94f5f86@linaro.org \
    --to=neil.armstrong@linaro.org \
    --cc=adrian.larumbe@collabora.com \
    --cc=andrzej.hajda@intel.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=kernel@collabora.com \
    --cc=khilman@baylibre.com \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=rfoss@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.