irqbalance: Add upstream fix for AARCH64 irq name parsing
authorHannu Nyman <hannu.nyman@iki.fi>
Wed, 15 Feb 2023 21:07:53 +0000 (23:07 +0200)
committerHannu Nyman <hannu.nyman@iki.fi>
Wed, 15 Feb 2023 21:51:58 +0000 (23:51 +0200)
commit22188b42bd6fb969ee1880b2a09589f65d11a62c
tree6a45cc903a71e7ab8dcdb8bc2354485819ef27ec
parent51634a960c8bd22fce5870462011cea6fbf4f0bc
irqbalance: Add upstream fix for AARCH64 irq name parsing

Add upstream fix for AARCH64 irq name parsing.

> On arm64 SoCs like TI's K3 SoC and few other SoCs,
> IRQ names don't get parsed correct due to which they
> end up being classified into wrong class. Fix this by
> considering last token to contain IRQ name always.

The fix seems to enable e.g. RT3200 to notice a few more
interrupts and start balancing them.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
utils/irqbalance/Makefile
utils/irqbalance/patches/001-upstream-fix-aarch64-irq-parsing.patch [new file with mode: 0644]