Re: [PATCH v2 1/8] irqchip/qcom-pdc: restructure version support

From: Konrad Dybcio

Date: Thu Jun 11 2026 - 06:55:08 EST


On 5/26/26 12:54 PM, Maulik Shah wrote:
> PDC irqchip updates IRQ_ENABLE and IRQ_CFG and for three different
> versions v2.7, v3.0 and v3.2. These registers are organized in H/W
> as below on various SoCs.

[...]

> +struct pdc_desc {
> + void __iomem *base;
> + void __iomem *prev_base;
> + u32 version;
> + const struct pdc_regs *regs;
> + const struct pdc_cfg *cfg;

"cfg" is a bit vague, perhaps irq_cfg_fields or something similar?
That said, "irq_cfg_fields" isn't very catchy, so if you have a better
name, go ahead

Konrad