summaryrefslogtreecommitdiffstats
path: root/include/linux/counter.h
Commit message (Expand)AuthorAgeFilesLines
* counter: Declare counter_priv() to be constUwe Kleine-König2023-08-161-1/+1
* counter: Reduce DEFINE_COUNTER_ARRAY_POLARITY() to defining counter_arrayWilliam Breathitt Gray2022-10-171-3/+2
* counter: Introduce the COUNTER_COMP_ARRAY component typeWilliam Breathitt Gray2022-09-301-0/+134
* counter: Introduce the Count capture componentWilliam Breathitt Gray2022-09-301-0/+3
* counter: Introduce the Signal polarity componentWilliam Breathitt Gray2022-09-301-0/+10
* counter: Realign counter_comp comment block to 80 charactersWilliam Breathitt Gray2022-09-221-20/+20
* counter: remove old and now unused registration APIUwe Kleine-König2021-12-301-12/+0
* counter: Provide alternative counter registration functionsUwe Kleine-König2021-12-301-0/+15
* counter: Provide a wrapper to access device private dataUwe Kleine-König2021-12-301-0/+2
* counter: Add the necessary colons and indents to the comments of counter_compiYanteng Si2021-12-211-20/+20
* counter: Fix use-after-free race condition for events_queue_size writeWilliam Breathitt Gray2021-10-211-2/+4
* counter: drop chrdev_lockDavid Lechner2021-10-191-7/+0
* counter: Add character device interfaceWilliam Breathitt Gray2021-10-171-0/+56
* counter: Move counter enums to uapi headerWilliam Breathitt Gray2021-10-171-41/+1
* counter: Update counter.h comments to reflect sysfs internalizationWilliam Breathitt Gray2021-10-171-32/+30
* counter: Internalize sysfs interface codeWilliam Breathitt Gray2021-10-171-320/+338
* counter: Rename counter_count_function to counter_functionWilliam Breathitt Gray2021-08-091-10/+10
* counter: Rename counter_signal_value to counter_signal_levelWilliam Breathitt Gray2021-08-091-6/+6
* counter: Fix typo in action_get descriptionWilliam Breathitt Gray2019-10-181-1/+1
* counter: Simplify the count_read and count_write callbacksWilliam Breathitt Gray2019-10-181-65/+9
* counter: Introduce the Generic Counter interfaceWilliam Breathitt Gray2019-04-251-0/+510