Re: [RFC PATCH 15/20] cxl: Add a routine to find cxl root decoder on cxl bus

2025-06-23 Thread Jonathan Cameron
On Tue, 17 Jun 2025 18:09:39 +0530 Neeraj Kumar wrote: > Add cxl_find_root_decoder to find root decoder on cxl bus. It is used to > find root decoder during region creation > > Signed-off-by: Neeraj Kumar > --- > drivers/cxl/core/port.c | 26 ++ > drivers/cxl/cxl.h

[RFC PATCH 15/20] cxl: Add a routine to find cxl root decoder on cxl bus

2025-06-17 Thread Neeraj Kumar
Add cxl_find_root_decoder to find root decoder on cxl bus. It is used to find root decoder during region creation Signed-off-by: Neeraj Kumar --- drivers/cxl/core/port.c | 26 ++ drivers/cxl/cxl.h | 1 + 2 files changed, 27 insertions(+) diff --git a/drivers/cxl/c