linux/drivers/counter
David Lechner 0cf81c73e4 counter: ti-eqep: enable clock at probe
The TI eQEP clock is both a functional and interface clock. Since it is
required for the device to function, we should be enabling it at probe.

Up to now, we've just been lucky that the clock was enabled by something
else on the system already.

Fixes: f213729f67 ("counter: new TI eQEP driver")
Reviewed-by: Judith Mendez <jm@ti.com>
Signed-off-by: David Lechner <dlechner@baylibre.com>
Link: https://lore.kernel.org/r/20240621-ti-eqep-enable-clock-v2-1-edd3421b54d4@baylibre.com
Signed-off-by: William Breathitt Gray <wbg@kernel.org>
2024-06-22 13:48:11 +09:00
..
104-quad-8.c
Kconfig
Makefile
counter-chrdev.c
counter-chrdev.h
counter-core.c counter: constify the struct device_type usage 2024-04-02 13:10:34 -04:00
counter-sysfs.c
counter-sysfs.h
ftm-quaddec.c
i8254.c
intel-qep.c
interrupt-cnt.c
microchip-tcb-capture.c
rz-mtu3-cnt.c
stm32-lptimer-cnt.c
stm32-timer-cnt.c counter: stm32-timer-cnt: add support for capture events 2024-04-02 13:10:34 -04:00
ti-ecap-capture.c counter: ti-ecap-capture: Utilize COUNTER_COMP_FREQUENCY macro 2024-04-02 13:15:03 -04:00
ti-eqep.c counter: ti-eqep: enable clock at probe 2024-06-22 13:48:11 +09:00