summaryrefslogtreecommitdiff
path: root/drivers/counter
AgeCommit message (Expand)AuthorFilesLines
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
2023-05-10counter: stm32-timer-cnt: Reset TIM_TISEL to its default value in probeUwe Kleine-König1-0/+3
2023-05-10counter: 104-quad-8: Remove reference in Kconfig to 25-bit counter valueWilliam Breathitt Gray1-3/+3
2023-05-02Merge tag 'mfd-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds3-0/+918
2023-04-26counter: rz-mtu3-cnt: Unlock on error in rz_mtu3_count_ceiling_write()Dan Carpenter1-2/+6
2023-04-26counter: Add Renesas RZ/G2L MTU3a counter driverBiju Das3-0/+914
2023-03-18counter: 104-quad-8: Fix Synapse action reported for Index signalsWilliam Breathitt Gray1-1/+1
2023-03-18counter: 104-quad-8: Fix race condition between FLAG and CNTR readsWilliam Breathitt Gray1-21/+8
2023-01-18counter: fix dependency references for config MICROCHIP_TCB_CAPTURELukas Bulwahn1-1/+1
2023-01-13counter: microchip-tcp-capture: Add appropriate arch deps for TCP driverPeter Robinson1-0/+1
2023-01-13counter: ftm-quaddec: Depend on the Layerscape SoCPeter Robinson1-0/+1
2023-01-13counter: intel-qep: Depend on X86Peter Robinson1-0/+1
2023-01-13counter: Sort the Kconfig entries alphabeticallyPeter Robinson1-44/+44
2022-11-27counter: stm32-lptimer-cnt: fix the check on arr and cmp registers updateFabrice Gasnier1-1/+1
2022-10-24counter: 104-quad-8: Fix race getting function mode and directionWilliam Breathitt Gray1-22/+42
2022-10-24counter: microchip-tcb-capture: Handle Signal1 read and SynapseWilliam Breathitt Gray1-4/+14
2022-10-17counter: ti-ecap-capture: fix IS_ERR() vs NULL checkDan Carpenter1-2/+2
2022-10-17counter: Reduce DEFINE_COUNTER_ARRAY_POLARITY() to defining counter_arrayWilliam Breathitt Gray1-1/+2
2022-10-08Merge tag 'gpio-updates-for-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+3