Received: by 2002:a05:6a10:9e8c:0:0:0:0 with SMTP id y12csp331816pxx; Thu, 29 Oct 2020 03:53:26 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy9xlEK0BvkYJNSMxYucsCk5NyRm/g8qWHuHoE/bm/K6SC5+R4Ne4ifWqiwPG451Q9v8mJv X-Received: by 2002:aa7:cf93:: with SMTP id z19mr3309791edx.26.1603968805862; Thu, 29 Oct 2020 03:53:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1603968805; cv=none; d=google.com; s=arc-20160816; b=aYTC/tYmWKhtlAe6pMb5gRDP1LG5slEXORaa8fltsZ6sidpJwREACSh22COhEsUP2f 4MUGx9KVwls3qPNgLtz2lupzkWqAC+zoD29kJWzZzLtin98IZzT3G7CJVeFIZLr9XA9k yCiea9V5gzetstfumoqV5XWV/ztTIwe2rELCMTKW7z51RNG5HEMRe4wA771pHn7O2d7/ 9vbBoumj4mH1u7Tmi1EqV+OgZL2VQqXZ9n2dyy9Bs+iLgXu6RpdXfg3wrxF6oV/zT/4r hN1RO3BJyjRoIhXeoU0lxqHyASPERjge107PAb+MEkJ/xfS8PlbHG1HFIQrmy+sCg6Tg WcFA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=hCwSW8DHG798p6+QsAPHzlyjmUZlERlgtg4VTJdK5PY=; b=wKSr9VMdUipdb5/qqjOT+950Z2+eWdF/UZ9TIeFzIJaMwsQmwVejjay5s97hGZT6dZ 1ZwQOh4aPogc97iGK21PltrpdKKVgz3KY0Azc4XIigOdpkpv9W18moQhbGbZqDIjvSGp 3RLzni6XUvF7tc0l8CJg7grUXHC2284AaBt2z+JOl3odFcfL0ZRauCPd23IdgXx+P7U+ cbesoCQfyfU4dDSG+rIC6iLmn2DTAGt1Wa4AA/2wn15w0se+k/Q40GI90PvNPNpioASA pX/Xe/BVHg8rDKiIHMQewY33k16Q5h+IcNSX0ieeBjgQ/fcjY69rUe4sY5ndUzW9cyvu wk6g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id c12si1503767ejb.751.2020.10.29.03.53.02; Thu, 29 Oct 2020 03:53:25 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726635AbgJ2Kvb (ORCPT + 99 others); Thu, 29 Oct 2020 06:51:31 -0400 Received: from muru.com ([72.249.23.125]:47132 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726351AbgJ2Kva (ORCPT ); Thu, 29 Oct 2020 06:51:30 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 2074C807E; Thu, 29 Oct 2020 10:51:33 +0000 (UTC) Date: Thu, 29 Oct 2020 12:51:25 +0200 From: Tony Lindgren To: Peter Ujfalusi Cc: edubezval@gmail.com, j-keerthy@ti.com, aford173@gmail.com, linux-pm@vger.kernel.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, andreas@kemnade.info, daniel.lezcano@linaro.org Subject: Re: [PATCH] thermal: ti-soc-thermal: Disable the CPU PM notifier for OMAP4430 Message-ID: <20201029105125.GJ5639@atomide.com> References: <20201029100335.27665-1-peter.ujfalusi@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201029100335.27665-1-peter.ujfalusi@ti.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Peter Ujfalusi [201029 10:03]: > Disabling the notifier fixes the random shutdowns on OMAP4430 (ES2.0 and ES2.1) > but it does not cause any issues on OMAP4460 (PandaES) or OMAP3630 (BeagleXM). > Tony's duovero with OMAP4430 ES2.3 did not ninja-shutdown, but he also have > constant and steady stream of: > thermal thermal_zone0: failed to read out thermal zone (-5) Works for me and I've verified duovero still keeps hitting core ret idle: Tested-by: Tony Lindgren Regards, Tony