Re: [PATCH v2 7/7] accel/qaic: Add AIC200 support

2025-01-21 Thread Jeffrey Hugo
On 1/21/2025 10:06 AM, Manivannan Sadhasivam wrote: On Tue, Jan 21, 2025 at 08:29:32AM -0700, Jeffrey Hugo wrote: On 1/20/2025 10:16 PM, Manivannan Sadhasivam wrote: On Fri, Jan 17, 2025 at 10:09:43AM -0700, Jeffrey Hugo wrote: Add basic support for the new AIC200 product. The PCIe Device ID i

Re: [PATCH v2 7/7] accel/qaic: Add AIC200 support

2025-01-21 Thread Manivannan Sadhasivam
On Tue, Jan 21, 2025 at 08:29:32AM -0700, Jeffrey Hugo wrote: > On 1/20/2025 10:16 PM, Manivannan Sadhasivam wrote: > > On Fri, Jan 17, 2025 at 10:09:43AM -0700, Jeffrey Hugo wrote: > > > Add basic support for the new AIC200 product. The PCIe Device ID is > > > 0xa110. With this, we can turn on the

Re: [PATCH v2 7/7] accel/qaic: Add AIC200 support

2025-01-21 Thread Jeffrey Hugo
On 1/20/2025 10:16 PM, Manivannan Sadhasivam wrote: On Fri, Jan 17, 2025 at 10:09:43AM -0700, Jeffrey Hugo wrote: Add basic support for the new AIC200 product. The PCIe Device ID is 0xa110. With this, we can turn on the lights for AIC200 by leveraging much of the existing driver. Co-developed-b

Re: [PATCH v2 7/7] accel/qaic: Add AIC200 support

2025-01-20 Thread Manivannan Sadhasivam
On Fri, Jan 17, 2025 at 10:09:43AM -0700, Jeffrey Hugo wrote: > Add basic support for the new AIC200 product. The PCIe Device ID is > 0xa110. With this, we can turn on the lights for AIC200 by leveraging > much of the existing driver. > > Co-developed-by: Youssef Samir > Signed-off-by: Youssef Sa

[PATCH v2 7/7] accel/qaic: Add AIC200 support

2025-01-17 Thread Jeffrey Hugo
Add basic support for the new AIC200 product. The PCIe Device ID is 0xa110. With this, we can turn on the lights for AIC200 by leveraging much of the existing driver. Co-developed-by: Youssef Samir Signed-off-by: Youssef Samir Signed-off-by: Jeffrey Hugo Reviewed-by: Lizhi Hou --- drivers/acc