Re: [PATCH] staging: greybus: replace DEFINE_IDR with DEFINE_XARRAY_ALLOC in uart.c

From: Johan Hovold

Date: Wed Mar 18 2026 - 03:51:41 EST


On Tue, Mar 17, 2026 at 10:16:51PM +0100, Oskar Ray-Frayssinet wrote:
> Replace deprecated DEFINE_IDR and idr_* functions with the modern
> DEFINE_XARRAY_ALLOC and xa_* equivalents in the greybus uart driver.
>
> Signed-off-by: Oskar Ray-Frayssinet <rayfraytech@xxxxxxxxx>

The proposed change has already been rejected. For example, see:

https://lore.kernel.org/all/2026020735-thumping-chemicals-c76e@gregkh/

Johan