Re: [PATCH] slimbus: core: Remove usage of the deprecated ida_simple_xx() API

From: Srinivas Kandagatla
Date: Wed Feb 21 2024 - 05:30:15 EST



On Sat, 16 Dec 2023 17:47:34 +0100, Christophe JAILLET wrote:
> ida_alloc() and ida_free() should be preferred to the deprecated
> ida_simple_get() and ida_simple_remove().
>
> Note that the upper limit of ida_simple_get() is exclusive, but the one of
> ida_alloc_range() is inclusive. So change this change allows one more
> device. Previously address 0xFE was never used.
>
> [...]

Applied, thanks!

[1/1] slimbus: core: Remove usage of the deprecated ida_simple_xx() API
commit: 6e8ba95e17eede7045e673d9e1b6b8ee1055a46c

Best regards,
--
Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxx>