index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
counter
/
counter-sysfs.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
counter: Introduce the COUNTER_COMP_ARRAY component type
William Breathitt Gray
2022-09-30
1
-2
/
+196
*
counter: Consolidate Counter extension sysfs attribute creation
William Breathitt Gray
2022-09-30
1
-49
/
+49
*
counter: Introduce the Signal polarity component
William Breathitt Gray
2022-09-30
1
-0
/
+12
*
counter: Stop using dev_get_drvdata() to get the counter device
Uwe Kleine-König
2022-03-15
1
-6
/
+11
*
counter: Fix use-after-free race condition for events_queue_size write
William Breathitt Gray
2021-10-21
1
-0
/
+7
*
counter: Cleanup lingering atomic.h includes
William Breathitt Gray
2021-10-21
1
-1
/
+0
*
counter: drop chrdev_lock
David Lechner
2021-10-19
1
-10
/
+3
*
counter/counter-sysfs: use sysfs_emit everywhere
David Lechner
2021-10-19
1
-4
/
+4
*
counter: Implement events_queue_size sysfs attribute
William Breathitt Gray
2021-10-17
1
-0
/
+45
*
counter: Implement *_component_id sysfs attributes
William Breathitt Gray
2021-10-17
1
-6
/
+27
*
counter: Implement signalZ_action_component_id sysfs attribute
William Breathitt Gray
2021-10-17
1
-0
/
+45
*
counter: Internalize sysfs interface code
William Breathitt Gray
2021-10-17
1
-0
/
+849