Re: [PATCH v2 3/3] irqchip/qcom-pdc: Add puwra compatible for PDC secondary mode
From: Maulik Shah (mkshah)
Date: Wed Jul 15 2026 - 09:22:42 EST
On 6/17/2026 10:02 PM, Thomas Gleixner wrote:
> On Tue, Jun 16 2026 at 15:57, Maulik Shah wrote:
>> --- a/drivers/irqchip/qcom-pdc.c
>> +++ b/drivers/irqchip/qcom-pdc.c
>> @@ -704,7 +704,10 @@ static int qcom_pdc_probe(struct platform_device *pdev, struct device_node *pare
>> }
>>
>> pdc->x1e_quirk = true;
>> + }
>>
>> + if (of_device_is_compatible(node, "qcom,x1e80100-pdc") ||
>> + of_device_is_compatible(node, "qcom,x1p42100-pdc")) {
>> if (!qcom_scm_is_available())
>> return -EPROBE_DEFER;
>
> Bah. Can you please prominently tell in the cover letter that the series
> has dependencies on some other series instead of hiding that information
> in a lump of sha1 references which do not exist for me?
>
Sure, next time will be careful to add dependencies in cover letter as well
as b4 prerequisites. I have sent v3 after rebase as dependencies are already
pulled in.
Thanks,
Maulik