index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
counter
Commit message (
Expand
)
Author
Age
Files
Lines
*
counter: fix dependency references for config MICROCHIP_TCB_CAPTURE
Lukas Bulwahn
2023-01-18
1
-1
/
+1
*
counter: microchip-tcp-capture: Add appropriate arch deps for TCP driver
Peter Robinson
2023-01-13
1
-0
/
+1
*
counter: ftm-quaddec: Depend on the Layerscape SoC
Peter Robinson
2023-01-13
1
-0
/
+1
*
counter: intel-qep: Depend on X86
Peter Robinson
2023-01-13
1
-0
/
+1
*
counter: Sort the Kconfig entries alphabetically
Peter Robinson
2023-01-13
1
-44
/
+44
*
counter: stm32-lptimer-cnt: fix the check on arr and cmp registers update
Fabrice Gasnier
2022-11-26
1
-1
/
+1
*
counter: 104-quad-8: Fix race getting function mode and direction
William Breathitt Gray
2022-10-23
1
-22
/
+42
*
counter: microchip-tcb-capture: Handle Signal1 read and Synapse
William Breathitt Gray
2022-10-23
1
-4
/
+14
*
counter: ti-ecap-capture: fix IS_ERR() vs NULL check
Dan Carpenter
2022-10-17
1
-2
/
+2
*
counter: Reduce DEFINE_COUNTER_ARRAY_POLARITY() to defining counter_array
William Breathitt Gray
2022-10-17
1
-1
/
+2
*
Merge tag 'gpio-updates-for-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2022-10-08
1
-2
/
+3
|
\
|
*
counter: 104-quad-8: Ensure number of irq matches number of base
William Breathitt Gray
2022-09-15
1
-2
/
+3
*
|
Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-10-08
14
-75
/
+1064
|
\
\
|
*
|
counter: ti-ecap-capture: capture driver support for ECAP
Julien Panis
2022-09-30
3
-0
/
+630
|
*
|
counter: Introduce the COUNTER_COMP_ARRAY component type
William Breathitt Gray
2022-09-30
2
-20
/
+312
|
*
|
counter: Consolidate Counter extension sysfs attribute creation
William Breathitt Gray
2022-09-30
1
-49
/
+49
|
*
|
counter: 104-quad-8: Add Signal polarity component
William Breathitt Gray
2022-09-30
1
-0
/
+35
|
*
|
counter: Introduce the Signal polarity component
William Breathitt Gray
2022-09-30
2
-0
/
+13
|
*
|
counter: interrupt-cnt: Implement watch_validate callback
William Breathitt Gray
2022-09-30
1
-0
/
+11
|
*
|
counter: Move symbols into COUNTER namespace
William Breathitt Gray
2022-09-30
10
-8
/
+16
|
|
/
*
/
counter: 104-quad-8: Fix skipped IRQ lines during events configuration
William Breathitt Gray
2022-09-22
1
-3
/
+3
|
/
*
counter: 104-quad-8: Implement and utilize register structures
William Breathitt Gray
2022-07-14
1
-73
/
+93
*
counter: 104-quad-8: Utilize iomap interface
William Breathitt Gray
2022-07-14
1
-80
/
+89
*
Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-03-28
4
-4
/
+21
|
\
|
*
counter: add defaults to switch-statements
Tom Rix
2022-03-18
1
-0
/
+4
|
*
counter: interrupt-cnt: add counter_push_event()
Oleksij Rempel
2022-03-18
1
-2
/
+5
|
*
counter: Set counter device name
William Breathitt Gray
2022-03-18
1
-1
/
+11
|
*
counter: 104-quad-8: Add COMPILE_TEST depends
William Breathitt Gray
2022-03-18
1
-1
/
+1
*
|
counter: Stop using dev_get_drvdata() to get the counter device
Uwe Kleine-König
2022-03-15
1
-6
/
+11
|
/
*
counter: fix an IS_ERR() vs NULL bug
Dan Carpenter
2022-01-26
1
-9
/
+6
*
counter: 104-quad-8: Fix use-after-free by quad8_irq_handler
William Breathitt Gray
2022-01-06
1
-2
/
+2
*
counter: remove old and now unused registration API
Uwe Kleine-König
2021-12-30
1
-96
/
+4
*
counter: ti-eqep: Convert to new counter registration
Uwe Kleine-König
2021-12-30
1
-14
/
+15
*
counter: stm32-lptimer-cnt: Convert to new counter registration
Uwe Kleine-König
2021-12-30
1
-14
/
+19
*
counter: stm32-timer-cnt: Convert to new counter registration
Uwe Kleine-König
2021-12-30
1
-12
/
+18
*
counter: microchip-tcb-capture: Convert to new counter registration
Uwe Kleine-König
2021-12-30
1
-13
/
+17
*
counter: ftm-quaddec: Convert to new counter registration
Uwe Kleine-König
2021-12-30
1
-13
/
+13
*
counter: intel-qep: Convert to new counter registration
Uwe Kleine-König
2021-12-30
1
-12
/
+16
*
counter: interrupt-cnt: Convert to new counter registration
Uwe Kleine-König
2021-12-30
1
-12
/
+16
*
counter: 104-quad-8: Convert to new counter registration
Uwe Kleine-König
2021-12-30
1
-15
/
+20
*
counter: Provide alternative counter registration functions
Uwe Kleine-König
2021-12-30
1
-2
/
+166
*
counter: stm32-timer-cnt: Convert to counter_priv() wrapper
Uwe Kleine-König
2021-12-30
1
-9
/
+9
*
counter: stm32-lptimer-cnt: Convert to counter_priv() wrapper
Uwe Kleine-König
2021-12-30
1
-9
/
+9
*
counter: ti-eqep: Convert to counter_priv() wrapper
Uwe Kleine-König
2021-12-30
1
-1
/
+1
*
counter: ftm-quaddec: Convert to counter_priv() wrapper
Uwe Kleine-König
2021-12-30
1
-4
/
+4
*
counter: intel-qep: Convert to counter_priv() wrapper
Uwe Kleine-König
2021-12-30
1
-9
/
+9
*
counter: microchip-tcb-capture: Convert to counter_priv() wrapper
Uwe Kleine-König
2021-12-30
1
-6
/
+6
*
counter: interrupt-cnt: Convert to counter_priv() wrapper
Uwe Kleine-König
2021-12-30
1
-5
/
+5
*
counter: 104-quad-8: Convert to counter_priv() wrapper
Uwe Kleine-König
2021-12-30
1
-28
/
+28
*
counter: Provide a wrapper to access device private data
Uwe Kleine-König
2021-12-30
1
-0
/
+12
[next]