Re: [PATCH 2/2] counter: microchip-tcb-capture: Add support for RC Compare

From: Csókás Bence
Date: Mon Mar 10 2025 - 04:38:49 EST


Hi,

On 2025. 03. 06. 8:05, William Breathitt Gray wrote:
In Capture mode, the RC register serves as a compare register for the
Timer Counter Channel. When a the Counter Value reaches the RC value, a
RC Compare event occurs (COUNTER_EVENT_THRESHOLD). This patch exposes
the RC register to userspace as the 'compare' Count extension, thus
allowing users to configure the threshold condition for these events.

Signed-off-by: William Breathitt Gray <wbg@xxxxxxxxxx>

I'm assuming you'll merge it with my capture extensions patch. Will this `compare` extension be carried over to 104-quad-8 as well? Otherwise:

Acked-by: Bence Csókás <csokas.bence@xxxxxxxxx>

Bence