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(-)