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 14794ECE588 for ; Mon, 9 Sep 2024 19:24:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To: From:Date:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=s3mDJUwzOaS9aOffUDe031SfbPIgPaV+NSFrPBwMIXk=; b=o+kXq/dKndVQdIETVnYP3IQ1X0 h8FTdtfBk71AsfeNRE98bmgF039UFq7WymBl6IK8T0BRjTTaQ2bjhNAhqkKLTyT3o6VuRCq4AKYfP xaky8sTZR4TNQM3zdvAnTB13koiOHvK15Fp0DF5nQ3xGG2PlpcfJlybf8XXnvmgYf9ZUxVzYwQlv6 DzGHniATqzF4nz0Xm2f2gM0N/Fm4IAZKr7aZuMr/lWzxo8Z/UUkGhRAPiv52ODVtftIHS96qBfAVS W1DSKvy+ro3bA7STLpJSEezA8I3YhtBGGpHJhfVbleOdfajTMSJ3dXCqQmVQTEVaHEN1Mja2MzQwT tzssVKTw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1snk0C-000000034a1-3Eqi; Mon, 09 Sep 2024 19:24:44 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1snjzA-000000034Of-1gBz; Mon, 09 Sep 2024 19:23:42 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 3EDBF106F; Mon, 9 Sep 2024 12:24:02 -0700 (PDT) Received: from minigeek.lan (usa-sjc-mx-foss1.foss.arm.com [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 71BF83F73B; Mon, 9 Sep 2024 12:23:29 -0700 (PDT) Date: Mon, 9 Sep 2024 20:23:26 +0100 From: Andre Przywara To: Sam Edwards Cc: bigunclemax@gmail.com, anarsoul@gmail.com, aou@eecs.berkeley.edu, conor+dt@kernel.org, contact@jookia.org, cristian.ciocaltea@collabora.com, daniel.lezcano@linaro.org, devicetree@vger.kernel.org, jernej.skrabec@gmail.com, krzysztof.kozlowski+dt@linaro.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, linux-riscv@lists.infradead.org, linux-sunxi@lists.linux.dev, lukasz.luba@arm.com, mkl@pengutronix.de, palmer@dabbelt.com, paul.walmsley@sifive.com, rafael@kernel.org, robh+dt@kernel.org, rui.zhang@intel.com, samuel@sholland.org, tiny.windzz@gmail.com, wens@csie.org Subject: Re: [PATCH v6 3/3] riscv: dts: allwinner: d1: Add thermal sensor Message-ID: <20240909202326.59927766@minigeek.lan> In-Reply-To: <08466bb0-4306-4941-97e1-e62ba07d8ea2@gmail.com> References: <20231217210629.131486-4-bigunclemax@gmail.com> <08466bb0-4306-4941-97e1-e62ba07d8ea2@gmail.com> Organization: Arm Ltd. X-Mailer: Claws Mail 4.2.0 (GTK 3.24.31; x86_64-slackware-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240909_122340_515706_71CF1106 X-CRM114-Status: GOOD ( 11.95 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, 9 Sep 2024 10:16:56 -0700 Sam Edwards wrote: Hi, > Hi Maksim, > > Apologies if I have failed to find a v7 of this patch in my searching, > but I'm seeing that patch #3 here was never applied, so Linux still does > not enable the thermal sensor in these chips. I just thought I'd give > you a heads-up in case you weren't aware. :) There is an unaddressed comment on this patch: to remove the "disabled" status line. Sam, feel free to fix this and send the patch again, unless Maksim beats you to it. Cheers, Andre > > Thanks for all your hard work, > Sam >