* [PATCH 1/2] ASoC: wcd934x: Drop unneeded MODULE_ALIAS
@ 2024-04-14 15:48 Krzysztof Kozlowski
2024-04-14 15:48 ` [PATCH 2/2] ASoC: samsung: i2s: " Krzysztof Kozlowski
2024-04-15 10:53 ` [PATCH 1/2] ASoC: wcd934x: " Mark Brown
0 siblings, 2 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2024-04-14 15:48 UTC (permalink / raw)
To: Srinivas Kandagatla, Banajit Goswami, Liam Girdwood, Mark Brown,
Jaroslav Kysela, Takashi Iwai, Sylwester Nawrocki, alsa-devel,
linux-sound, linux-kernel
Cc: Krzysztof Kozlowski
The ID table already has respective entry and MODULE_DEVICE_TABLE and
creates proper alias for platform driver. Having another MODULE_ALIAS
causes the alias to be duplicated.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
sound/soc/codecs/wcd934x.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/sound/soc/codecs/wcd934x.c b/sound/soc/codecs/wcd934x.c
index 6813268e6a19..de870c7819ca 100644
--- a/sound/soc/codecs/wcd934x.c
+++ b/sound/soc/codecs/wcd934x.c
@@ -5967,7 +5967,6 @@ static struct platform_driver wcd934x_codec_driver = {
}
};
-MODULE_ALIAS("platform:wcd934x-codec");
module_platform_driver(wcd934x_codec_driver);
MODULE_DESCRIPTION("WCD934x codec driver");
MODULE_LICENSE("GPL v2");
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* [PATCH 2/2] ASoC: samsung: i2s: Drop unneeded MODULE_ALIAS
2024-04-14 15:48 [PATCH 1/2] ASoC: wcd934x: Drop unneeded MODULE_ALIAS Krzysztof Kozlowski
@ 2024-04-14 15:48 ` Krzysztof Kozlowski
2024-04-15 10:53 ` [PATCH 1/2] ASoC: wcd934x: " Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2024-04-14 15:48 UTC (permalink / raw)
To: Srinivas Kandagatla, Banajit Goswami, Liam Girdwood, Mark Brown,
Jaroslav Kysela, Takashi Iwai, Sylwester Nawrocki, alsa-devel,
linux-sound, linux-kernel
Cc: Krzysztof Kozlowski
The ID table already has respective entry and MODULE_DEVICE_TABLE and
creates proper alias for platform driver. Having another MODULE_ALIAS
causes the alias to be duplicated.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
sound/soc/samsung/i2s.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/sound/soc/samsung/i2s.c b/sound/soc/samsung/i2s.c
index 9552748aea2e..1bcabb114e29 100644
--- a/sound/soc/samsung/i2s.c
+++ b/sound/soc/samsung/i2s.c
@@ -1755,5 +1755,4 @@ module_platform_driver(samsung_i2s_driver);
/* Module information */
MODULE_AUTHOR("Jaswinder Singh, <jassisinghbrar@gmail.com>");
MODULE_DESCRIPTION("Samsung I2S Interface");
-MODULE_ALIAS("platform:samsung-i2s");
MODULE_LICENSE("GPL");
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH 1/2] ASoC: wcd934x: Drop unneeded MODULE_ALIAS
2024-04-14 15:48 [PATCH 1/2] ASoC: wcd934x: Drop unneeded MODULE_ALIAS Krzysztof Kozlowski
2024-04-14 15:48 ` [PATCH 2/2] ASoC: samsung: i2s: " Krzysztof Kozlowski
@ 2024-04-15 10:53 ` Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2024-04-15 10:53 UTC (permalink / raw)
To: Srinivas Kandagatla, Banajit Goswami, Liam Girdwood,
Jaroslav Kysela, Takashi Iwai, Sylwester Nawrocki, alsa-devel,
linux-sound, linux-kernel, Krzysztof Kozlowski
On Sun, 14 Apr 2024 17:48:38 +0200, Krzysztof Kozlowski wrote:
> The ID table already has respective entry and MODULE_DEVICE_TABLE and
> creates proper alias for platform driver. Having another MODULE_ALIAS
> causes the alias to be duplicated.
>
>
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
Thanks!
[1/2] ASoC: wcd934x: Drop unneeded MODULE_ALIAS
commit: 615169c727b13ff4ec6c43b62501f73f9f88a11a
[2/2] ASoC: samsung: i2s: Drop unneeded MODULE_ALIAS
commit: 9d85ec4e91e354ed2d8291e1ea3ba76e660205a0
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-04-15 10:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-14 15:48 [PATCH 1/2] ASoC: wcd934x: Drop unneeded MODULE_ALIAS Krzysztof Kozlowski
2024-04-14 15:48 ` [PATCH 2/2] ASoC: samsung: i2s: " Krzysztof Kozlowski
2024-04-15 10:53 ` [PATCH 1/2] ASoC: wcd934x: " Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox