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 0E9FD2253EB for ; Mon, 13 Jul 2026 21:16:03 +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=1783977364; cv=none; b=EZh+ae0tOPP0ThtLqvRStMJ3KM0kjQvplh8ejHQZW+5Zg6sm37zWXsgGRHN2PC7Fhp91bQeW5qT2yJ0os03pnWKQ7WBJrZBBXj54E213/MSvWfcBI+Ffs+AhZZE2gJotic/3wZHwWuUNYfM4r0UZX5G3L9/IhYLLtslUcrjyb0Q= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783977364; c=relaxed/simple; bh=Nce2RMpK60p2h0+/KhqKynUjddmuEEyuCWKx7lYdv9s=; h=From:Subject:To:Cc:In-Reply-To:References:Content-Type:Date: Message-Id; b=UA6i4sT5f/2tYlW8Awa5SuW+KwEeKR9HmB77bKU/EbnAnQkCtEpmMY7g6IN/CL/21+KCRhWFZFUpGHlP/oY8F2p7g5DxOD9rKbxwmi1MVpE4B0aTL8HEUTIIdQVMOhRYbu5J271aykEYlOcUzx1BX5ceyKwtDbQ60Q9oKPqMQwc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=AiE6Vkes; 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="AiE6Vkes" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BD45C1F000E9; Mon, 13 Jul 2026 21:16:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783977362; bh=Nce2RMpK60p2h0+/KhqKynUjddmuEEyuCWKx7lYdv9s=; h=From:Subject:Reply-To:To:Cc:In-Reply-To:References:Date; b=AiE6VkesCZuUP+AIE2QdfLQZo1MBsinsJP3R+8fehngnn7H1CelHQZhb9aa0Dc+LU +WIMS8IuL20Z4Wcg8rVMjbPkxyxBmuEw1iFasJnxbK3pQwNVBl/fqxmMP81dUkGIst x+xHWct6ffJZWYcehgMslq+MxIcs5y9sH57yWcjQR/XVMEEaxl7Svyj+T8ZZcoPM3a NwEgoedBYlxPHb5jsa4K1LYy6tqKlS32xv+MRi3hxOA+DHLRM5ivsdXdZVdvVr9htP 9UA6J1YvIGijn2sUXwRnnf61u0flQuX0Iv0+kF7bpzAicWI912tFqZE40JtEBlzVOA qCt8oAHYrDxtQ== From: sashiko-bot@kernel.org Subject: Re: [PATCH] hwmon: (tmp401) register with thermal subsystem Reply-To: sashiko-reviews@lists.linux.dev To: "Vincent Jardin" Cc: linux-hwmon@vger.kernel.org In-Reply-To: <20260713-for-upstream-hwmon-tmp401-register-tz-v1-1-47315d8617bc@free.fr> References: <20260713-for-upstream-hwmon-tmp401-register-tz-v1-1-47315d8617bc@free.fr> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Date: Mon, 13 Jul 2026 21:16:02 +0000 Message-Id: <20260713211602.BD45C1F000E9@smtp.kernel.org> Precedence: bulk X-Mailing-List: linux-hwmon@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: > From: Vincent Jardin >=20 > tmp401 is missing HWMON_C_REGISTER_TZ. So a devicetree thermal > zone referencing a such sensor ('thermal-sensors =3D <&tmp411 N>') > fails to register it. Then its cooling-maps is not set, which means > that the fans are not managed. >=20 > Same as lm90 or jc42, set HWMON_C_REGISTER_TZ. > Boards without the property into the DT keep the same behavior. >=20 > Signed-off-by: Vincent Jardin Sashiko has reviewed this patch and found no issues. It looks great! --=20 Sashiko AI review =C2=B7 https://sashiko.dev/#/patchset/20260713-for-upstre= am-hwmon-tmp401-register-tz-v1-1-47315d8617bc@free.fr?part=3D1