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

2025-07-19 Thread Neeraj Kumar
On 10/07/25 09:23AM, Dave Jiang wrote: On 6/17/25 5:39 AM, 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/c

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

2025-07-10 Thread Dave Jiang
On 6/17/25 5:39 AM, 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 | 1 + > 2

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

2025-06-27 Thread Neeraj Kumar
On 26/06/25 12:19PM, Alison Schofield wrote: On Tue, Jun 17, 2025 at 06:09:39PM +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 Does the existing to_cxl_root_decoder() provide what you need here? Hi

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

2025-06-26 Thread Alison Schofield
On Tue, Jun 17, 2025 at 06:09:39PM +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 Does the existing to_cxl_root_decoder() provide what you need here? > > Signed-off-by: Neeraj Kumar > --- > driver

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

2025-06-26 Thread Neeraj Kumar
On 23/06/25 10:44AM, Jonathan Cameron wrote: 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

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