linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] spi: rspi: drop unneeded MODULE_ALIAS
@ 2021-09-16 16:44 Krzysztof Kozlowski
  2021-09-16 16:44 ` [PATCH 2/2] spi: sh-msiof: " Krzysztof Kozlowski
  2021-09-17 14:03 ` [PATCH 1/2] spi: rspi: " Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2021-09-16 16:44 UTC (permalink / raw)
  To: Mark Brown, linux-spi, linux-kernel; +Cc: Krzysztof Kozlowski

The MODULE_DEVICE_TABLE already creates proper alias for platform
driver.  Having another MODULE_ALIAS causes the alias to be duplicated.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
---
 drivers/spi/spi-rspi.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/spi/spi-rspi.c b/drivers/spi/spi-rspi.c
index d16ed88802d3..41761f0d892a 100644
--- a/drivers/spi/spi-rspi.c
+++ b/drivers/spi/spi-rspi.c
@@ -1427,4 +1427,3 @@ module_platform_driver(rspi_driver);
 MODULE_DESCRIPTION("Renesas RSPI bus driver");
 MODULE_LICENSE("GPL v2");
 MODULE_AUTHOR("Yoshihiro Shimoda");
-MODULE_ALIAS("platform:rspi");
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] spi: sh-msiof: drop unneeded MODULE_ALIAS
  2021-09-16 16:44 [PATCH 1/2] spi: rspi: drop unneeded MODULE_ALIAS Krzysztof Kozlowski
@ 2021-09-16 16:44 ` Krzysztof Kozlowski
  2021-09-17 14:03 ` [PATCH 1/2] spi: rspi: " Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2021-09-16 16:44 UTC (permalink / raw)
  To: Mark Brown, linux-spi, linux-kernel; +Cc: Krzysztof Kozlowski

The MODULE_DEVICE_TABLE already creates proper alias for platform
driver.  Having another MODULE_ALIAS causes the alias to be duplicated.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
---
 drivers/spi/spi-sh-msiof.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/spi/spi-sh-msiof.c b/drivers/spi/spi-sh-msiof.c
index f88d9acd20d9..d0012b30410c 100644
--- a/drivers/spi/spi-sh-msiof.c
+++ b/drivers/spi/spi-sh-msiof.c
@@ -1426,4 +1426,3 @@ module_platform_driver(sh_msiof_spi_drv);
 MODULE_DESCRIPTION("SuperH MSIOF SPI Controller Interface Driver");
 MODULE_AUTHOR("Magnus Damm");
 MODULE_LICENSE("GPL v2");
-MODULE_ALIAS("platform:spi_sh_msiof");
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/2] spi: rspi: drop unneeded MODULE_ALIAS
  2021-09-16 16:44 [PATCH 1/2] spi: rspi: drop unneeded MODULE_ALIAS Krzysztof Kozlowski
  2021-09-16 16:44 ` [PATCH 2/2] spi: sh-msiof: " Krzysztof Kozlowski
@ 2021-09-17 14:03 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2021-09-17 14:03 UTC (permalink / raw)
  To: Krzysztof Kozlowski, linux-spi, linux-kernel; +Cc: Mark Brown

On Thu, 16 Sep 2021 18:44:22 +0200, Krzysztof Kozlowski wrote:
> The MODULE_DEVICE_TABLE already 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/spi.git for-next

Thanks!

[1/2] spi: rspi: drop unneeded MODULE_ALIAS
      commit: 98c29b35a7e3b1ef7e64a8dd05a4383ea2e2ac72
[2/2] spi: sh-msiof: drop unneeded MODULE_ALIAS
      commit: 3323129a6db96b6878a260601b30651ca40caa54

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:[~2021-09-17 14:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-16 16:44 [PATCH 1/2] spi: rspi: drop unneeded MODULE_ALIAS Krzysztof Kozlowski
2021-09-16 16:44 ` [PATCH 2/2] spi: sh-msiof: " Krzysztof Kozlowski
2021-09-17 14:03 ` [PATCH 1/2] spi: rspi: " Mark Brown

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).