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 BC30FC3F6B0 for ; Fri, 12 Aug 2022 10:02:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237535AbiHLKC2 (ORCPT ); Fri, 12 Aug 2022 06:02:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51390 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231237AbiHLKC2 (ORCPT ); Fri, 12 Aug 2022 06:02:28 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5CA48A598F; Fri, 12 Aug 2022 03:02:27 -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 ams.source.kernel.org (Postfix) with ESMTPS id 13722B823AB; Fri, 12 Aug 2022 10:02:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C1438C433D6; Fri, 12 Aug 2022 10:02:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660298544; bh=ZwKs8KhmRqSPqx+VzPtir7Tp0N1RKVbuJdmAf5L/E+o=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=Bw9Rznu5rHwmW8F7BbIA74iNm8r5cKMvEVjWsib0mk83dIWuRlqrSVVSpUudB9NMH dJzcIVXa9YIS4y1gyx3pz1w8SRfft9P9scX/9VsWd16uyGTsLx6+S/PspenaBfLyBg 7AfanqBWnR5vk6elo/yskgtln6O8FjtEL1DMeDN6rf50POZ0ATvK/uMsPlD+q+bEKY 2I5gp6zRTeugYmcFVuByEZUNcrI/labGwWYDtd0hD+o2aFUHOe1SbPx07A/1zx2ANK KnwPWOMiMbz3ytt9X96GQsUh/NFEd0/HE3Euob5p2BVAj5j04Dbz0Iq/pyJB+OUud6 llYxSpUoOmrsQ== Message-ID: <07c3b971-a1b1-aff3-3d24-9101a174a4ae@kernel.org> Date: Fri, 12 Aug 2022 13:02:12 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0 Subject: Re: [PATCH v2 16/26] thermal/drivers/exynos: of_thermal_get_ntrips() Content-Language: en-US To: Daniel Lezcano , rafael@kernel.org Cc: rui.zhang@intel.com, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Bartlomiej Zolnierkiewicz , Krzysztof Kozlowski , Amit Kucheria , Alim Akhtar , "open list:SAMSUNG THERMAL DRIVER" , "moderated list:ARM/SAMSUNG S3C, S5P AND EXYNOS ARM ARCHITECTURES" References: <20220809220436.711020-1-daniel.lezcano@linaro.org> <20220809220436.711020-17-daniel.lezcano@linaro.org> From: Krzysztof Kozlowski In-Reply-To: <20220809220436.711020-17-daniel.lezcano@linaro.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On 10/08/2022 01:04, Daniel Lezcano wrote: > The thermal core framework allows to get the number of thermal trips, > use it instead of visiting the thermal core structure internals. > > Signed-off-by: Daniel Lezcano Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof