Re: [PATCH v2 0/3] CXL CCI Log Commands implementation

2025-02-24 Thread Arpit Kumar
On 20/02/25 04:08PM, Jonathan Cameron wrote: On Tue, 18 Feb 2025 14:27:28 +0530 Arpit Kumar wrote: CXL CCI log commands implmented as per CXL Specification 3.2 8.2.10.5 1) get_log_capabilities (Opcode 0402h) 2) clear_log (Opcode 0403h) 3) populate_log (Opcode 0404h) This v2 patch addresses th

Re: [PATCH v2 0/3] CXL CCI Log Commands implementation

2025-02-20 Thread Jonathan Cameron via
On Tue, 18 Feb 2025 14:27:28 +0530 Arpit Kumar wrote: > CXL CCI log commands implmented as per CXL Specification 3.2 8.2.10.5 > 1) get_log_capabilities (Opcode 0402h) > 2) clear_log (Opcode 0403h) > 3) populate_log (Opcode 0404h) > > This v2 patch addresses the feedback from the v1 patch and inc

[PATCH v2 0/3] CXL CCI Log Commands implementation

2025-02-18 Thread Arpit Kumar
CXL CCI log commands implmented as per CXL Specification 3.2 8.2.10.5 1) get_log_capabilities (Opcode 0402h) 2) clear_log (Opcode 0403h) 3) populate_log (Opcode 0404h) This v2 patch addresses the feedback from the v1 patch and include some new changes. Changes in from v1 to v2: - Added descripti