Re: [PATCH] counter: interrupt-cnt: Convert atomic_t -> atomic_long_t
From: William Breathitt Gray
Date: Fri May 02 2025 - 11:12:45 EST
On Mon, 31 Mar 2025 17:22:20 +0200, A. Sverdlin wrote:
> Convert the internal counter type to atomic_long_t, which:
> - doesn't change much for existing in-tree users as they are 32-bit anyway
> (stm32/i.MX6)
> - doesn't introduce performace penalty on 32-bit platforms
> - provides 64-bit resolution on 64-bit platforms with virtually no
> preformance penalty
>
> [...]
Applied, thanks!
[1/1] counter: interrupt-cnt: Convert atomic_t -> atomic_long_t
commit: 08e2a660b1601963ced37ac8e8d8c134a97f167e
Best regards,
--
William Breathitt Gray <wbg@xxxxxxxxxx>