mbox series

[00/10] armada-370-xp irqchip updates round 3

Message ID 20240711115748.30268-1-kabel@kernel.org (mailing list archive)
Headers show
Series armada-370-xp irqchip updates round 3 | expand

Message

Marek Behún July 11, 2024, 11:57 a.m. UTC
Hi Thomas, Andrew, Ilpo et al.,

this is 3rd round of refactors for the armada-370-xp irqchip driver,
containing another 10 patches. This series depends on v3 of round 2 [1]
from, which in turn depends on patches merged into tip/irq/core [2].

With the expection of patch 06/10 (which is already reviewed by Andrew),
these patches are small and so should be easy to review.

Marek

[1] https://patchwork.kernel.org/project/linux-arm-kernel/list/?series=869325
[2] https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/log/?h=irq/core

Marek Behún (10):
  irqchip/armada-370-xp: Rename variable for consistency
  irqchip/armada-370-xp: Use unsigned int type for virqs
  irqchip/armada-370-xp: Use !virq instead of virq == 0 in condition
  irqchip/armada-370-xp: Simplify ipi_resume() code
  irqchip/armada-370-xp: Improve indentation
  irqchip/armada-370-xp: Change symbol prefixes to mpic
  irqchip/armada-370-xp: Don't read number of supported interrupts
    multiple times
  irqchip/armada-370-xp: Use FIELD_GET() and named register constant
  irqchip/armada-370-xp: Refactor mpic_handle_msi_irq() code
  irqchip/armada-370-xp: Refactor handling IPI interrupts

 drivers/irqchip/irq-armada-370-xp.c | 420 +++++++++++++---------------
 1 file changed, 201 insertions(+), 219 deletions(-)

Comments

Ilpo Järvinen July 11, 2024, 2:10 p.m. UTC | #1
On Thu, 11 Jul 2024, Marek Behún wrote:

> Hi Thomas, Andrew, Ilpo et al.,
> 
> this is 3rd round of refactors for the armada-370-xp irqchip driver,
> containing another 10 patches. This series depends on v3 of round 2 [1]
> from, which in turn depends on patches merged into tip/irq/core [2].
> 
> With the expection of patch 06/10 (which is already reviewed by Andrew),
> these patches are small and so should be easy to review.

Yeah, they were easy to review... For all 1-10,

Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>