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 ECDD6C64EC4 for ; Fri, 3 Mar 2023 15:49:45 +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:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=QQ28jVzMmH5GPPM/TJTOEKa1c59zDtJc9xI1H0pFsHA=; b=FGn7gY9vqITSY6 8CO2uLhZySchDa1McAsSwdfYdQhxmRqJuhulMC1T4r9D8ffO6TKNplZrn3Nif8T0lriRs2Kk4r61M XvE9TSNBMj4FtypFjwNTsqB9Kjn+qCjg5DJobh/5Y4KX+78fY1Y32gJr2X7MceK2ez1qUe+keHFDR nQ92MXrZMFPGtWbjCZAYAMwu+77V+1GQDcx7/b08SVF5FFaWuiLdxgIKtHJKq68YBRQAr91JPXOTq eZ+eCrvFsQRsM2xU51eYPiz7zqFfWG7HPmhLbLA9lfFkFiBXNN6s5T6bBwfBib7N7oW7EKC11WQD3 xxBJZ44ZO2+2eQRxoJkA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pY7eM-006k13-32; Fri, 03 Mar 2023 15:48:50 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pY7eI-006jza-4T; Fri, 03 Mar 2023 15:48:47 +0000 Received: from ip5b412258.dynamic.kabel-deutschland.de ([91.65.34.88] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pY7e6-0005wL-Hm; Fri, 03 Mar 2023 16:48:34 +0100 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: rafael@kernel.org, daniel.lezcano@linaro.org, Daniel Lezcano Cc: linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Niklas =?ISO-8859-1?Q?S=F6derlund?= , Florian Fainelli , Amit Kucheria , Zhang Rui , Broadcom internal kernel review list , Ray Jui , Scott Branden , Niklas =?ISO-8859-1?Q?S=F6derlund?= , Jernej Skrabec , Dhruva Gole , Stefan Wahren , Mark Brown , Baolin Wang , ye xingchen , "moderated list:BROADCOM BCM2711/BCM2835 ARM ARCHITECTURE" , "moderated list:BROADCOM BCM2711/BCM2835 ARM ARCHITECTURE" , "open list:RENESAS R-CAR THERMAL DRIVERS" , "open list:ARM/Rockchip SoC support" Subject: Re: [PATCH v5 07/18] thermal/hwmon: Do not set no_hwmon before calling thermal_add_hwmon_sysfs() Date: Fri, 03 Mar 2023 16:48:38 +0100 Message-ID: <1943849.usQuhbGJ8B@diego> In-Reply-To: <20230301201446.3713334-8-daniel.lezcano@linaro.org> References: <20230301201446.3713334-1-daniel.lezcano@linaro.org> <20230301201446.3713334-8-daniel.lezcano@linaro.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230303_074846_209753_E7C3E0D6 X-CRM114-Status: GOOD ( 10.14 ) 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: , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Am Mittwoch, 1. M=E4rz 2023, 21:14:35 CET schrieb Daniel Lezcano: > The thermal->tzp->no_hwmon parameter is only used when calling > thermal_zone_device_register(). > = > Setting it to 'false' before calling thermal_add_hwmon_sysfs() has no > effect. > = > Remove the call and again prevent the drivers to access the thermal > internals. > = > Reviewed-by: Niklas S=F6derlund #= R-Car > Signed-off-by: Daniel Lezcano > Acked-by: Florian Fainelli #Broadcom Acked-by: Heiko Stuebner #rockchip _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel