Re: [PATCH 2/2] irqchip/apple-aic: Add support for "apple,t8122-aic3"
From: Thomas Gleixner <tglx@kernel.org>
Date: 2026-01-26 15:52:10
Also in:
asahi, linux-devicetree, lkml
From: Thomas Gleixner <tglx@kernel.org>
Date: 2026-01-26 15:52:10
Also in:
asahi, linux-devicetree, lkml
On Sun, Jan 25 2026 at 12:08, Janne Grunau wrote:
+/* + * AIC v3 registers (MMIO) + */ +
Pointless newline and please make this a /* Oneline comment */
+#define AIC3_IRQ_CFG 0x10000
+
}
+ case 3:
case 2: {
1 3 2 is a weird count order...
Thanks,
tglx