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=-17.2 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,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 1AAF2C2BB48 for ; Thu, 17 Dec 2020 06:01:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D59422376F for ; Thu, 17 Dec 2020 06:01:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726964AbgLQGBE (ORCPT ); Thu, 17 Dec 2020 01:01:04 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42776 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726806AbgLQGBE (ORCPT ); Thu, 17 Dec 2020 01:01:04 -0500 Received: from mail-wm1-x32b.google.com (mail-wm1-x32b.google.com [IPv6:2a00:1450:4864:20::32b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C66F1C06138C for ; Wed, 16 Dec 2020 22:00:23 -0800 (PST) Received: by mail-wm1-x32b.google.com with SMTP id v14so4433426wml.1 for ; Wed, 16 Dec 2020 22:00:23 -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=UWUGj7vRR1Ra7bgeGXHDGwnpi7LWLsFY/4lY0Q3LcxI=; b=lN7BiMtiodNlR3/k9qYiT21EC2DhnAhv0O3G3JQM2jGQCvWf+0vc9GQH00kiQQrSlg FwuxZW3Ui/Jd2hp9bPDR38p7XMoskQNbPEPK6VlGR4NIMFf+bhjdbc8WceDrHGlfu2P9 /yKYB2eKeQxRN+h4USTzdTJKimh9rmjBlhRhq65ODAzR29T7rmFZMaOH0PLEyvbsRckq zPpiod9d6+OGi6BG1Jm1c14qnsu3GvFB2il2WjBvw/jUQfdqI9HlCbpUxrMGAsf5sHYV wArBz5kxBtdd0yC1VsUIJkeppsXhSR5AsTozA/xD75/RSTWd4LOp3MWxPCIoZTCFbWdN oclg== 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=UWUGj7vRR1Ra7bgeGXHDGwnpi7LWLsFY/4lY0Q3LcxI=; b=qK/zoQWJ9i0AuZSAexf1o5vu21UjPvU+7JXOuAQ2eN47y+A+w2JvKnVOS1ongsSQ4g RXGG5XNn9hBKtmBTWZ+UFWdLdvfTdrJZbm8o+5AbDz21vXniNgVEfUnsIK13l0eKsPQ5 9eqLYZMuoieH2jou5pCLm+lc5x9DtxENa56+jm4H6K1IRdQKKKS9EtUTJIS1VhVd0xwy tZ9kyHLrw5+9D1+kMh1NW/WTC+auzlvSB/ur/AGVjwStI8gQ9cA6lKgszTvdgRtbI1sG A23t3nwfzUiq2qP0lh+pfrNtLE5fcY+XgU86A5sppVx0QlSn7vpTbL8dSQPIcnujti3t zaOg== X-Gm-Message-State: AOAM5306ekML1IuOSV6X+xcQh2Y/7HjotQ0nW68BW1VITZPj0VC/JMTX X0NRCKF3pxq0ptRuweWhK7dci9XQisxnxg== X-Google-Smtp-Source: ABdhPJya424XSHoCxm4FRdCMnOQstNEHYDGUW5H/aLIHtUrslwbEA2UyxcnG3A6rNrzkB5i0uUikkw== X-Received: by 2002:a1c:9dd8:: with SMTP id g207mr6664076wme.15.1608184822061; Wed, 16 Dec 2020 22:00:22 -0800 (PST) Received: from ?IPv6:2a01:e34:ed2f:f020:601a:58a2:ee98:f8a1? ([2a01:e34:ed2f:f020:601a:58a2:ee98:f8a1]) by smtp.googlemail.com with ESMTPSA id h98sm7698614wrh.69.2020.12.16.22.00.20 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 16 Dec 2020 22:00:21 -0800 (PST) Subject: Re: [PATCH v2 3/3] thermal/core: Remove ms based delay fields To: =?UTF-8?Q?Peter_K=c3=a4stle?= , rui.zhang@intel.com Cc: amitk@kernel.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, Thara Gopinath , Lukasz Luba , Hans de Goede , Mark Gross , Support Opensource , Eduardo Valentin , Keerthy , platform-driver-x86@vger.kernel.org, linux-omap@vger.kernel.org References: <20201216220337.839878-3-daniel.lezcano@linaro.org> <20201216220337.839878-1-daniel.lezcano@linaro.org> <00766bd10b90c0c3bebf25738b782ec9@piie.net> From: Daniel Lezcano Message-ID: <01b55dc9-0b17-4ccd-e930-5318c0693e30@linaro.org> Date: Thu, 17 Dec 2020 07:00:19 +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: <00766bd10b90c0c3bebf25738b782ec9@piie.net> 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 16/12/2020 23:35, Peter Kästle wrote: > 16. Dezember 2020 23:04, "Daniel Lezcano" schrieb: > >> 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 >> --- >> drivers/platform/x86/acerhdf.c | 3 ++- > > Reviewed-by: Peter Kästle Thanks for reviewing -- Daniel -- Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog