[PATCH v3 2/5] PCI: rcar-gen4: Configure AXIINTC if iMSI-RX not used
Marek Vasut
marek.vasut at mailbox.org
Sun Jul 5 06:35:44 PDT 2026
On 7/1/26 10:37 PM, Marek Vasut wrote:
[...]
> +/* INTC control & mask */
> +#define AXIINTCCONT 0x0a04
> +#define INTC_EN BIT(31)
> +#define INTC_MASK GENMASK(11, 2)
I just noticed the GENMASK() here should be GENMASK(11, 3) instead of
GENMASK(11, 2), I'll fix that in V4.
Before I send a V4 and flood the list more, can I please get feedback on
the new 1/5 patch in the series ?
Thank you !
More information about the linux-arm-kernel
mailing list