Skip to content

[PW_SID:1121512] gpio: sifive: add missing MODULE_DEVICE_TABLE()#2212

Closed
linux-riscv-bot wants to merge 2 commits into
workflow__riscv__fixesfrom
pw1121512
Closed

[PW_SID:1121512] gpio: sifive: add missing MODULE_DEVICE_TABLE()#2212
linux-riscv-bot wants to merge 2 commits into
workflow__riscv__fixesfrom
pw1121512

Conversation

@linux-riscv-bot

Copy link
Copy Markdown

PR for series 1121512 applied to workflow__riscv__fixes

Name: gpio: sifive: add missing MODULE_DEVICE_TABLE()
URL: https://patchwork.kernel.org/project/linux-riscv/list/?series=1121512
Version: 1

Linux RISC-V bot and others added 2 commits July 1, 2026 03:48
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: Linux RISC-V bot <linux.riscv.bot@gmail.com>
@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "gpio: sifive: add missing MODULE_DEVICE_TABLE()"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 121.30 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "gpio: sifive: add missing MODULE_DEVICE_TABLE()"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1150.60 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "gpio: sifive: add missing MODULE_DEVICE_TABLE()"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1468.73 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "gpio: sifive: add missing MODULE_DEVICE_TABLE()"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 22.26 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "gpio: sifive: add missing MODULE_DEVICE_TABLE()"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 23.63 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "gpio: sifive: add missing MODULE_DEVICE_TABLE()"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 0.60 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "gpio: sifive: add missing MODULE_DEVICE_TABLE()"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 80.77 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "gpio: sifive: add missing MODULE_DEVICE_TABLE()"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.22 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "gpio: sifive: add missing MODULE_DEVICE_TABLE()"
kdoc
Desc: Detects for kdoc errors
Duration: 0.70 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "gpio: sifive: add missing MODULE_DEVICE_TABLE()"
module-param
Desc: Detect module_param changes
Duration: 0.23 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "gpio: sifive: add missing MODULE_DEVICE_TABLE()"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.22 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "gpio: sifive: add missing MODULE_DEVICE_TABLE()"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.25 seconds
Result: PASS

@linux-riscv-bot
linux-riscv-bot force-pushed the workflow__riscv__fixes branch 3 times, most recently from a50938c to 40ba5ca Compare July 8, 2026 17:32
@linux-riscv-bot
linux-riscv-bot deleted the pw1121512 branch July 9, 2026 04:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants