From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: accel/ivpu: Add support for limiting NPU frequency Date: Tue, 31 Mar 2026 17:27:17 +1000 Message-ID: In-Reply-To: <20260330083815.1806045-1-andrzej.kacprowski@linux.intel.com> References: <20260330083815.1806045-1-andrzej.kacprowski@linux.intel.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Overall Series Review Subject: accel/ivpu: Add support for limiting NPU frequency Author: Andrzej Kacprowski Patches: 2 Reviewed: 2026-03-31T17:27:17.638106 --- This is a single patch adding sysfs-based NPU frequency limiting to the Intel IVPU (NPU) accelerator driver. The feature is well-structured overall: it adds a `freq/` sysfs subdirectory with hardware info and configurable min/max frequency attributes, communicates changes to firmware via a new JSM message, and maintains backward compatibility with existing sysfs attributes. However, there are several bugs and issues that need to be addressed before merging. --- Generated by Claude Code Patch Reviewer