]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
irqchip/armada-370-xp: Do not touch Performance Counter Overflow on A375, A38x, A39x
authorPali Rohár <pali@kernel.org>
Mon, 25 Apr 2022 11:37:05 +0000 (13:37 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Jun 2022 08:26:26 +0000 (10:26 +0200)
commit5e7133c2727896cd2bca9de5ebf65119aa4876cd
tree2dcbc16e943e6d0705a620d7c25fa67bfcda3a85
parent5b58a1b0c8ded27897db75acadcde0d45956bbce
irqchip/armada-370-xp: Do not touch Performance Counter Overflow on A375, A38x, A39x

commit a3d66a76348daf559873f19afc912a2a7c2ccdaf upstream.

Register ARMADA_370_XP_INT_FABRIC_MASK_OFFS is Armada 370 and XP specific
and on new Armada platforms it has different meaning. It does not configure
Performance Counter Overflow interrupt masking. So do not touch this
register on non-A370/XP platforms (A375, A38x and A39x).

Signed-off-by: Pali Rohár <pali@kernel.org>
Cc: stable@vger.kernel.org
Fixes: 28da06dfd9e4 ("irqchip: armada-370-xp: Enable the PMU interrupts")
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20220425113706.29310-1-pali@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/irqchip/irq-armada-370-xp.c