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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9182DC433FE for ; Mon, 18 Oct 2021 12:00:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 79DAC60FD8 for ; Mon, 18 Oct 2021 12:00:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231359AbhJRMCq (ORCPT ); Mon, 18 Oct 2021 08:02:46 -0400 Received: from uho.ysoft.cz ([81.19.3.130]:56848 "EHLO uho.ysoft.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231408AbhJRMCp (ORCPT ); Mon, 18 Oct 2021 08:02:45 -0400 Received: from [10.0.28.149] (unknown [10.0.28.149]) by uho.ysoft.cz (Postfix) with ESMTP id 34278A636F; Mon, 18 Oct 2021 14:00:32 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ysoft.com; s=20160406-ysoft-com; t=1634558432; bh=lMB5Xe84NWFjd8HEDAS2i5V4XTzBdJOFmGVH/YeDFJM=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=jno6ycjM0J+B+Ng1ndcvU3Yj1NF1t7wawbPtxJ3uM8tt0K1oH/yKX5Q04gdfzbgj7 RIEjo8dg14z9uyEPUppG1oV58Zo2hcJPeuVkIN2W6lVbYDiQMqUhDU0nv2HzZwTdcq rqZinhhV/s5fqkKt6jvCx/oR6kkx2gpdSKoYCu74= Subject: Re: [PATCH] thermal: imx: Fix temperature measurements on i.MX6 after alarm To: Petr Benes , Oleksij Rempel Cc: Andrzej Pietrasiewicz , linux-pm@vger.kernel.org, Daniel Lezcano , Shawn Guo , Amit Kucheria , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, =?UTF-8?Q?Petr_Bene=c5=a1?= , stable@vger.kernel.org References: <20211008081137.1948848-1-michal.vokac@ysoft.com> <20211018112820.qkebjt2gk2w53lp5@pengutronix.de> From: =?UTF-8?B?TWljaGFsIFZva8OhxI0=?= Message-ID: <3960553b-2e23-a970-7df3-7b2630f11b30@ysoft.com> Date: Mon, 18 Oct 2021 14:00:32 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On 18. 10. 21 13:41, Petr Benes wrote: > On Mon, 18 Oct 2021 at 13:28, Oleksij Rempel wrote: >> >> Hi Michal, >> >> I hope you have seen this patch: >> https://lore.kernel.org/all/20210924115032.29684-1-o.rempel@pengutronix.de/ >> >> Are there any reason why this was ignored? > > Missed completely. It looks it addresses the problem more systematically. > Hi Oleksij, Thank you for pointing that out. As Peter said, we missed your patch completely. We do not have the right HW around now but we will test the patch later today once we get the board. I will keep you updated. Thank you, Michal