All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] armada-370-xp irqchip updates
@ 2024-06-21  9:38 Marek Behún
  2024-06-21  9:38 ` [PATCH v3 1/5] irqchip/armada-370-xp: Do not allow mapping IRQ 0 and 1 Marek Behún
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Marek Behún @ 2024-06-21  9:38 UTC (permalink / raw)
  To: Andrew Lunn, Gregory Clement, Sebastian Hesselbarth,
	Thomas Gleixner, Arnd Bergmann, soc, linux-arm-kernel, arm,
	Andy Shevchenko, Hans de Goede, Ilpo Järvinen
  Cc: Marek Behún

Hi Arnd, Andrew, et al.

this is v3 of updates for armada-370-xp irqchip. There is one small fix,
and another patch added which was previosly sent separately.

Also I realized that I did not send to the SoC mailing list, nor to
Arnd.

As written in previous cover letter: this driver is in need of a major
refactor in order to bring it to modern standards, but that is
unfortunately currently infeasible with my time constraints.

v1 and v2 at:
  https://patchwork.kernel.org/project/linux-arm-kernel/list/?series=863473
  https://patchwork.kernel.org/project/linux-arm-kernel/list/?series=863707

Changes since v2:
- dropped redundant assignment during declaration in patch 4
  (bool src0 = false, src1 = false)
- added patch 5 to this series, previously sent separately

Marek Behún (1):
  irqchip/armada-370-xp: Use atomic_io_modify() instead of another
    spinlock

Pali Rohár (4):
  irqchip/armada-370-xp: Do not allow mapping IRQ 0 and 1
  irqchip/armada-370-xp: Only call ipi_resume() if IPI is available
  irqchip/armada-370-xp: Do not touch IPI registers on platforms without
    IPI
  irqchip/armada-370-xp: Add support for 32 MSI interrupts on non-IPI
    platforms

 drivers/irqchip/irq-armada-370-xp.c | 121 ++++++++++++++++++++++------
 1 file changed, 95 insertions(+), 26 deletions(-)

-- 
2.44.2


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

end of thread, other threads:[~2024-07-01 17:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-21  9:38 [PATCH v3 0/5] armada-370-xp irqchip updates Marek Behún
2024-06-21  9:38 ` [PATCH v3 1/5] irqchip/armada-370-xp: Do not allow mapping IRQ 0 and 1 Marek Behún
2024-06-21  9:38 ` [PATCH v3 2/5] irqchip/armada-370-xp: Only call ipi_resume() if IPI is available Marek Behún
2024-06-21  9:38 ` [PATCH v3 3/5] irqchip/armada-370-xp: Do not touch IPI registers on platforms without IPI Marek Behún
2024-06-21  9:38 ` [PATCH v3 4/5] irqchip/armada-370-xp: Add support for 32 MSI interrupts on non-IPI platforms Marek Behún
2024-06-21  9:38 ` [PATCH v3 5/5] irqchip/armada-370-xp: Use atomic_io_modify() instead of another spinlock Marek Behún
2024-07-01 17:00 ` [PATCH v3 0/5] armada-370-xp irqchip updates 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.