From: William Breathitt Gray <wbg@kernel.org>
To: gregkh@linuxfoundation.org
Cc: linux-iio@vger.kernel.org
Subject: [GIT PULL] Counter fixes for 6.19
Date: Sun, 28 Dec 2025 14:21:06 +0900 [thread overview]
Message-ID: <aVC-QsxCpDSnelZq@emerald> (raw)
[-- Attachment #1: Type: text/plain, Size: 1162 bytes --]
The following changes since commit 9448598b22c50c8a5bb77a9103e2d49f134c9578:
Linux 6.19-rc2 (2025-12-21 15:52:04 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter.git tags/counter-fixes-for-6.19
for you to fetch changes up to 9517d76dd160208b7a432301ce7bec8fc1ddc305:
counter: 104-quad-8: Fix incorrect return value in IRQ handler (2025-12-22 20:03:23 +0900)
----------------------------------------------------------------
Counter fixes for 6.19
A fix for interrupt-cnt dropping the IRQF_NO_THREAD configuration to
allow the IRQ handler to correctly acquire a spinlock_t lock. A fix for
104-quad-8 correcting quad8_irq_handler() to return irqreturn_t enum
values rather than negative errno codes on error.
----------------------------------------------------------------
Alexander Sverdlin (1):
counter: interrupt-cnt: Drop IRQF_NO_THREAD flag
Haotian Zhang (1):
counter: 104-quad-8: Fix incorrect return value in IRQ handler
drivers/counter/104-quad-8.c | 20 ++++++++++++++------
drivers/counter/interrupt-cnt.c | 3 +--
2 files changed, 15 insertions(+), 8 deletions(-)
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
next reply other threads:[~2025-12-28 5:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-28 5:21 William Breathitt Gray [this message]
2025-12-28 12:55 ` [GIT PULL] Counter fixes for 6.19 Greg KH
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=aVC-QsxCpDSnelZq@emerald \
--to=wbg@kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-iio@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.