summaryrefslogtreecommitdiffstats
path: root/drivers/counter
Commit message (Expand)AuthorAgeFilesLines
* counter: ti-ecap-capture: Utilize COUNTER_COMP_FREQUENCY macroWilliam Breathitt Gray2024-04-021-1/+1
* counter: ti-eqep: Convert to platform remove callback returning voidUwe Kleine-König2024-04-021-4/+2
* counter: ti-ecap-capture: Convert to platform remove callback returning voidUwe Kleine-König2024-04-021-4/+2
* counter: stm32-timer-cnt: add support for capture eventsFabrice Gasnier2024-04-021-3/+131
* counter: stm32-timer-cnt: add support for overflow eventsFabrice Gasnier2024-04-021-1/+137
* counter: stm32-timer-cnt: probe number of channels from registersFabrice Gasnier2024-04-021-0/+17
* counter: stm32-timer-cnt: introduce channelsFabrice Gasnier2024-04-021-0/+20
* counter: stm32-timer-cnt: add checks on quadrature encoder capabilityFabrice Gasnier2024-04-021-0/+55
* counter: stm32-timer-cnt: add counter prescaler extensionFabrice Gasnier2024-04-021-0/+29
* counter: stm32-timer-cnt: introduce clock signalFabrice Gasnier2024-04-021-4/+49
* counter: stm32-timer-cnt: adopt signal definitionsFabrice Gasnier2024-04-021-6/+9
* counter: stm32-timer-cnt: rename counterFabrice Gasnier2024-04-021-1/+1
* counter: stm32-timer-cnt: rename quadrature signalFabrice Gasnier2024-04-021-2/+2
* counter: constify the struct device_type usageRicardo B. Marliere2024-04-021-1/+1
* counter: make counter_bus_type constRicardo B. Marliere2024-04-021-1/+1
* counter: fix privdata alignmentNuno Sa2024-02-161-3/+4
* Merge tag 'counter-fixes-for-6.6a' of git://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman2023-10-022-3/+3
|\
| * counter: microchip-tcb-capture: Fix the use of internal GCLK logicDharma Balasubiramani2023-09-051-1/+1
| * counter: chrdev: fix getting array extensionsFabrice Gasnier2023-09-041-2/+2
* | Merge tag 'mfd-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds2023-09-041-1/+1
|\ \
| * | mfd: rz-mtu3: Link time dependenciesArnd Bergmann2023-08-181-1/+1
* | | counter: rz-mtu3-cnt: Reorder locking sequence for consistencyBiju Das2023-08-161-2/+2
* | | counter: Explicitly include correct DT includesRob Herring2023-08-161-1/+0
| |/ |/|
* | Merge tag 'counter-fixes-for-6.5a' of git://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman2023-08-041-7/+7
|\ \ | |/ |/|
| * counter: Fix menuconfig "Counter support" submenu entries disappearanceWilliam Breathitt Gray2023-06-211-7/+7
* | Merge tag 'counter-updates-for-6.5a' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2023-06-156-367/+916
|\|
| * counter: i8254: Introduce the Intel 8254 interface library moduleWilliam Breathitt Gray2023-06-084-1/+470
| * counter: 104-quad-8: Migrate to the regmap APIWilliam Breathitt Gray2023-05-182-137/+229
| * counter: 104-quad-8: Utilize helper functions to handle PR, FLAG and PSCWilliam Breathitt Gray2023-05-181-52/+45
| * counter: 104-quad-8: Refactor to buffer states for CMR, IOR, and IDRWilliam Breathitt Gray2023-05-181-183/+105
| * counter: 104-quad-8: Utilize bitfield access macrosWilliam Breathitt Gray2023-05-181-102/+172
| * counter: stm32-timer-cnt: Reset TIM_TISEL to its default value in probeUwe Kleine-König2023-05-091-0/+3
| * counter: 104-quad-8: Remove reference in Kconfig to 25-bit counter valueWilliam Breathitt Gray2023-05-091-3/+3
* | counter: add HAS_IOPORT_MAP dependencyNiklas Schnelle2023-05-311-0/+1
|/
* Merge tag 'mfd-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds2023-05-023-0/+918
|\
| * counter: rz-mtu3-cnt: Unlock on error in rz_mtu3_count_ceiling_write()Dan Carpenter2023-04-261-2/+6
| * counter: Add Renesas RZ/G2L MTU3a counter driverBiju Das2023-04-263-0/+914
* | counter: 104-quad-8: Fix Synapse action reported for Index signalsWilliam Breathitt Gray2023-03-181-1/+1
* | counter: 104-quad-8: Fix race condition between FLAG and CNTR readsWilliam Breathitt Gray2023-03-181-21/+8
|/
* counter: fix dependency references for config MICROCHIP_TCB_CAPTURELukas Bulwahn2023-01-181-1/+1
* counter: microchip-tcp-capture: Add appropriate arch deps for TCP driverPeter Robinson2023-01-131-0/+1
* counter: ftm-quaddec: Depend on the Layerscape SoCPeter Robinson2023-01-131-0/+1
* counter: intel-qep: Depend on X86Peter Robinson2023-01-131-0/+1
* counter: Sort the Kconfig entries alphabeticallyPeter Robinson2023-01-131-44/+44
* counter: stm32-lptimer-cnt: fix the check on arr and cmp registers updateFabrice Gasnier2022-11-261-1/+1
* counter: 104-quad-8: Fix race getting function mode and directionWilliam Breathitt Gray2022-10-231-22/+42
* counter: microchip-tcb-capture: Handle Signal1 read and SynapseWilliam Breathitt Gray2022-10-231-4/+14
* counter: ti-ecap-capture: fix IS_ERR() vs NULL checkDan Carpenter2022-10-171-2/+2
* counter: Reduce DEFINE_COUNTER_ARRAY_POLARITY() to defining counter_arrayWilliam Breathitt Gray2022-10-171-1/+2
* Merge tag 'gpio-updates-for-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-10-081-2/+3
|\