* [PATCH] Input: eeti_ts - publish the OF module alias
@ 2026-09-05 13:40 hpp.iscas
2026-09-14 1:13 ` Dmitry Torokhov
0 siblings, 1 reply; 2+ messages in thread
From: hpp.iscas @ 2026-09-05 13:40 UTC (permalink / raw)
To: Dmitry Torokhov; +Cc: hpp.iscas, linux-input, linux-kernel, Daniel Mack
The EETI driver matches eeti,exc3000-i2c Device Tree clients, but only
publishes the legacy eeti_ts I2C ID. The I2C core emits an OF modalias
for a Device Tree client.
Publish the existing OF match table within its CONFIG_OF guard.
Fixes: e32d7f1b246c ("Input: eeti - add device tree matching table")
Signed-off-by: hpp.iscas <hppiscas@163.com>
---
drivers/input/touchscreen/eeti_ts.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/input/touchscreen/eeti_ts.c b/drivers/input/touchscreen/eeti_ts.c
index b12602b..b870a93 100644
--- a/drivers/input/touchscreen/eeti_ts.c
+++ b/drivers/input/touchscreen/eeti_ts.c
@@ -276,6 +276,7 @@ static const struct of_device_id of_eeti_ts_match[] = {
{ .compatible = "eeti,exc3000-i2c", },
{ }
};
+MODULE_DEVICE_TABLE(of, of_eeti_ts_match);
#endif
static struct i2c_driver eeti_ts_driver = {
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Input: eeti_ts - publish the OF module alias
2026-09-05 13:40 [PATCH] Input: eeti_ts - publish the OF module alias hpp.iscas
@ 2026-09-14 1:13 ` Dmitry Torokhov
0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2026-09-14 1:13 UTC (permalink / raw)
To: hpp.iscas; +Cc: linux-input, linux-kernel, Daniel Mack
On Sat, Sep 05, 2026 at 09:40:04PM +0800, hpp.iscas wrote:
> The EETI driver matches eeti,exc3000-i2c Device Tree clients, but only
> publishes the legacy eeti_ts I2C ID. The I2C core emits an OF modalias
> for a Device Tree client.
>
> Publish the existing OF match table within its CONFIG_OF guard.
>
> Fixes: e32d7f1b246c ("Input: eeti - add device tree matching table")
> Signed-off-by: hpp.iscas <hppiscas@163.com>
Applied, thank you.
--
Dmitry
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-09-14 1:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-05 13:40 [PATCH] Input: eeti_ts - publish the OF module alias hpp.iscas
2026-09-14 1:13 ` Dmitry Torokhov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®