Re: [PATCH 2/9] cxl-mailbox-utils: 0x5600 - FMAPI Get DCD Info

2025-04-24 Thread Jonathan Cameron via
On Mon, 17 Mar 2025 16:31:29 + anisa.su...@gmail.com wrote: > From: Anisa Su > > FM DCD Management command 0x5600 implemented per CXL 3.2 Spec Section > 7.6.7.6.1 > > Signed-off-by: Anisa Su It's been too long so I'll look over this again as a precursor to looking at the later patches...

Re: [PATCH 2/9] cxl-mailbox-utils: 0x5600 - FMAPI Get DCD Info

2025-04-24 Thread Jonathan Cameron via
On Mon, 31 Mar 2025 19:38:45 + Anisa Su wrote: > On Tue, Mar 18, 2025 at 03:56:24PM +, Jonathan Cameron wrote: > > On Mon, 17 Mar 2025 16:31:29 + > > anisa.su...@gmail.com wrote: > > > > > From: Anisa Su > > > > > > FM DCD Management command 0x5600 implemented per CXL 3.2 Spec Se

Re: [PATCH 2/9] cxl-mailbox-utils: 0x5600 - FMAPI Get DCD Info

2025-04-16 Thread Anisa Su
On Tue, Mar 18, 2025 at 03:56:24PM +, Jonathan Cameron wrote: > On Mon, 17 Mar 2025 16:31:29 + > anisa.su...@gmail.com wrote: > > > From: Anisa Su > > > > FM DCD Management command 0x5600 implemented per CXL 3.2 Spec Section > > 7.6.7.6.1 > > > > Signed-off-by: Anisa Su > > --- > > h

Re: [PATCH 2/9] cxl-mailbox-utils: 0x5600 - FMAPI Get DCD Info

2025-04-14 Thread Anisa Su
Hi Jonathan, Any update on this? Thanks, Anisa On Mon, Mar 31, 2025 at 12:38 PM Anisa Su wrote: > On Tue, Mar 18, 2025 at 03:56:24PM +, Jonathan Cameron wrote: > > On Mon, 17 Mar 2025 16:31:29 + > > anisa.su...@gmail.com wrote: > > > > > From: Anisa Su > > > > > > FM DCD Management co

Re: [PATCH 2/9] cxl-mailbox-utils: 0x5600 - FMAPI Get DCD Info

2025-03-31 Thread Anisa Su
On Tue, Mar 18, 2025 at 03:56:24PM +, Jonathan Cameron wrote: > On Mon, 17 Mar 2025 16:31:29 + > anisa.su...@gmail.com wrote: > > > From: Anisa Su > > > > FM DCD Management command 0x5600 implemented per CXL 3.2 Spec Section > > 7.6.7.6.1 > > > > Signed-off-by: Anisa Su > > --- a/hw/c

Re: [PATCH 2/9] cxl-mailbox-utils: 0x5600 - FMAPI Get DCD Info

2025-03-18 Thread Jonathan Cameron via
On Mon, 17 Mar 2025 16:31:29 + anisa.su...@gmail.com wrote: > From: Anisa Su > > FM DCD Management command 0x5600 implemented per CXL 3.2 Spec Section > 7.6.7.6.1 > > Signed-off-by: Anisa Su > --- > hw/cxl/cxl-mailbox-utils.c | 67 ++ > hw/cxl/i2c_mctp

[PATCH 2/9] cxl-mailbox-utils: 0x5600 - FMAPI Get DCD Info

2025-03-17 Thread anisa . su887
From: Anisa Su FM DCD Management command 0x5600 implemented per CXL 3.2 Spec Section 7.6.7.6.1 Signed-off-by: Anisa Su --- hw/cxl/cxl-mailbox-utils.c | 67 ++ hw/cxl/i2c_mctp_cxl.c | 6 +++- 2 files changed, 72 insertions(+), 1 deletion(-) diff --git