summaryrefslogtreecommitdiff
path: root/drivers/counter
AgeCommit message (Expand)AuthorFilesLines
2025-06-19counter: interrupt-cnt: Protect enable/disable OPs with mutexAlexander Sverdlin1-0/+9
2025-04-07counter: microchip-tcb-capture: Fix undefined counter channel state on probeWilliam Breathitt Gray1-0/+19
2025-04-07counter: stm32-lptimer-cnt: fix error handling when enablingFabrice Gasnier1-9/+15
2024-12-05counter: stm32-timer-cnt: fix device_node handling in probe_encoder()Javier Carrasco1-0/+1
2024-12-05counter: ti-ecap-capture: Add check for clk_enable()Jiasheng Jiang1-1/+6
2024-12-05counter: stm32-timer-cnt: Add check for clk_enable()Jiasheng Jiang1-3/+13
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro2-2/+2
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
2023-10-02Merge tag 'counter-fixes-for-6.6a' of git://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman2-3/+3
2023-09-05counter: microchip-tcb-capture: Fix the use of internal GCLK logicDharma Balasubiramani1-1/+1
2023-09-04Merge tag 'mfd-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds1-1/+1
2023-09-04counter: chrdev: fix getting array extensionsFabrice Gasnier1-2/+2
2023-08-18mfd: rz-mtu3: Link time dependenciesArnd Bergmann1-1/+1
2023-08-16counter: rz-mtu3-cnt: Reorder locking sequence for consistencyBiju Das1-2/+2
2023-08-16counter: Explicitly include correct DT includesRob Herring1-1/+0
2023-08-04Merge tag 'counter-fixes-for-6.5a' of git://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman1-7/+7
2023-06-21counter: Fix menuconfig "Counter support" submenu entries disappearanceWilliam Breathitt Gray1-7/+7
2023-06-15Merge tag 'counter-updates-for-6.5a' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman6-367/+916
2023-06-08counter: i8254: Introduce the Intel 8254 interface library moduleWilliam Breathitt Gray4-1/+470
2023-05-31counter: add HAS_IOPORT_MAP dependencyNiklas Schnelle1-0/+1
2023-05-19counter: 104-quad-8: Migrate to the regmap APIWilliam Breathitt Gray2-137/+229
2023-05-19counter: 104-quad-8: Utilize helper functions to handle PR, FLAG and PSCWilliam Breathitt Gray1-52/+45
2023-05-19counter: 104-quad-8: Refactor to buffer states for CMR, IOR, and IDRWilliam Breathitt Gray1-183/+105
2023-05-19counter: 104-quad-8: Utilize bitfield access macrosWilliam Breathitt Gray1-102/+172