Linux Sound subsystem development
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Liam Girdwood <lgirdwood@gmail.com>,
	Rob Herring <robh@kernel.org>,
	 Krzysztof Kozlowski <krzk+dt@kernel.org>,
	 Conor Dooley <conor+dt@kernel.org>,
	Lubomir Rintel <lkundrak@v3.sk>,  Shawn Guo <shawnguo@kernel.org>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	 Pengutronix Kernel Team <kernel@pengutronix.de>,
	 Fabio Estevam <festevam@gmail.com>,
	Magnus Damm <magnus.damm@gmail.com>,
	 Heiko Stuebner <heiko@sntech.de>,
	 Kunihiko Hayashi <hayashi.kunihiko@socionext.com>,
	 Masami Hiramatsu <mhiramat@kernel.org>,
	 Paul Cercueil <paul@crapouillou.net>,
	 Thomas Bogendoerfer <tsbogend@alpha.franken.de>,
	 Shengjiu Wang <shengjiu.wang@gmail.com>,
	Xiubo Li <Xiubo.Lee@gmail.com>,
	 Nicolin Chen <nicoleotsuka@gmail.com>,
	Jaroslav Kysela <perex@perex.cz>,  Takashi Iwai <tiwai@suse.com>,
	 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>,
	 Adrien Grassein <adrien.grassein@gmail.com>,
	Adam Ford <aford173@gmail.com>,
	 Geert Uytterhoeven <geert+renesas@glider.be>
Cc: linux-sound@vger.kernel.org, devicetree@vger.kernel.org,
	 linux-arm-kernel@lists.infradead.org, imx@lists.linux.dev,
	 linux-renesas-soc@vger.kernel.org,
	linux-rockchip@lists.infradead.org,  linux-mips@vger.kernel.org,
	alsa-devel@alsa-project.org,  linuxppc-dev@lists.ozlabs.org,
	linux-kernel@vger.kernel.org
Subject: Re: (subset) [PATCH treewide 00/11] ASoC: Clean up {hp,mic}-det-gpio handling
Date: Sat, 05 Oct 2024 10:50:34 +0100	[thread overview]
Message-ID: <172812183435.891737.5699490340500862525.b4-ty@kernel.org> (raw)
In-Reply-To: <cover.1727438777.git.geert+renesas@glider.be>

On Fri, 27 Sep 2024 14:42:15 +0200, Geert Uytterhoeven wrote:
> 	Hi all,
> 
> The "gpio" suffix for GPIO consumers was deprecated a while ago, in
> favor of the "gpios" suffix.  However, there are still several users of
> the "hp-det-gpio" and "mic-det-gpio" properties, in DT bindings,
> drivers, and DT source files.
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[01/11] ASoC: fsl-asoc-card: Add missing handling of {hp,mic}-dt-gpios
        commit: cfd1054c65eefec30972416a83eb62920bc1ff8d
[02/11] ASoC: dt-bindings: Deprecate {hp,mic}-det-gpio
        commit: e58b3914ab8303a2783ec1873c17b7a83dd515f7

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark


  parent reply	other threads:[~2024-10-05  9:50 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-27 12:42 [PATCH treewide 00/11] ASoC: Clean up {hp,mic}-det-gpio handling Geert Uytterhoeven
2024-09-27 12:42 ` [PATCH treewide 01/11] ASoC: fsl-asoc-card: Add missing handling of {hp,mic}-dt-gpios Geert Uytterhoeven
2024-09-27 12:49   ` Krzysztof Kozlowski
2024-09-27 12:42 ` [PATCH treewide 02/11] ASoC: dt-bindings: Deprecate {hp,mic}-det-gpio Geert Uytterhoeven
2024-09-27 12:52   ` Krzysztof Kozlowski
2024-09-27 12:42 ` [PATCH treewide 03/11] ARM: dts: marvell: mmp2-olpc-xo-1-75: Switch to {hp,mic}-det-gpios Geert Uytterhoeven
2024-09-27 12:54   ` Krzysztof Kozlowski
2024-09-27 12:42 ` [PATCH treewide 04/11] arm64: dts: freescale: imx: Switch to simple-audio-card,hp-det-gpios Geert Uytterhoeven
2024-09-27 12:56   ` Krzysztof Kozlowski
2024-12-09  7:29   ` Shawn Guo
2024-09-27 12:42 ` [PATCH treewide 05/11] arm64: dts: renesas: beacon-renesom: Switch to mic-det-gpios Geert Uytterhoeven
2024-09-27 12:56   ` Krzysztof Kozlowski
2024-09-27 12:59     ` Adam Ford
2024-09-27 12:42 ` [PATCH treewide 06/11] arm64: dts: rockchip: Switch to simple-audio-card,hp-det-gpios Geert Uytterhoeven
2024-09-27 12:57   ` Krzysztof Kozlowski
2024-09-27 12:42 ` [PATCH treewide 07/11] arm64: dts: rockchip: Switch to hp-det-gpios Geert Uytterhoeven
2024-09-27 12:57   ` Krzysztof Kozlowski
2024-09-27 12:42 ` [PATCH treewide 08/11] arm64: dts: uniphier: " Geert Uytterhoeven
2024-09-27 12:58   ` Krzysztof Kozlowski
2024-09-27 12:42 ` [PATCH treewide 09/11] mips: dts: ingenic: Switch to simple-audio-card,hp-det-gpios Geert Uytterhoeven
2024-09-27 12:58   ` Krzysztof Kozlowski
2024-09-27 12:42 ` [PATCH treewide 10/11] ARM: dts: nxp: imx: Switch to {hp,mic}-det-gpios Geert Uytterhoeven
2024-09-27 12:59   ` Krzysztof Kozlowski
2024-09-27 13:03     ` Adam Ford
2024-12-09  7:28   ` Shawn Guo
2024-09-27 12:42 ` [PATCH treewide 11/11] arm64: dts: freescale: imx: Switch to hp-det-gpios Geert Uytterhoeven
2024-09-27 14:44 ` [PATCH treewide 00/11] ASoC: Clean up {hp,mic}-det-gpio handling Heiko Stuebner
2024-09-27 17:09   ` Geert Uytterhoeven
2024-10-05  9:50 ` Mark Brown [this message]
2024-10-07  8:05 ` (subset) " Heiko Stuebner
2024-12-05 10:42 ` Krzysztof Kozlowski

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=172812183435.891737.5699490340500862525.b4-ty@kernel.org \
    --to=broonie@kernel.org \
    --cc=Xiubo.Lee@gmail.com \
    --cc=adrien.grassein@gmail.com \
    --cc=aford173@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=geert+renesas@glider.be \
    --cc=hayashi.kunihiko@socionext.com \
    --cc=heiko@sntech.de \
    --cc=imx@lists.linux.dev \
    --cc=kernel@pengutronix.de \
    --cc=krzk+dt@kernel.org \
    --cc=kuninori.morimoto.gx@renesas.com \
    --cc=lgirdwood@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=linux-sound@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=lkundrak@v3.sk \
    --cc=magnus.damm@gmail.com \
    --cc=mhiramat@kernel.org \
    --cc=nicoleotsuka@gmail.com \
    --cc=paul@crapouillou.net \
    --cc=perex@perex.cz \
    --cc=robh@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    --cc=shengjiu.wang@gmail.com \
    --cc=tiwai@suse.com \
    --cc=tsbogend@alpha.franken.de \
    /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