public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
From: Rosen Penev <rosenp@gmail•com>
To: linux-watchdog@vger•kernel.org
Cc: Nicolas Ferre <nicolas.ferre@microchip•com>,
	Alexandre Belloni <alexandre.belloni@bootlin•com>,
	Claudiu Beznea <claudiu.beznea@tuxon•dev>,
	Wim Van Sebroeck <wim@linux-watchdog•org>,
	Guenter Roeck <linux@roeck-us•net>,
	linux-arm-kernel@lists•infradead.org (moderated
	list:ARM/Microchip (AT91) SoC support),
	linux-kernel@vger•kernel.org (open list)
Subject: [PATCH 0/2] watchdog: sama5d4: fix IRQ and timeout bugs, use platform_get_irq_optional
Date: Wed,  3 Jun 2026 18:05:40 -0700	[thread overview]
Message-ID: <20260604010542.23177-1-rosenp@gmail.com> (raw)

This series fixes three pre-existing issues in the sama5d4 watchdog
driver (unsafe IRQF_SHARED, incorrect IRQ_HANDLED return, ignored
device-tree timeout), then simplifies interrupt acquisition by
switching from irq_of_parse_and_map() to platform_get_irq_optional().

Rosen Penev (2):
  watchdog: sama5d4: fix shared IRQ and hardcoded timeout issues
  watchdog: sama5d4: use platform_get_irq_optional()

 drivers/watchdog/sama5d4_wdt.c | 33 ++++++++++++++++++---------------
 1 file changed, 18 insertions(+), 15 deletions(-)

-- 
2.54.0



             reply	other threads:[~2026-06-04  1:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-04  1:05 Rosen Penev [this message]
2026-06-04  1:05 ` [PATCH 1/2] watchdog: sama5d4: fix shared IRQ and hardcoded timeout issues Rosen Penev
2026-06-04  1:05 ` [PATCH 2/2] watchdog: sama5d4: use platform_get_irq_optional() Rosen Penev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260604010542.23177-1-rosenp@gmail.com \
    --to=rosenp@gmail$(echo .)com \
    --cc=alexandre.belloni@bootlin$(echo .)com \
    --cc=claudiu.beznea@tuxon$(echo .)dev \
    --cc=linux-arm-kernel@lists$(echo .)infradead.org \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linux-watchdog@vger$(echo .)kernel.org \
    --cc=linux@roeck-us$(echo .)net \
    --cc=nicolas.ferre@microchip$(echo .)com \
    --cc=wim@linux-watchdog$(echo .)org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox