[PATCH 0/2] Fix for GPIO interrupts

From: Biju Das
Date: Mon Sep 18 2023 - 08:35:21 EST


The following issues observed while adding IRQ support for RTC.
* The driver is not following reverse order of enable() for disable().
* The driver is not following as per hardware manual for setting
GPIO interrupts. As per HW manual we need to set noise filter
for GPIO interrupts.

This patch series fixes those issues.

Biju Das (2):
pinctrl: renesas: rzg2l: Make reverse order of enable() for disable()
pinctrl: renesas: rzg2l: Enable noise filter for GPIO interrupt input

drivers/pinctrl/renesas/pinctrl-rzg2l.c | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)

--
2.25.1