From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 64D0E1E86A; Tue, 30 Apr 2024 18:32:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1714501971; cv=none; b=GV/7Ij4STZ09j/BGMronJwWDuOukUlhaNXLnTX/cHE4M0BCf0dxjH4rlyUJ6yz6hUWfHURIhI/oeIN1y+VejgsyRo26dP9qTyKb0zKnWeX0eLfMWAk9onWO4ISj9X2kOrjJ2bpBlythl/u8JRnjXU/Pcuib2t1dYhotGQg/Tjns= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1714501971; c=relaxed/simple; bh=t5tGTEhFr8KFQV0f+cxOC+J/X75OuPA3Tuq3aflsfq4=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=W8I4A5XIk6w70AFPHJ8eN/MLoJxzsRlRmUIJEqjtnpjuTjrDV+BbBLGLze4bP33wqeLzOwXVWBhTXZIQbUlsB9EK2rOO/hNP0rseWO0sU9Ifhv90FjppgjaYskf4KqKCUx0I+/xiklnYhIeAPGZbqmed183CosCrST/bTbvZEgw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com 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 D189C2F4; Tue, 30 Apr 2024 11:33:11 -0700 (PDT) Received: from [10.57.65.13] (unknown [10.57.65.13]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 7C5E33F762; Tue, 30 Apr 2024 11:32:44 -0700 (PDT) Message-ID: Date: Tue, 30 Apr 2024 19:32:42 +0100 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v2 0/2] thermal: core: Fix thermal zone initialization and move passive polling management to the core To: "Rafael J. Wysocki" Cc: Daniel Lezcano , LKML , "Rafael J. Wysocki" , Linux PM References: <5790995.DvuYhMxLoT@kreacher> Content-Language: en-US From: Lukasz Luba In-Reply-To: <5790995.DvuYhMxLoT@kreacher> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 4/30/24 16:44, Rafael J. Wysocki wrote: > Hi Everyone, > > This a v2 of the patch at > > https://lore.kernel.org/linux-pm/5938055.MhkbZ0Pkbq@kreacher/ > > with one fix patch added and a couple of changes more in the main patch. > > Patch [1/2] fixes the thermal zone initialization in the cases when getting the > first zone temperature from the sensor is delayed and patch [2/2] is an update > of the patch above. > > Thanks! > > > I have also tested the IPA and Step-wise - they work. Tested-by: Lukasz Luba