[PATCH 0/2] Enable TI SCI INTA MSI as loadable module
Guillaume La Roque
glaroque at baylibre.com
Mon Jul 7 08:35:56 PDT 2025
This series enables the TI SCI INTA MSI driver to be compiled as a loadable
module instead of being built-in only. This provides more flexibility for
system configuration and reduces kernel size when the functionality is not
always needed.
The series includes two patches:
- Export necessary MSI symbols from the core kernel to support module compilation
- Update the TI SCI INTA MSI driver to support module compilation
Signed-off-by: Guillaume La Roque <glaroque at baylibre.com>
---
Guillaume La Roque (2):
kernel: irq: msi: Export symbols for TI SCI INTA MSI module compilation
soc: ti: ti_sci_inta_msi: Enable module compilation support
drivers/soc/ti/Kconfig | 5 ++++-
drivers/soc/ti/ti_sci_inta_msi.c | 5 +++++
kernel/irq/msi.c | 5 +++++
3 files changed, 14 insertions(+), 1 deletion(-)
---
base-commit: 666f6d7e7fadd8132f310a87d1f8ae08c3966e4a
change-id: 20250707-timsi-c66a2816c84f
Best regards,
--
Guillaume La Roque <glaroque at baylibre.com>
More information about the linux-arm-kernel
mailing list