projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
393de14
)
hwmon: sy7636a: add alias
author
Andreas Kemnade
<andreas@kemnade.info>
Tue, 9 Sep 2025 08:02:49 +0000
(10:02 +0200)
committer
Guenter Roeck
<linux@roeck-us.net>
Tue, 9 Sep 2025 12:26:43 +0000
(
05:26
-0700)
Add module alias to have it autoloaded.
Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
Link:
https://lore.kernel.org/r/20250909080249.30656-1-andreas@kemnade.info
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/sy7636a-hwmon.c
patch
|
blob
|
history
diff --git
a/drivers/hwmon/sy7636a-hwmon.c
b/drivers/hwmon/sy7636a-hwmon.c
index
ed11088
..
a12fc0c
100644
(file)
--- a/
drivers/hwmon/sy7636a-hwmon.c
+++ b/
drivers/hwmon/sy7636a-hwmon.c
@@
-104,3
+104,4
@@
module_platform_driver(sy7636a_sensor_driver);
MODULE_DESCRIPTION("SY7636A sensor driver");
MODULE_LICENSE("GPL");
+MODULE_ALIAS("platform:sy7636a-temperature");