From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2C559444712 for ; Thu, 9 Jul 2026 18:42:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783622571; cv=none; b=Pe29Th3l0MiyU0BCcDwwLuU4gfIlBMSTyA/Iuq2w3AoA7pIk30mStj+6tj5Fdy/+gPwN3VDaYArA4ruv+zPTmSEAg+IlNA3qS2S1BdxXixonBqLE27ZIc/ahBoOGrZFZJketZgI6H8uZ08mjrYrgFlprYHnoS2fgUaOQJ9Qrk2g= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783622571; c=relaxed/simple; bh=x7zybcjoMw0D9lyEgq4BdCy3VOk/kc4GjRfglmgMyMY=; h=From:Subject:To:Cc:In-Reply-To:References:Content-Type:Date: Message-Id; b=AnKRhnGDRExx1FsF+7ePsQSWqDklx4PK09F50pmFNjDR7It4WMGe37oOz7Jy88L8hd06PH5qyzLsAtklBoA/jqyNzcPz84lt2WMUte8PSlzQf/6Feb1hK/pzK2iTmHP++2mbTdu+QDkoos+CkeQximKl+WJxcrVbK2rQPUz/qAY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=bgfO9R7p; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="bgfO9R7p" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DC68B1F000E9; Thu, 9 Jul 2026 18:42:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783622570; bh=x7zybcjoMw0D9lyEgq4BdCy3VOk/kc4GjRfglmgMyMY=; h=From:Subject:Reply-To:To:Cc:In-Reply-To:References:Date; b=bgfO9R7p9JRQJIWkDYXmrXQg/kpjYI3t9s5O9/sjilzDwGyPQgt0wb7vdZJzcXUke NcmAUBskvFEitEQx8Vm2KpLyoj2NDe9YRvlm2vTvZSFrU/2v+IZHtcOoRrRR0eTKEr pJ1K0u5toImPEVSaN83GTqDsSSUxidSdsoq3BjkmibOBZdEouBl33mP7mNHImHzGQz 246oKC6A0D0vWITIfiF3BKcw46TZtOe9L72kS6+pv32damwvc3vhtJqs3EVU3zBwuG kCn0Zq5qfGfTMYtMYPnmf38Dp3HUgYq1H65Nvn19WLxtdz3/sRK7KUFO90q6pqkk2H eaTxPVtZJiMjg== From: sashiko-bot@kernel.org Subject: Re: [PATCH] hwmon: (yogafan) Add support for Lenovo LOQ 15IAX9 Reply-To: sashiko-reviews@lists.linux.dev To: "Sarbajit Sarkar" Cc: linux-hwmon@vger.kernel.org In-Reply-To: <20260709183500.13761-1-sarbajitsarkar16108@gmail.com> References: <20260709183500.13761-1-sarbajitsarkar16108@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Date: Thu, 09 Jul 2026 18:42:48 +0000 Message-Id: <20260709184249.DC68B1F000E9@smtp.kernel.org> Precedence: bulk X-Mailing-List: linux-hwmon@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: > Add the Lenovo LOQ 15IAX9 product family to the yogafan dmi_system_id > table. Unlike the Legion series, ACPI table extraction reveals this LOQ > utilizes an 8-bit EC architecture with a 100x multiplier, but maintains > a dual-fan setup via the \_SB.PC00.LPCB.EC0.FA1S and FA2S paths. >=20 > A new loq_15iax9_8bit_dual_cfg structure was added to properly map these > hardware registers and calculate RPMs correctly while avoiding path > conflicts with AMD-based LOQ variants. >=20 > Signed-off-by: Sarbajit Sarkar Sashiko has reviewed this patch and found no issues. It looks great! --=20 Sashiko AI review =C2=B7 https://sashiko.dev/#/patchset/20260709183500.1376= 1-1-sarbajitsarkar16108@gmail.com?part=3D1