aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/counter/interrupt-cnt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-30counter: interrupt-cnt: Implement watch_validate callbackWilliam Breathitt Gray1-0/+11
2022-09-30counter: Move symbols into COUNTER namespaceWilliam Breathitt Gray1-0/+1
2022-03-18counter: interrupt-cnt: add counter_push_event()Oleksij Rempel1-2/+5
2021-12-30counter: interrupt-cnt: Convert to new counter registrationUwe Kleine-König1-12/+16
2021-12-30counter: interrupt-cnt: Convert to counter_priv() wrapperUwe Kleine-König1-5/+5
2021-10-17counter: Internalize sysfs interface codeWilliam Breathitt Gray1-36/+26
2021-08-09counter: Rename counter_count_function to counter_functionWilliam Breathitt Gray1-2/+2
2021-08-09counter: Rename counter_signal_value to counter_signal_levelWilliam Breathitt Gray1-2/+2
2021-08-09counter: Standardize to ERANGE for limit exceeded errorsWilliam Breathitt Gray1-0/+3
2021-06-13counter: interrupt-cnt: Add const qualifier for actions_list arrayWilliam Breathitt Gray1-3/+3
2021-06-09counter: interrupt-cnt: Add const qualifier for functions_list arrayWilliam Breathitt Gray1-1/+1
2021-03-25counter: add IRQ or GPIO based counterOleksij Rempel1-0/+244