summaryrefslogtreecommitdiff
path: root/drivers/counter
AgeCommit message (Expand)AuthorFilesLines
2025-05-24Merge tag 'counter-updates-for-6.16b' of ssh://gitolite.kernel.org/pub/scm/li...Greg Kroah-Hartman2-3/+29
2025-05-22counter: microchip-tcb-capture: Add watch validation supportDharma Balasubiramani1-1/+24
2025-05-21Merge tag 'counter-updates-for-6.16' of ssh://gitolite.kernel.org/pub/scm/lin...Greg Kroah-Hartman1-4/+4
2025-05-15counter: stm32-timer-cnt: add support for stm32mp25Fabrice Gasnier1-2/+5
2025-05-03counter: interrupt-cnt: Protect enable/disable OPs with mutexAlexander Sverdlin1-0/+9
2025-05-02counter: interrupt-cnt: Convert atomic_t -> atomic_long_tAlexander Sverdlin1-4/+4
2025-04-03Merge tag 'char-misc-6.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-9/+34
2025-03-10counter: microchip-tcb-capture: Add support for RC CompareWilliam Breathitt Gray1-0/+28
2025-03-08counter: microchip-tcb-capture: Add capture extensions for registers RA/RBBence Csókás1-0/+58
2025-03-08counter: microchip-tcb-capture: Add IRQ handlingBence Csókás1-0/+74
2025-03-06counter: microchip-tcb-capture: Fix undefined counter channel state on probeWilliam Breathitt Gray1-0/+19
2025-03-04counter: stm32-lptimer-cnt: fix error handling when enablingFabrice Gasnier1-9/+15
2025-02-05counter: ti-eqep: add direction supportDavid Lechner1-0/+32
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra13-20/+20
2024-12-02Get rid of 'remove_new' relic from platform driver structLinus Torvalds2-2/+2
2024-11-07Merge tag 'counter-fixes-for-6.12' of ssh://gitolite.kernel.org/pub/scm/linux...Greg Kroah-Hartman2-4/+20
2024-11-07Merge tag 'counter-updates-for-6.13' of ssh://gitolite.kernel.org/pub/scm/lin...Greg Kroah-Hartman2-7/+4
2024-11-05counter: ti-ecap-capture: Add check for clk_enable()Jiasheng Jiang1-1/+6
2024-11-05counter: stm32-timer-cnt: Add check for clk_enable()Jiasheng Jiang1-3/+13
2024-11-01counter: intel-qep: Replace deprecated PCI functionsPhilipp Stanner1-7/+3
2024-11-01counter: stm32-timer-cnt: fix device_node handling in probe_encoder()Javier Carrasco1-0/+1
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro2-2/+2
2024-09-30counter: ftm-quaddec: Enable module autoloadingLiao Chen1-0/+1
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2024-07-20Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-17/+117
2024-07-16Merge tag 'pwm/for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2024-07-01counter: ti-eqep: Allow eQEP driver to be built for K3 devicesJudith Mendez1-1/+1
2024-07-01counter/ti-eqep: Add new ti-am62-eqep compatibleJudith Mendez1-0/+1
2024-07-01counter: ti-eqep: remove counter_priv() wrapperDavid Lechner1-14/+9
2024-07-01counter: ti-eqep: remove unused struct memberDavid Lechner1-1/+0
2024-07-01counter: ti-eqep: implement over/underflow eventsDavid Lechner1-1/+105
2024-07-01counter: ftm-quaddec: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-26counter: stm32-timer-cnt: Use TIM_DIER_CCxIE(x) instead of TIM_DIER_CCxIE(x)Uwe Kleine-König1-2/+2
2024-06-22counter: ti-eqep: enable clock at probeDavid Lechner1-0/+6
2024-04-02counter: ti-ecap-capture: Utilize COUNTER_COMP_FREQUENCY macroWilliam Breathitt Gray1-1/+1
2024-04-02counter: ti-eqep: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-04-02counter: ti-ecap-capture: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-04-02counter: stm32-timer-cnt: add support for capture eventsFabrice Gasnier1-3/+131
2024-04-02counter: stm32-timer-cnt: add support for overflow eventsFabrice Gasnier1-1/+137
2024-04-02counter: stm32-timer-cnt: probe number of channels from registersFabrice Gasnier1-0/+17
2024-04-02counter: stm32-timer-cnt: introduce channelsFabrice Gasnier1-0/+20
2024-04-02counter: stm32-timer-cnt: add checks on quadrature encoder capabilityFabrice Gasnier1-0/+55
2024-04-02counter: stm32-timer-cnt: add counter prescaler extensionFabrice Gasnier1-0/+29
2024-04-02counter: stm32-timer-cnt: introduce clock signalFabrice Gasnier1-4/+49
2024-04-02counter: stm32-timer-cnt: adopt signal definitionsFabrice Gasnier1-6/+9
2024-04-02counter: stm32-timer-cnt: rename counterFabrice Gasnier1-1/+1
2024-04-02counter: stm32-timer-cnt: rename quadrature signalFabrice Gasnier1-2/+2
2024-04-02counter: constify the struct device_type usageRicardo B. Marliere1-1/+1
2024-04-02counter: make counter_bus_type constRicardo B. Marliere1-1/+1
2024-02-17counter: fix privdata alignmentNuno Sa1-3/+4