[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230918123355.262115-1-biju.das.jz@bp.renesas.com>
Date: Mon, 18 Sep 2023 13:33:53 +0100
From: Biju Das <biju.das.jz@...renesas.com>
To: Linus Walleij <linus.walleij@...aro.org>
Cc: Biju Das <biju.das.jz@...renesas.com>,
Geert Uytterhoeven <geert+renesas@...der.be>,
Claudiu Beznea <claudiu.beznea.uj@...renesas.com>,
Lad Prabhakar <prabhakar.mahadev-lad.rj@...renesas.com>,
Marc Zyngier <maz@...nel.org>, linux-kernel@...r.kernel.org,
linux-renesas-soc@...r.kernel.org, linux-gpio@...r.kernel.org,
Biju Das <biju.das.au@...il.com>
Subject: [PATCH 0/2] Fix for GPIO interrupts
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
Powered by blists - more mailing lists