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 X-Spam-Level: X-Spam-Status: No, score=-12.2 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5AAF9C2BB9A for ; Thu, 17 Dec 2020 19:26:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 25F4B23A57 for ; Thu, 17 Dec 2020 19:26:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729054AbgLQTZv (ORCPT ); Thu, 17 Dec 2020 14:25:51 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53948 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727857AbgLQTZu (ORCPT ); Thu, 17 Dec 2020 14:25:50 -0500 Received: from mail-wm1-x330.google.com (mail-wm1-x330.google.com [IPv6:2a00:1450:4864:20::330]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 27A4CC06138C for ; Thu, 17 Dec 2020 11:25:10 -0800 (PST) Received: by mail-wm1-x330.google.com with SMTP id q75so10813wme.2 for ; Thu, 17 Dec 2020 11:25:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=ixCzYST95/yuaNiK81DgJI4fw2sfz4OqTewDrmBzQzY=; b=EE+bWjgmZYCmpkp12HoUS6LRCELP4LBsnaGbo3WreVLVH6a7QL6p876NZS8ZSye4Ma WtkGyc7+Ob0anX1aYMKBJKK+EQa0XetFVboNh6N7jqE1WDPt7HsY4knHMJkcPq/divRV IaAktzpprw+PU+JCfHrhscGAONoimtngMISAsSm4PgqJvhHxFaVnGYdpwuNYGQs/LJhH kViPrO6HFKJZeaPe++7ALd+p/ndKwUw7fBwoLE76iLfvUOjt8yKDpWAGR9hcJ7L2p2Qb 9RsLbcxE+A+31aCocEeS8JQ92oNO8Su6WdIpigin26ooyBzBJ0cnAIFPGxeMuT04n6dW zdZw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=ixCzYST95/yuaNiK81DgJI4fw2sfz4OqTewDrmBzQzY=; b=uOWD9IEO2sqsBjbkzKkHBC9t+hwRRj/mgslJETxRRR4eZK0EZ4WeTyzkA4qG309lXd cpQBtc/Q+3T7r++F2rQvYcAkTqWreG4Xou8kLF0geuqEKwcbgVEWLNlpvE1U8CBP8sNR M67hDo11qHxepb5lMiBJNCOa9ClAOBc5FVolq+b8aqGdoRMIKOnH6bbwGEwOEWQ8i5Sy 7XhGlM+w5t6QkSBU3H8slwp56eiSoPrJE2ufiC4bScDDD5EYBXRC52LGjUdQXRpeK6IN McQu6U4B674XGBNz7DHgvnSuOyLnGgcAEIwFBwVA6Kn5TnjSKBZyT2CaGmXcZ003YebZ Ik3A== X-Gm-Message-State: AOAM530643kLMUqkkx2ugBItYnlvv8CtTJcjce2IiO6VZuau3FbH2K+N Zl0W8/3+yZ6Zh08wtf/0JtIYfhSnfITl2A== X-Google-Smtp-Source: ABdhPJyOFeWBCrILNXkRsgkNImAd+vZ6FQGRL5WGzeKgDFg68HIioj2nft7cI62Tfx/kLzdFJSzRZQ== X-Received: by 2002:a1c:7dd8:: with SMTP id y207mr784655wmc.181.1608233108453; Thu, 17 Dec 2020 11:25:08 -0800 (PST) Received: from ?IPv6:2a01:e34:ed2f:f020:ccb6:ce78:2bcd:4ead? ([2a01:e34:ed2f:f020:ccb6:ce78:2bcd:4ead]) by smtp.googlemail.com with ESMTPSA id r1sm10811356wrl.95.2020.12.17.11.25.06 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 17 Dec 2020 11:25:07 -0800 (PST) Subject: Re: [PATCH v2 3/3] thermal/core: Remove ms based delay fields To: Hans de Goede , rui.zhang@intel.com Cc: amitk@kernel.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, Thara Gopinath , Lukasz Luba , Peter Kaestle , Mark Gross , Support Opensource , Eduardo Valentin , Keerthy , "open list:ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER" , "open list:TI BANDGAP AND THERMAL DRIVER" References: <20201216220337.839878-1-daniel.lezcano@linaro.org> <20201216220337.839878-3-daniel.lezcano@linaro.org> From: Daniel Lezcano Message-ID: <01f5ee86-a1c2-97da-a55d-8c5ab0e21154@linaro.org> Date: Thu, 17 Dec 2020 20:25:06 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org On 17/12/2020 19:32, Hans de Goede wrote: > Hi Daniel, > > On 12/16/20 11:03 PM, Daniel Lezcano wrote: >> The code does no longer use the ms unit based fields to set the >> delays as they are replaced by the jiffies. >> >> Remove them and replace their user to use the jiffies version instead. >> >> Cc: Thara Gopinath >> Signed-off-by: Daniel Lezcano >> Reviewed-by: Lukasz Luba > > I assume that you will merge this through the thermal tree, > here is my ack for doing so for the pdx86 bits: > > Acked-by: Hans de Goede Thanks! -- Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog