linux/drivers/soc/mediatek
Pengpeng Hou ec76205786
soc: mediatek: add missing MODULE_DEVICE_TABLE()
The driver has an OF match table wired to .of_match_table, but does
not export the table with MODULE_DEVICE_TABLE().

Add the missing MODULE_DEVICE_TABLE(of, ...) entry so module alias
information is generated for OF based module autoloading.

This is a source-level fix.  It does not claim dynamic hardware
reproduction; the evidence is the driver-owned match table, its use by
the platform driver, and the missing module alias publication.

Signed-off-by: Pengpeng Hou <pengpeng@iscas.ac.cn>
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
2026-07-30 09:41:54 +02:00
..
Kconfig soc: mediatek: Add MediaTek DVFS Resource Collector (DVFSRC) driver 2024-10-21 16:00:51 +02:00
Makefile soc: mediatek: Add MediaTek DVFS Resource Collector (DVFSRC) driver 2024-10-21 16:00:51 +02:00
mt8167-mmsys.h soc: mediatek: mtk-mmsys: Rework routes to specify component ID 2026-07-30 09:41:54 +02:00
mt8173-mmsys.h soc: mediatek: mtk-mmsys: Rework routes to specify component ID 2026-07-30 09:41:54 +02:00
mt8183-mmsys.h soc: mediatek: mtk-mmsys: Rework routes to specify component ID 2026-07-30 09:41:54 +02:00
mt8186-mmsys.h soc: mediatek: mtk-mmsys: Rework routes to specify component ID 2026-07-30 09:41:54 +02:00
mt8188-mmsys.h soc: mediatek: mtk-mmsys: Rework routes to specify component ID 2026-07-30 09:41:54 +02:00
mt8192-mmsys.h soc: mediatek: mtk-mmsys: Rework routes to specify component ID 2026-07-30 09:41:54 +02:00
mt8195-mmsys.h soc: mediatek: mtk-mmsys: Rework routes to specify component ID 2026-07-30 09:41:54 +02:00
mt8365-mmsys.h soc: mediatek: mtk-mmsys: Rework routes to specify component ID 2026-07-30 09:41:54 +02:00
mtk-cmdq-helper.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
mtk-devapc.c soc: mediatek: mtk-devapc: Fix leaking IO map on driver remove 2025-01-07 13:13:57 +01:00
mtk-dvfsrc.c soc: mediatek: add missing MODULE_DEVICE_TABLE() 2026-07-30 09:41:54 +02:00
mtk-infracfg.c soc: mediatek: mtk-infracfg: Disable ACP on MT8192 2022-03-01 08:21:28 +01:00
mtk-mmsys.c soc: mediatek: Use pkt_write function pointer for subsys ID compatibility 2026-05-11 11:15:07 +02:00
mtk-mmsys.h soc: mediatek: mtk-mmsys: Use MMSYS_ROUTE() in default routing table 2026-07-30 09:41:54 +02:00
mtk-mutex.c soc: mediatek: Use pkt_write function pointer for subsys ID compatibility 2026-05-11 11:15:07 +02:00
mtk-pmic-wrap.c soc: mediatek: pwrap: Switch to devm_clk_bulk_get_all_enabled() 2024-12-23 12:53:52 -08:00
mtk-regulator-coupler.c soc: mediatek: mediatek-regulator-coupler: Support mt8188 2024-10-21 16:00:51 +02:00
mtk-socinfo.c soc: mediatek: mtk-socinfo Add error handling in devm_kasprintf() 2026-07-09 15:47:35 +02:00
mtk-svs.c soc: mediatek: svs: Fix memory leak in svs_enable_debug_write() 2026-01-08 10:17:08 +01:00