linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] irqchip: Kconfig: Add module support for TI inta/intr
@ 2024-10-16  9:41 Guillaume La Roque
  2024-10-16  9:41 ` [PATCH v3 1/2] irqchip: Kconfig: module build support for the TI interrupt router driver Guillaume La Roque
  2024-10-16  9:41 ` [PATCH v3 2/2] irqchip: Kconfig: Added module build support for the TI interrupt aggregator Guillaume La Roque
  0 siblings, 2 replies; 10+ messages in thread
From: Guillaume La Roque @ 2024-10-16  9:41 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon, Thomas Gleixner, Nishanth Menon,
	Tero Kristo, Santosh Shilimkar
  Cc: linux-arm-kernel, linux-kernel, vishalm, Mattijs Korpershoek,
	Kevin Hilman, Guillaume La Roque, Nicolas Frayer

Added module support for TI interrupt aggregator and interrupt router
drivers. Default value for both drivers is ARCH_K3 and the interrupt
aggregator depends on ARCH_K3 as it contains 64 bit only ops.
Tested allmodconfig builds with ARCH=arm and ARCH=arm64.

Changes in v3:
- Add MODULE_LICENSE in drivers

Changes in v2:
- Added depends on ARCH_K3 for the interrupt aggregator driver as it
  uses
64 bit ops

Signed-off-by: Guillaume La Roque <glaroque@baylibre.com>
---
Nicolas Frayer (2):
      irqchip: Kconfig: module build support for the TI interrupt router driver
      irqchip: Kconfig: Added module build support for the TI interrupt aggregator

 arch/arm64/Kconfig.platforms      | 2 --
 drivers/irqchip/Kconfig           | 8 +++++---
 drivers/irqchip/irq-ti-sci-inta.c | 1 +
 drivers/irqchip/irq-ti-sci-intr.c | 1 +
 4 files changed, 7 insertions(+), 5 deletions(-)
---
base-commit: 2f87d0916ce0d2925cedbc9e8f5d6291ba2ac7b2
change-id: 20241016-timodules-174770215dd8

Best regards,
-- 
Guillaume La Roque <glaroque@baylibre.com>



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-10-18  8:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-16  9:41 [PATCH v3 0/2] irqchip: Kconfig: Add module support for TI inta/intr Guillaume La Roque
2024-10-16  9:41 ` [PATCH v3 1/2] irqchip: Kconfig: module build support for the TI interrupt router driver Guillaume La Roque
2024-10-16 13:37   ` Andrew Davis
2024-10-16 14:18     ` Guillaume LA ROQUE
2024-10-16 14:26       ` Andrew Davis
2024-10-16 16:38   ` Thomas Gleixner
2024-10-16 18:32     ` Guillaume LA ROQUE
2024-10-16  9:41 ` [PATCH v3 2/2] irqchip: Kconfig: Added module build support for the TI interrupt aggregator Guillaume La Roque
2024-10-16 13:48   ` Andrew Davis
2024-10-18  8:01     ` Guillaume LA ROQUE

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).