Re: [PATCH v3 0/8] x1e80100: Enable PDC wake GPIOs and deepest idle state
From: Maulik Shah (mkshah)
Date: Fri Jul 03 2026 - 05:32:07 EST
On 6/29/2026 12:09 AM, Val Packett wrote:
>
> On 6/16/26 6:25 AM, Maulik Shah wrote:
>> [..]
>> ---
>> Maulik Shah (7):
>> irqchip/qcom-pdc: restructure version support
>> irqchip/qcom-pdc: Move all statics to struct pdc_desc
>> irqchip/qcom-pdc: Remove pdc_enable_intr() wrapper
>> irqchip/qcom-pdc: Differentiate between direct SPI and GPIO as SPI
>> irqchip/qcom-pdc: Configure PDC to pass through mode
>> Revert "pinctrl: qcom: x1e80100: Bypass PDC wakeup parent for now"
>> arm64: dts: qcom: x1e80100: Add deepest idle state
>>
>> Stephan Gerhold (1):
>> pinctrl: qcom: Acknowledge IRQs for PDC interrupt controller
>>
>> [..]
>
> Something about this series breaks the touchscreen interrupt (<&tlmm 81 IRQ_TYPE_LEVEL_LOW>) on sm7325-motorola-dubai :(
>
> With this series, that interrupt only happens once (stuck at 1 in /proc/interrupts) so events are not reported. Something something level triggered..??
>
Hi Val,
Thanks for reporting this. This seems likely because patch 6 of the series adding IRQCHIP_EOI_THREADED flag for gpio irqchip.
In v4, removing this flag and modifying .irq_mask/irq_unmask callback for secondary chip to have similar functionality as IRQCHIP_EOI_THREADED.
Thanks,
Maulik