linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/13] armada-370-xp irqchip updates round 5
@ 2024-07-15 10:51 Marek Behún
  2024-07-15 10:51 ` [PATCH 01/13] irqchip/armada-370-xp: Drop IPI_DOORBELL_START and rename IPI_DOORBELL_END Marek Behún
                   ` (12 more replies)
  0 siblings, 13 replies; 22+ messages in thread
From: Marek Behún @ 2024-07-15 10:51 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 the last round of updates for armada-370-xp irqchip before
I send the one patch adding support for SoC Error interrupts.

Again, most of the patches should be easy to review, with the possible
exception of patches 6/13 and 8/13: these convert the driver to use
driver private structure for its intenral state. I split this
conversion into 3 patches in hopes that it will be easier to review.

Patch 10/13 is a fix of an issue I discovered that has been present
since 2017.

This series can be applied on tip/irq/core, but only after rounds 2, 3
and 4 are applied first:
  https://patchwork.kernel.org/project/linux-arm-kernel/list/?series=869325
  https://patchwork.kernel.org/project/linux-arm-kernel/list/?series=870469
  https://patchwork.kernel.org/project/linux-arm-kernel/list/?series=870540

Marek

Marek Behún (13):
  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: Rename struct irq_domain variables for
    consistency
  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: Fix 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 | 428 +++++++++++++++-------------
 1 file changed, 235 insertions(+), 193 deletions(-)

-- 
2.44.2



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

end of thread, other threads:[~2024-07-29 13:36 UTC | newest]

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

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).