linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: martin.tuma@digiteqautomotive.com
To: linux-media@vger.kernel.org
Cc: "Martin Tůma" <martin.tuma@digiteqautomotive.com>
Subject: [PATCH 1/3] Added platform module alias for the xiic I2C driver
Date: Mon, 22 Aug 2022 21:47:19 +0200	[thread overview]
Message-ID: <20220822194721.1238-2-martin.tuma@digiteqautomotive.com> (raw)
In-Reply-To: <20220822194721.1238-1-martin.tuma@digiteqautomotive.com>

From: Martin Tůma <martin.tuma@digiteqautomotive.com>

Signed-off-by: Martin Tůma <martin.tuma@digiteqautomotive.com>
---
 drivers/i2c/busses/i2c-xiic.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/i2c/busses/i2c-xiic.c b/drivers/i2c/busses/i2c-xiic.c
index 9a1c3f8b7048..cd32e6309cb1 100644
--- a/drivers/i2c/busses/i2c-xiic.c
+++ b/drivers/i2c/busses/i2c-xiic.c
@@ -920,6 +920,7 @@ static struct platform_driver xiic_i2c_driver = {
 
 module_platform_driver(xiic_i2c_driver);
 
+MODULE_ALIAS("platform:" DRIVER_NAME);
 MODULE_AUTHOR("info@mocean-labs.com");
 MODULE_DESCRIPTION("Xilinx I2C bus driver");
 MODULE_LICENSE("GPL v2");
-- 
2.37.2


  reply	other threads:[~2022-08-22 17:54 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-22 19:47 [PATCH 0/3] Digiteq Automotive MGB4 driver martin.tuma
2022-08-22 19:47 ` martin.tuma [this message]
2022-08-28 14:47   ` [PATCH 1/3] Added platform module alias for the xiic I2C driver Krzysztof Kozlowski
2022-08-29 11:47     ` Tuma, Martin (Digiteq Automotive)
2022-08-30  7:35       ` Krzysztof Kozlowski
2022-08-30 17:56         ` Tuma, Martin (Digiteq Automotive)
2022-08-30 18:15           ` Krzysztof Kozlowski
2022-08-31 14:44             ` Tuma, Martin (Digiteq Automotive)
2022-08-31 14:56               ` Krzysztof Kozlowski
2022-08-22 19:47 ` [PATCH 2/3] Added Xilinx PCIe DMA IP core driver martin.tuma
2022-08-22 20:01   ` kernel test robot
2022-08-23  5:01   ` kernel test robot
2022-08-28 14:58   ` Krzysztof Kozlowski
2022-08-29 11:28     ` Tuma, Martin (Digiteq Automotive)
2022-08-30  7:38       ` Krzysztof Kozlowski
2022-08-31 14:12         ` Tuma, Martin (Digiteq Automotive)
2022-08-31 14:19           ` Krzysztof Kozlowski
2022-08-22 19:47 ` [PATCH 3/3] Added Digiteq Automotive MGB4 driver martin.tuma
2022-08-22 21:02   ` kernel test robot
2022-08-23 15:18 [PATCH 0/3] Digiteq Automotive MGB4 driver (fixed) martin.tuma
2022-08-23 15:18 ` [PATCH 1/3] Added platform module alias for the xiic I2C driver martin.tuma

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=20220822194721.1238-2-martin.tuma@digiteqautomotive.com \
    --to=martin.tuma@digiteqautomotive.com \
    --cc=linux-media@vger.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 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).