All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh+dt@kernel.org>
To: Tzung-Bi Shih <tzungbi@google.com>
Cc: Mark Brown <broonie@kernel.org>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	Linux-ALSA <alsa-devel@alsa-project.org>,
	devicetree@vger.kernel.org,
	Enric Balletbo i Serra <enric.balletbo@collabora.com>,
	LINUX-WATCHDOG <linux-watchdog@vger.kernel.org>,
	"moderated list:ARM/Mediatek SoC support" 
	<linux-mediatek@lists.infradead.org>
Subject: Re: [PATCH] ASoC: dt-bindings: mediatek: rename reset controller headers in DT example
Date: Tue, 19 Oct 2021 08:47:28 -0500	[thread overview]
Message-ID: <CAL_JsqK9UQ9K+GseF5QtiPW_sHMiupq1HAwDArN6P+H8iBwJ-Q@mail.gmail.com> (raw)
In-Reply-To: <20211018101608.3818840-1-tzungbi@google.com>

On Mon, Oct 18, 2021 at 5:16 AM Tzung-Bi Shih <tzungbi@google.com> wrote:
>
> Commit f07c776f6d7e ("arm64: dts: mediatek: Move reset controller
> constants into common location") moves the reset controller headers.
> However, it forgot to rename the DT example in mt8192-afe-pcm.yaml.
>
> Renames the DT example to pass dt_binding_check.
>
> Fixes: f07c776f6d7e ("arm64: dts: mediatek: Move reset controller constants into common location")
> Signed-off-by: Tzung-Bi Shih <tzungbi@google.com>
> ---
> The patch bases on next-20211018.
>
> In Mark's tree[1], the commit f07c776f6d7e hasn't shown up.
> In Matthias's tree[2], mt8192-afe-pcm.yaml hasn't applied.
>
> [1]: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git/
> [2]: https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/
>
> Also, I am not sure if the commit hash "f07c776f6d7e" would change
> or not after it applies to mainline.
>
>  Documentation/devicetree/bindings/sound/mt8192-afe-pcm.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Not great as things will break again in the merge window temporarily.
You could just not use the 1 reset define in the example and avoid all
that, but this is fine:

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

WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh+dt@kernel.org>
To: Tzung-Bi Shih <tzungbi@google.com>
Cc: devicetree@vger.kernel.org,
	Linux-ALSA <alsa-devel@alsa-project.org>,
	LINUX-WATCHDOG <linux-watchdog@vger.kernel.org>,
	Enric Balletbo i Serra <enric.balletbo@collabora.com>,
	Mark Brown <broonie@kernel.org>,
	"moderated list:ARM/Mediatek SoC support"
	<linux-mediatek@lists.infradead.org>,
	Matthias Brugger <matthias.bgg@gmail.com>
Subject: Re: [PATCH] ASoC: dt-bindings: mediatek: rename reset controller headers in DT example
Date: Tue, 19 Oct 2021 08:47:28 -0500	[thread overview]
Message-ID: <CAL_JsqK9UQ9K+GseF5QtiPW_sHMiupq1HAwDArN6P+H8iBwJ-Q@mail.gmail.com> (raw)
In-Reply-To: <20211018101608.3818840-1-tzungbi@google.com>

On Mon, Oct 18, 2021 at 5:16 AM Tzung-Bi Shih <tzungbi@google.com> wrote:
>
> Commit f07c776f6d7e ("arm64: dts: mediatek: Move reset controller
> constants into common location") moves the reset controller headers.
> However, it forgot to rename the DT example in mt8192-afe-pcm.yaml.
>
> Renames the DT example to pass dt_binding_check.
>
> Fixes: f07c776f6d7e ("arm64: dts: mediatek: Move reset controller constants into common location")
> Signed-off-by: Tzung-Bi Shih <tzungbi@google.com>
> ---
> The patch bases on next-20211018.
>
> In Mark's tree[1], the commit f07c776f6d7e hasn't shown up.
> In Matthias's tree[2], mt8192-afe-pcm.yaml hasn't applied.
>
> [1]: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git/
> [2]: https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/
>
> Also, I am not sure if the commit hash "f07c776f6d7e" would change
> or not after it applies to mainline.
>
>  Documentation/devicetree/bindings/sound/mt8192-afe-pcm.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Not great as things will break again in the merge window temporarily.
You could just not use the 1 reset define in the example and avoid all
that, but this is fine:

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

WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh+dt@kernel.org>
To: Tzung-Bi Shih <tzungbi@google.com>
Cc: Mark Brown <broonie@kernel.org>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	Linux-ALSA <alsa-devel@alsa-project.org>,
	devicetree@vger.kernel.org,
	 Enric Balletbo i Serra <enric.balletbo@collabora.com>,
	 LINUX-WATCHDOG <linux-watchdog@vger.kernel.org>,
	 "moderated list:ARM/Mediatek SoC support"
	<linux-mediatek@lists.infradead.org>
Subject: Re: [PATCH] ASoC: dt-bindings: mediatek: rename reset controller headers in DT example
Date: Tue, 19 Oct 2021 08:47:28 -0500	[thread overview]
Message-ID: <CAL_JsqK9UQ9K+GseF5QtiPW_sHMiupq1HAwDArN6P+H8iBwJ-Q@mail.gmail.com> (raw)
In-Reply-To: <20211018101608.3818840-1-tzungbi@google.com>

On Mon, Oct 18, 2021 at 5:16 AM Tzung-Bi Shih <tzungbi@google.com> wrote:
>
> Commit f07c776f6d7e ("arm64: dts: mediatek: Move reset controller
> constants into common location") moves the reset controller headers.
> However, it forgot to rename the DT example in mt8192-afe-pcm.yaml.
>
> Renames the DT example to pass dt_binding_check.
>
> Fixes: f07c776f6d7e ("arm64: dts: mediatek: Move reset controller constants into common location")
> Signed-off-by: Tzung-Bi Shih <tzungbi@google.com>
> ---
> The patch bases on next-20211018.
>
> In Mark's tree[1], the commit f07c776f6d7e hasn't shown up.
> In Matthias's tree[2], mt8192-afe-pcm.yaml hasn't applied.
>
> [1]: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git/
> [2]: https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/
>
> Also, I am not sure if the commit hash "f07c776f6d7e" would change
> or not after it applies to mainline.
>
>  Documentation/devicetree/bindings/sound/mt8192-afe-pcm.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Not great as things will break again in the merge window temporarily.
You could just not use the 1 reset define in the example and avoid all
that, but this is fine:

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

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

  reply	other threads:[~2021-10-19 13:48 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-18 10:16 [PATCH] ASoC: dt-bindings: mediatek: rename reset controller headers in DT example Tzung-Bi Shih
2021-10-18 10:16 ` Tzung-Bi Shih
2021-10-18 10:16 ` Tzung-Bi Shih
2021-10-19 13:47 ` Rob Herring [this message]
2021-10-19 13:47   ` Rob Herring
2021-10-19 13:47   ` Rob Herring
2021-10-20 11:28 ` Mark Brown
2021-10-20 11:28   ` Mark Brown
2021-10-20 11:28   ` Mark Brown

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=CAL_JsqK9UQ9K+GseF5QtiPW_sHMiupq1HAwDArN6P+H8iBwJ-Q@mail.gmail.com \
    --to=robh+dt@kernel.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=enric.balletbo@collabora.com \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-watchdog@vger.kernel.org \
    --cc=matthias.bgg@gmail.com \
    --cc=tzungbi@google.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.