From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 59233C531FC for ; Mon, 27 Jul 2026 07:26:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:References:In-Reply-To:To:From:Subject: Cc:Message-Id:Date:Mime-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=btniXtePx/GiT3EkHUr4lYvIHsPmbofyE4u+ZsNG3bk=; b=Km7dqbT8CzIrQv wlF8PW/TdFJ5r/jRfBTcY0F0Qt2unyhbQaUeOKK3Ae9EQAr0Ih86djYpdEGyucf/LojXYypxHmfFw +pmeyFvBcnuaIWnXk4O6/C/mR3FNQF0W5iudTD/ROOqWvAyHy9f2USsXhoPOWZ4PIJwfFCXftH1JM DP9Tp8iaOACpGcKOEVre1rgqcSgjCqdPat9cZiMnKgiNF8jezfskiGStkJwOPAauUfBltPx1Q2Hcd QUTw89ZErn/uEP9jpOureNyh4cvn4N+61n2NRnnh6dhEsR8XvvRPCrInUYuq2ZNV3+4aOMSYmBN72 JJbZZ1an2HhW0jb4Vj7g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1woFjW-000000027KR-1E2V; Mon, 27 Jul 2026 07:26:42 +0000 Received: from out-183.mta1.migadu.com ([95.215.58.183]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1woFjT-000000027JL-1bME for linux-riscv@lists.infradead.org; Mon, 27 Jul 2026 07:26:40 +0000 Mime-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1785137197; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=UmJ8uGmDc0hqwz3dbUX6RW8a5ofURnJwzsVN39eibdM=; b=To1h0LPGWVHT/8VQA8oTLB+BbCw2hm9pD82X8CxV1puWY/GYeNwhPv9NBXOvSyjgPNlvcr ou9uK0WGT+tiVM9nOTEfuw69UitfFjB50ncPBaNf2MIwXe/bYRuQ31dRkXP9CKQQPd97HU qJHuPjMtDX74mnUjSu4Q4n1ROcbQ0Gk= Date: Mon, 27 Jul 2026 00:26:29 -0700 Message-Id: Cc: , , , , , Subject: Re: [PATCH v2 3/6] dt-bindings: hwmon: Add Sensylink CTF2301 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: "Troy Mitchell" To: "Troy Mitchell" , "Rob Herring" , "Krzysztof Kozlowski" , "Conor Dooley" , "Guenter Roeck" , "Paul Walmsley" , "Palmer Dabbelt" , "Albert Ou" , "Alexandre Ghiti" , "Yixun Lan" , "Jonathan Corbet" , "Shuah Khan" In-Reply-To: <20260721-handbook-dancing-0c6805fbc94e@spud> References: <20260721-ctl2301-v2-0-ef5fb342872a@linux.dev> <20260721-ctl2301-v2-3-ef5fb342872a@linux.dev> <20260721-handbook-dancing-0c6805fbc94e@spud> X-Migadu-Flow: FLOW_OUT X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.9.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260727_002639_557615_C02AE8EB X-CRM114-Status: UNSURE ( 8.47 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org > On Tue, Jul 21, 2026 at 02:48:29AM -0700, Troy Mitchell wrote: >> Add the Sensylink CTF2301 temperature sensor and fan controller to the >> LM63 family binding. The chip follows the LM63 register model and can >> provide a thermal cooling device when #cooling-cells is present. > > Commit message should explain why a fallback compatible is not suitable. The CTF2301 shares the overall register layout with LM63, but it is not fully compatible. In particular, it uses different conversion-rate encodings, extended local-temperature registers, additional fan lookup table entries, and device-specific PWM and ALERT/TACH configuration. An older driver matching the "national,lm63" fallback would therefore not operate the device correctly. I will explain why a fallback compatible is not suitable in the commit message in the next version. - Troy _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-179.mta1.migadu.com (out-179.mta1.migadu.com [95.215.58.179]) (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 F0B0912CDBE for ; Mon, 27 Jul 2026 07:26:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.179 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785137200; cv=none; b=MYI6N9iaJQ0w/5bXZEYKBYpE3fciiUgH1kYNjC79NKtxxl/oU7MkDdULnUYDpXwg91ebn0d4+WZRLc+MYTxVLnsYb3WGRcmP+pgaqOvlDXTPTUn4y1VChOo0HMpafsnxR87yZbCV5GJudWKEjz1PDPyOoDVi6WBm5bHD37nO9VM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785137200; c=relaxed/simple; bh=OSMOMMdhr3sgJudgtPi3Zf5hGhHVJV2Gi7WpSc6PQUc=; h=Mime-Version:Content-Type:Date:Message-Id:Cc:Subject:From:To: In-Reply-To:References; b=kcGePcx8yk3AiJdO6asGhlDhuQlOeQaHo0nT0fJ1JMTKbRhSNwZhmd3x4ZvK0uPdFXIvobsDihKRPFJG279LYdg3it81ABRpLzj/FPgePZfoerjpS5Rh2U92JP49dQLzsQbwtYV4DV1iYuWFDI/WhB0pCX7bKFlK+htCMieOHXw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=To1h0LPG; arc=none smtp.client-ip=95.215.58.179 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="To1h0LPG" Precedence: bulk X-Mailing-List: spacemit@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1785137197; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=UmJ8uGmDc0hqwz3dbUX6RW8a5ofURnJwzsVN39eibdM=; b=To1h0LPGWVHT/8VQA8oTLB+BbCw2hm9pD82X8CxV1puWY/GYeNwhPv9NBXOvSyjgPNlvcr ou9uK0WGT+tiVM9nOTEfuw69UitfFjB50ncPBaNf2MIwXe/bYRuQ31dRkXP9CKQQPd97HU qJHuPjMtDX74mnUjSu4Q4n1ROcbQ0Gk= Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Mon, 27 Jul 2026 00:26:29 -0700 Message-Id: Cc: , , , , , Subject: Re: [PATCH v2 3/6] dt-bindings: hwmon: Add Sensylink CTF2301 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: "Troy Mitchell" To: "Troy Mitchell" , "Rob Herring" , "Krzysztof Kozlowski" , "Conor Dooley" , "Guenter Roeck" , "Paul Walmsley" , "Palmer Dabbelt" , "Albert Ou" , "Alexandre Ghiti" , "Yixun Lan" , "Jonathan Corbet" , "Shuah Khan" In-Reply-To: <20260721-handbook-dancing-0c6805fbc94e@spud> References: <20260721-ctl2301-v2-0-ef5fb342872a@linux.dev> <20260721-ctl2301-v2-3-ef5fb342872a@linux.dev> <20260721-handbook-dancing-0c6805fbc94e@spud> X-Migadu-Flow: FLOW_OUT > On Tue, Jul 21, 2026 at 02:48:29AM -0700, Troy Mitchell wrote: >> Add the Sensylink CTF2301 temperature sensor and fan controller to the >> LM63 family binding. The chip follows the LM63 register model and can >> provide a thermal cooling device when #cooling-cells is present. > > Commit message should explain why a fallback compatible is not suitable. The CTF2301 shares the overall register layout with LM63, but it is not fully compatible. In particular, it uses different conversion-rate encodings, extended local-temperature registers, additional fan lookup table entries, and device-specific PWM and ALERT/TACH configuration. An older driver matching the "national,lm63" fallback would therefore not operate the device correctly. I will explain why a fallback compatible is not suitable in the commit message in the next version. - Troy