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=-7.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 8B335C4363A for ; Tue, 27 Oct 2020 07:05:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4132F21556 for ; Tue, 27 Oct 2020 07:05:45 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=nvidia.com header.i=@nvidia.com header.b="cl6cysfh" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2507283AbgJ0HFp (ORCPT ); Tue, 27 Oct 2020 03:05:45 -0400 Received: from hqnvemgate25.nvidia.com ([216.228.121.64]:17141 "EHLO hqnvemgate25.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2507281AbgJ0HFo (ORCPT ); Tue, 27 Oct 2020 03:05:44 -0400 Received: from hqmail.nvidia.com (Not Verified[216.228.121.13]) by hqnvemgate25.nvidia.com (using TLS: TLSv1.2, AES256-SHA) id ; Tue, 27 Oct 2020 00:05:48 -0700 Received: from [10.41.23.128] (10.124.1.5) by HQMAIL107.nvidia.com (172.20.187.13) with Microsoft SMTP Server (TLS) id 15.0.1473.3; Tue, 27 Oct 2020 07:05:38 +0000 Subject: Re: [PATCH v3] cpufreq: tegra194: get consistent cpuinfo_cur_freq To: Viresh Kumar CC: , , , , , , , , , , Sumit Gupta References: <1602668171-30104-1-git-send-email-sumitg@nvidia.com> <20201027065855.ghekpybjwtaufwgy@vireshk-i7> From: Sumit Gupta Message-ID: Date: Tue, 27 Oct 2020 12:35:35 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: <20201027065855.ghekpybjwtaufwgy@vireshk-i7> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.124.1.5] X-ClientProxiedBy: HQMAIL101.nvidia.com (172.20.187.10) To HQMAIL107.nvidia.com (172.20.187.13) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nvidia.com; s=n1; t=1603782348; bh=WtJy4r7svb4J2IZUnV3t+9wxR1WW37gNHcX6Awa3jIM=; h=Subject:To:CC:References:From:Message-ID:Date:User-Agent: MIME-Version:In-Reply-To:Content-Type:Content-Language: Content-Transfer-Encoding:X-Originating-IP:X-ClientProxiedBy; b=cl6cysfhaz4s59yJxqetLooytzBoR9HqHpSZuVGyPoiQOuUDeZN2w5QQQOvgs0VIQ 9zVZ6QGS/KW9wiM7GaLx1v45VAZeEpXJKZJIJ+WUoxNhD+x6dyK3jTEhnwyPjfXKmk pqcw8uo5Zkuj13wAP632pxrVqPfsIIEKRUe59TdegqHjtuURz39iq12+e9KgUMk1KW GcNhuFtQT7t3GO7oZAgBi9+PlC7kQb7Nt2xiBkMT3aTEtmYBMI3Kzwk3yRSkAvc9o2 MviyljpnMCjpzUugH/WuPt8Jrqr4lf630wV5EG4ho/a9nV34CFn3/ny0JzVccNhsBl Q16BR+95YNx4w== Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org Thank you. On 27/10/20 12:28 PM, Viresh Kumar wrote: > External email: Use caution opening links or attachments > > > On 27-10-20, 11:46, Sumit Gupta wrote: >> Ping. > > I was waiting for 5.10-rc1 to be released before I can start applying stuff for > 5.11. Now that it is released, I will apply this. > > -- > viresh >