Re: [PATCH v2 01/10] cxl-mailbox-utils: Move opcodes enum to new header file

2025-05-30 Thread Anisa Su
On Fri, May 30, 2025 at 02:43:35PM +0100, Jonathan Cameron wrote: > On Tue, 20 May 2025 17:33:46 + > Anisa Su wrote: > > > On Tue, May 20, 2025 at 08:37:35AM -0700, Fan Ni wrote: > > > On Thu, May 08, 2025 at 12:00:57AM +, anisa.su...@gmail.com wrote: > > > > From: Anisa Su > > > > >

Re: [PATCH v2 01/10] cxl-mailbox-utils: Move opcodes enum to new header file

2025-05-30 Thread Jonathan Cameron via
On Tue, 20 May 2025 17:33:46 + Anisa Su wrote: > On Tue, May 20, 2025 at 08:37:35AM -0700, Fan Ni wrote: > > On Thu, May 08, 2025 at 12:00:57AM +, anisa.su...@gmail.com wrote: > > > From: Anisa Su > > > > > > In preparation for the next patch, move opcodes enum to new cxl_opcodes.h >

Re: [PATCH v2 01/10] cxl-mailbox-utils: Move opcodes enum to new header file

2025-05-20 Thread Anisa Su
On Tue, May 20, 2025 at 08:37:35AM -0700, Fan Ni wrote: > On Thu, May 08, 2025 at 12:00:57AM +, anisa.su...@gmail.com wrote: > > From: Anisa Su > > > > In preparation for the next patch, move opcodes enum to new cxl_opcodes.h > > file > > for visibility from mailbox-utils.c and i2c_mctp_cxl.

Re: [PATCH v2 01/10] cxl-mailbox-utils: Move opcodes enum to new header file

2025-05-20 Thread Fan Ni
On Thu, May 08, 2025 at 12:00:57AM +, anisa.su...@gmail.com wrote: > From: Anisa Su > > In preparation for the next patch, move opcodes enum to new cxl_opcodes.h file > for visibility from mailbox-utils.c and i2c_mctp_cxl.c, which checks that > certain command sets are bound with the correct

[PATCH v2 01/10] cxl-mailbox-utils: Move opcodes enum to new header file

2025-05-07 Thread anisa . su887
From: Anisa Su In preparation for the next patch, move opcodes enum to new cxl_opcodes.h file for visibility from mailbox-utils.c and i2c_mctp_cxl.c, which checks that certain command sets are bound with the correct MCTP binding. Signed-off-by: Anisa Su --- hw/cxl/cxl-mailbox-utils.c | 68 ++