[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <874iv9w72x.ffs@tglx>
Date: Fri, 18 Jul 2025 22:57:10 +0200
From: Thomas Gleixner <tglx@...utronix.de>
To: Guillaume La Roque <glaroque@...libre.com>, vigneshr@...com, Nishanth
Menon <nm@...com>, Santosh Shilimkar <ssantosh@...nel.org>, Tero Kristo
<kristo@...nel.org>
Cc: linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
Guillaume La Roque <glaroque@...libre.com>
Subject: Re: [PATCH 1/2] kernel: irq: msi: Export symbols for TI SCI INTA
MSI module compilation
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 MSI
> driver to be compiled as a module. The following symbols are now
> available for module use:
While symbols is technically correct, it's way simpler to understand
that these are functions.
> - msi_domain_insert_msi_desc
And with that you want to use function notation, i.e. foo() instead of foo.
Thanks,
tglx
Powered by blists - more mailing lists