index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
counter
/
interrupt-cnt.c
Age
Commit message (
Expand
)
Author
8 days
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...
Uwe Kleine-König (The Capable Hub)
2026-05-28
counter: interrupt-cnt: use devm_mutex_init()
Stepan Ionichev
2025-12-22
counter: interrupt-cnt: Drop IRQF_NO_THREAD flag
Alexander Sverdlin
2025-05-21
Merge tag 'counter-updates-for-6.16' of ssh://gitolite.kernel.org/pub/scm/lin...
Greg Kroah-Hartman
2025-05-03
counter: interrupt-cnt: Protect enable/disable OPs with mutex
Alexander Sverdlin
2025-05-02
counter: interrupt-cnt: Convert atomic_t -> atomic_long_t
Alexander Sverdlin
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
2022-09-30
counter: interrupt-cnt: Implement watch_validate callback
William Breathitt Gray
2022-09-30
counter: Move symbols into COUNTER namespace
William Breathitt Gray
2022-03-18
counter: interrupt-cnt: add counter_push_event()
Oleksij Rempel
2021-12-30
counter: interrupt-cnt: Convert to new counter registration
Uwe Kleine-König
2021-12-30
counter: interrupt-cnt: Convert to counter_priv() wrapper
Uwe Kleine-König
2021-10-17
counter: Internalize sysfs interface code
William Breathitt Gray
2021-08-09
counter: Rename counter_count_function to counter_function
William Breathitt Gray
2021-08-09
counter: Rename counter_signal_value to counter_signal_level
William Breathitt Gray
2021-08-09
counter: Standardize to ERANGE for limit exceeded errors
William Breathitt Gray
2021-06-13
counter: interrupt-cnt: Add const qualifier for actions_list array
William Breathitt Gray
2021-06-09
counter: interrupt-cnt: Add const qualifier for functions_list array
William Breathitt Gray
2021-03-25
counter: add IRQ or GPIO based counter
Oleksij Rempel