On Fri, Sep 05, 2025 at 01:51:58PM +0200, Julien Massot wrote: > Support for MT6359 PMIC keys has been added recently. > However, the key release event is not properly handled: > only key press events are generated, leaving key states > stuck in "pressed". > > This patch ensures that both key press and key release events > are properly emitted by handling the release logic correctly. > > Introduce a 'key_release_irq' member to the 'mtk_pmic_regs', > to identify the devices that have a separate irq for the > release event. > > Fixes: bc25e6bf032e ("Input: mtk-pmic-keys - add support for MT6359 PMIC keys") > Signed-off-by: Julien Massot <julien.massot@xxxxxxxxxxxxx> Applied, thank you. -- Dmitry