linux/drivers/counter
Greg Kroah-Hartman a32a8057af Counter fixes for 6.12
Fix device_node handling in stm32-timer-cnt by calling required
 of_node_put() after device node is no longer needed. Check and handle
 clk_enable() failures in stm32-timer-cnt and ti-ecap-capture.
 
 Signed-off-by: William Breathitt Gray <wbg@kernel.org>
 -----BEGIN PGP SIGNATURE-----
 
 iHUEABYKAB0WIQSNN83d4NIlKPjon7a1SFbKvhIjKwUCZyxlnwAKCRC1SFbKvhIj
 K9ZqAQD+qKOSu2VajfKZRhT7MZJSm4TXCPIELVBrjMs8iFBfPgD8DW+sdTBlm3tp
 XegnQW/cEqLskpD8/O3WBYuin69AFQ4=
 =GF8Q
 -----END PGP SIGNATURE-----

Merge tag 'counter-fixes-for-6.12' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/wbg/counter into char-misc-next

William writes:

Counter fixes for 6.12

Fix device_node handling in stm32-timer-cnt by calling required
of_node_put() after device node is no longer needed. Check and handle
clk_enable() failures in stm32-timer-cnt and ti-ecap-capture.

Signed-off-by: William Breathitt Gray <wbg@kernel.org>

* tag 'counter-fixes-for-6.12' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/wbg/counter:
  counter: ti-ecap-capture: Add check for clk_enable()
  counter: stm32-timer-cnt: Add check for clk_enable()
  counter: stm32-timer-cnt: fix device_node handling in probe_encoder()
2024-11-07 08:25:08 +01:00
..
104-quad-8.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
counter-chrdev.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
counter-chrdev.h counter: Add character device interface 2021-10-17 10:53:52 +01:00
counter-core.c counter: constify the struct device_type usage 2024-04-02 13:10:34 -04:00
counter-sysfs.c counter: i8254: Introduce the Intel 8254 interface library module 2023-06-08 10:11:17 -04:00
counter-sysfs.h counter: Internalize sysfs interface code 2021-10-17 10:52:58 +01:00
ftm-quaddec.c counter: ftm-quaddec: Enable module autoloading 2024-09-30 22:27:59 +09:00
i8254.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
intel-qep.c counter: intel-qep: Replace deprecated PCI functions 2024-11-01 15:00:31 +09:00
interrupt-cnt.c counter: interrupt-cnt: Implement watch_validate callback 2022-09-30 14:32:35 +02:00
Kconfig counter: ti-eqep: Allow eQEP driver to be built for K3 devices 2024-07-01 19:05:42 +09:00
Makefile counter: i8254: Introduce the Intel 8254 interface library module 2023-06-08 10:11:17 -04:00
microchip-tcb-capture.c First set of Counter fixes for 6.6 2023-10-02 13:13:15 +02:00
rz-mtu3-cnt.c counter: rz-mtu3-cnt: Reorder locking sequence for consistency 2023-08-16 09:41:29 -04:00
stm32-lptimer-cnt.c counter: stm32-lptimer-cnt: fix the check on arr and cmp registers update 2022-11-26 16:49:28 -05:00
stm32-timer-cnt.c counter: stm32-timer-cnt: Add check for clk_enable() 2024-11-05 09:15:20 +09:00
ti-ecap-capture.c counter: ti-ecap-capture: Add check for clk_enable() 2024-11-05 09:20:11 +09:00
ti-eqep.c counter/ti-eqep: Add new ti-am62-eqep compatible 2024-07-01 10:40:27 +09:00