Re: [PATCH] Add COUNTER_FUNCTION_DISABLE to the counter API
From: Rafael V. Volkmer
Date: Wed Nov 27 2024 - 16:54:38 EST
On 11/25/24 11:36 AM, David Lechner wrote:
> How does this work without an additional patch to modify the TI eQEP
> counter driver to handle this new enum value? For example, I would
> expect that this enum value would be added to ti_eqep_position_functions
> and case statements added in ti_eqep_function_read(),
> ti_eqep_function_write() and ti_eqep_action_read() to handle the new
> option.
Hi, David!
Yes, the intention is to have a second path where the eQEP driver handles
this within these file operations functions.
Best regards