All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/12] armada-370-xp irqchip updates round 5
@ 2024-08-07 16:40 Marek Behún
  2024-08-07 16:40 ` [PATCH v2 01/12] irqchip/armada-370-xp: Drop IPI_DOORBELL_START and rename IPI_DOORBELL_END Marek Behún
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Marek Behún @ 2024-08-07 16:40 UTC (permalink / raw)
  To: Andrew Lunn, Gregory Clement, Sebastian Hesselbarth,
	Thomas Gleixner, linux-arm-kernel, arm, Andy Shevchenko,
	Hans de Goede, Ilpo Järvinen
  Cc: Marek Behún

Hi Thomas, Andrew, Ilpo et al.,

This is v2 of the last round of updates for armada-370-xp irqchip before
I send the one patch adding support for SoC Error interrupts.

I have addressed the issues pointed out by Thomas in v1, which you can
see at
  https://patchwork.kernel.org/project/linux-arm-kernel/list/?series=871321

This series can be applied on tip/irq/core.

Marek

Marek Behún (12):
  irqchip/armada-370-xp: Drop IPI_DOORBELL_START and rename
    IPI_DOORBELL_END
  irqchip/armada-370-xp: Drop msi_doorbell_end()
  irqchip/armada-370-xp: Add the __init attribute to mpic_msi_init()
  irqchip/armada-370-xp: Put __init attribute after return type in
    mpic_ipi_init()
  irqchip/armada-370-xp: Put static variables into driver private
    structure
  irqchip/armada-370-xp: Put MSI doorbell limits into the mpic structure
  irqchip/armada-370-xp: Pass around the driver private structure
  irqchip/armada-370-xp: Dynamically allocate the driver private
    structure
  irqchip/armada-370-xp: Correct reenabling last per-CPU interrupt
  irqchip/armada-370-xp: Iterate only valid bits of the per-CPU
    interrupt cause register
  irqchip/armada-370-xp: Allow mapping only per-CPU interrupts
  irqchip/armada-370-xp: Use the mpic_is_ipi_available() helper in one
    more case

 drivers/irqchip/irq-armada-370-xp.c | 407 ++++++++++++++++------------
 1 file changed, 229 insertions(+), 178 deletions(-)

-- 
2.44.2



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

end of thread, other threads:[~2024-08-07 16:48 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-07 16:40 [PATCH v2 00/12] armada-370-xp irqchip updates round 5 Marek Behún
2024-08-07 16:40 ` [PATCH v2 01/12] irqchip/armada-370-xp: Drop IPI_DOORBELL_START and rename IPI_DOORBELL_END Marek Behún
2024-08-07 16:40 ` [PATCH v2 02/12] irqchip/armada-370-xp: Drop msi_doorbell_end() Marek Behún
2024-08-07 16:40 ` [PATCH v2 03/12] irqchip/armada-370-xp: Add the __init attribute to mpic_msi_init() Marek Behún
2024-08-07 16:40 ` [PATCH v2 04/12] irqchip/armada-370-xp: Put __init attribute after return type in mpic_ipi_init() Marek Behún
2024-08-07 16:40 ` [PATCH v2 05/12] irqchip/armada-370-xp: Put static variables into driver private structure Marek Behún
2024-08-07 16:40 ` [PATCH v2 06/12] irqchip/armada-370-xp: Put MSI doorbell limits into the mpic structure Marek Behún
2024-08-07 16:40 ` [PATCH v2 07/12] irqchip/armada-370-xp: Pass around the driver private structure Marek Behún
2024-08-07 16:41 ` [PATCH v2 08/12] irqchip/armada-370-xp: Dynamically allocate " Marek Behún
2024-08-07 16:41 ` [PATCH v2 09/12] irqchip/armada-370-xp: Fix reenabling last per-CPU interrupt Marek Behún
2024-08-07 16:41 ` [PATCH v2 10/12] irqchip/armada-370-xp: Iterate only valid bits of the per-CPU interrupt cause register Marek Behún
2024-08-07 16:41 ` [PATCH v2 11/12] irqchip/armada-370-xp: Allow mapping only per-CPU interrupts Marek Behún
2024-08-07 16:41 ` [PATCH v2 12/12] irqchip/armada-370-xp: Use the mpic_is_ipi_available() helper in one more case Marek Behún

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.