mbox series

[PULL] Counter fixes for 6.14

Message ID Z8rD-jRvDNHPL-ha@ishi (mailing list archive)
State Handled Elsewhere
Headers show
Series [PULL] Counter fixes for 6.14 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter.git tags/counter-fixes-for-6.14

Message

William Breathitt Gray March 7, 2025, 10:01 a.m. UTC
The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:

  Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter.git tags/counter-fixes-for-6.14

for you to fetch changes up to c0c9c73434666dc99ee156b25e7e722150bee001:

  counter: microchip-tcb-capture: Fix undefined counter channel state on probe (2025-03-06 23:04:50 +0900)

----------------------------------------------------------------
Counter fixes for 6.14

A fix to resolve a timeout error during counter enable leading to a
false report of 'enable' state in stm32-lptimer-cnt. A fix to properly
intialize counter channels during probe to avoid operating under an
undefined state in microchip-tcb-capture.

----------------------------------------------------------------
Fabrice Gasnier (1):
      counter: stm32-lptimer-cnt: fix error handling when enabling

William Breathitt Gray (1):
      counter: microchip-tcb-capture: Fix undefined counter channel state on probe

 drivers/counter/microchip-tcb-capture.c | 19 +++++++++++++++++++
 drivers/counter/stm32-lptimer-cnt.c     | 24 +++++++++++++++---------
 2 files changed, 34 insertions(+), 9 deletions(-)