Re: [PATCH] ARM: imx: Remove usage of the deprecated ida_simple_xx() API

From: Shawn Guo
Date: Mon Feb 05 2024 - 04:24:18 EST


On Thu, Jan 11, 2024 at 09:31:55PM +0100, Christophe JAILLET wrote:
> ida_alloc() and ida_free() should be preferred to the deprecated
> ida_simple_get() and ida_simple_remove().
>
> This is less verbose.
>
> Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>

Applied, thanks!