On Mon, Jul 07 2025 at 17:35, Guillaume La Roque wrote:
The made up subsystem prefix is not really useful. See:
https://www.kernel.org/doc/html/latest/process/maintainer-tip.html#patch-subject
Export MSI domain management functions to allow the TI SCI INTA MSIWhile symbols is technically correct, it's way simpler to understand
driver to be compiled as a module. The following symbols are now
available for module use:
that these are functions.
- msi_domain_insert_msi_descAnd with that you want to use function notation, i.e. foo() instead of foo.
Thanks,
tglx