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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0714AC77B73 for ; Mon, 5 Jun 2023 23:28:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229544AbjFEX2w (ORCPT ); Mon, 5 Jun 2023 19:28:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53760 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229740AbjFEX2t (ORCPT ); Mon, 5 Jun 2023 19:28:49 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 68C31A7; Mon, 5 Jun 2023 16:28:48 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id F221662486; Mon, 5 Jun 2023 23:28:47 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E738FC433D2; Mon, 5 Jun 2023 23:28:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1686007727; bh=XiOUqFkBFIP5V7pNs1yYEv3oCLkj75O1WRaqsOUoVJo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=agIjqbn5mbnNnNEztgr8kzjeY754U60ZJCsZMQsbkHPFGBItJ3D3npGTc58Zlktc+ 1N+MRZ79PGu12oXB9IMR7Jkj0/IXFWsy6JLfpli4mHNYsJ1HRvPdWmDaRYD0XwWkeX +36Z4HxUgVxudy/2GUq9ljNPQC3QkYNiSGPAberlFw4VRmmYfsLUGbzrgCqjvAi5Pd /qo0yf2E5WFO6G/K9TYaJj7X581NHJUG0yvaQkbAZe9W5iwjAB1CXukD6knfCD7npC zhqgLUs80Vq7BBQtENDdATXJ0iNYAaPKI6HdJQNjS9TteVoMs0MTRxSM1ziUNM3wxe tyG0dc6xEytXQ== Date: Mon, 5 Jun 2023 16:28:45 -0700 From: Eduardo Valentin To: "Rafael J. Wysocki" Cc: Eduardo Valentin , eduval@amazon.com, linux-pm@vger.kernel.org, Daniel Lezcano , Amit Kucheria , Zhang Rui , Jonathan Corbet , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/7] thermal: enhancements on thermal stats Message-ID: References: <20230519032719.2581689-1-evalenti@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 24, 2023 at 08:22:11PM +0200, Rafael J. Wysocki wrote: > > There are still some other things I need to take care of before I can > get to this series, but I will get to it. > > Thanks! Ok, no worries. -- All the best, Eduardo Valentin