linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix for GPIO interrupts
@ 2023-09-18 12:33 Biju Das
  2023-09-18 12:33 ` [PATCH 1/2] pinctrl: renesas: rzg2l: Make reverse order of enable() for disable() Biju Das
  2023-09-18 12:33 ` [PATCH 2/2] pinctrl: renesas: rzg2l: Enable noise filter for GPIO interrupt input Biju Das
  0 siblings, 2 replies; 14+ messages in thread
From: Biju Das @ 2023-09-18 12:33 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Biju Das, Geert Uytterhoeven, Claudiu Beznea, Lad Prabhakar,
	Marc Zyngier, linux-kernel, linux-renesas-soc, linux-gpio,
	Biju Das

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


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2023-09-25 13:19 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-18 12:33 [PATCH 0/2] Fix for GPIO interrupts Biju Das
2023-09-18 12:33 ` [PATCH 1/2] pinctrl: renesas: rzg2l: Make reverse order of enable() for disable() Biju Das
2023-09-18 12:54   ` Geert Uytterhoeven
2023-09-18 12:33 ` [PATCH 2/2] pinctrl: renesas: rzg2l: Enable noise filter for GPIO interrupt input Biju Das
2023-09-18 12:57   ` Geert Uytterhoeven
2023-09-18 13:18     ` Biju Das
2023-09-18 13:25       ` Geert Uytterhoeven
2023-09-18 16:49         ` Biju Das
2023-09-20  9:20           ` Biju Das
2023-09-20 12:20   ` Linus Walleij
2023-09-20 12:37     ` Biju Das
2023-09-20 13:54       ` Linus Walleij
2023-09-20 14:06         ` Biju Das
2023-09-25 13:19           ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).