summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorCan Peng <pengcan@kylinos.cn>2026-07-14 21:14:42 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2026-07-27 10:29:26 +1000
commit0a94091e29f914e4f233a208599ca4055882c01b (patch)
tree3b074fd7a86315199aad871d2d0f5246bd5e35d9 /tools/perf/scripts/python
parent45834ff95a6fa1986898f2ef62b984d9736cf4e1 (diff)
crypto: keembay - publish OF module alias for OCS AES/SM4
The Keem Bay OCS AES/SM4 driver has an OF match table wired to .of_match_table, but does not export the table with MODULE_DEVICE_TABLE(). Although the match table lives in keembay-ocs-aes-core.o, that object is part of the composite keembay-ocs-aes module. Add the missing MODULE_DEVICE_TABLE(of, ...) entry so modpost can generate OF module alias information 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. Fixes: 885743324513 ("crypto: keembay - Add support for Keem Bay OCS AES/SM4") Signed-off-by: Can Peng <pengcan@kylinos.cn> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions