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.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 87601C43464 for ; Fri, 18 Sep 2020 17:12:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3D7C721534 for ; Fri, 18 Sep 2020 17:12:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600449157; bh=haTV4N92YD3XTJg4rwyqtCpCekV18WFtoLI6oSZhE3U=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=h0bWDuK0nUV6ButzYk9ghgb/XaRGMWda+9PZ7z8jCBGCygsKycVmT36kIzW/mdf8I 3Qj6q1CsXIGtiqR9Pc82XI2ZiqWO2mvhcGUZIeFtqsYEZO57QCKYEvhutQMHA+zI0s oqzG5BKoBaaSRKJu8fA4Ug7/gxwa6NSMYme7xVjc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726360AbgIRRMg (ORCPT ); Fri, 18 Sep 2020 13:12:36 -0400 Received: from mail-oo1-f65.google.com ([209.85.161.65]:36227 "EHLO mail-oo1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725941AbgIRRMg (ORCPT ); Fri, 18 Sep 2020 13:12:36 -0400 Received: by mail-oo1-f65.google.com with SMTP id z1so1609466ooj.3; Fri, 18 Sep 2020 10:12:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=haTV4N92YD3XTJg4rwyqtCpCekV18WFtoLI6oSZhE3U=; b=opdr0B2G1MC7m32DULisZja+CpZTrkCfcLo5/3Ghu2eBZQ7qmOkP/7NCUtyFIBJxIO qNr8qYG6NiZ6jumxLj+Kk1UW9UMxqArw/rAVbVLaeFMnwGQN7L9gMwFpi97g0O/ctkCs EzPYS/FubkBCKksg+nqujjZdNKT0yTXtBX11lp+6pFD4J+JPc1LLl+8i9UXxqPipQQUs +LAajxx9rAv8iMx401GzY4PbFdG7ZS5TDy7nAks7TUdQisYhYsBXiXnX4Q4KWaMd/HUO LxHaoFp3duqUQdOS/S5E/lmv482NcyyBCVJJYabWUvt9Vb/xCMxhnXoepddSo7OXmZT2 /mhQ== X-Gm-Message-State: AOAM533DL8FgKWsu+NRSAfPhKAJhRQjGBI58Dw9/KmyahvrP7WLlYHG8 eCwia47as/ziwuAxYYNpY5lh6WJZaFNkKcm0VcmafTer X-Google-Smtp-Source: ABdhPJwL1pK1aC3NkV/cbjkQ6IF7RJiX/D3Bf9dlGIvpUFgRXkUm1YCRuFPkB0F0UxNSPMxqcDjX8rURoVMXFirGu6A= X-Received: by 2002:a4a:e946:: with SMTP id v6mr24822843ood.38.1600449155398; Fri, 18 Sep 2020 10:12:35 -0700 (PDT) MIME-Version: 1.0 References: <20200901205549.30096-1-ionela.voinescu@arm.com> <20200903133203.GA29370@arm.com> <20200904043847.g4ss3o4uofwujnyk@vireshk-i7> In-Reply-To: <20200904043847.g4ss3o4uofwujnyk@vireshk-i7> From: "Rafael J. Wysocki" Date: Fri, 18 Sep 2020 19:12:24 +0200 Message-ID: Subject: Re: [PATCH v5 0/5] cpufreq: improve frequency invariance support To: Viresh Kumar , Ionela Voinescu Cc: "Rafael J. Wysocki" , Dietmar Eggemann , Catalin Marinas , Sudeep Holla , Will Deacon , Valentin Schneider , Linux PM , Linux ARM , Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 4, 2020 at 6:39 AM Viresh Kumar wrote: > > On 03-09-20, 14:32, Ionela Voinescu wrote: > > Hi Rafael, Viresh, > > > > Would it be okay for you to apply this series, as the majority of > > changes are in cpufreq? For arch_topology and arm64 changes, they have > > been reviewed and acked-by Catalin and Sudeep. > > > > Also, please let me know if I should send v6 with Sudeep's Reviewed-by/s > > applied. > > No need to resend. Rafael will apply these with the tags. Right. :-) So now applied as 5.10 material, sorry for the delay. Thanks! 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.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED 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 F31A5C43465 for ; Fri, 18 Sep 2020 17:14:04 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 8F7CE21534 for ; Fri, 18 Sep 2020 17:14:04 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="z57odcg7" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8F7CE21534 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:To:Subject:Message-ID:Date:From:In-Reply-To: References:MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=xZYvwSlGVy78yq2H6673oIFfmBQ8Cmrb5Nawo0YBNdg=; b=z57odcg7ppHEn0eGUIndkD11N z3SmzYs0Do8hf++1yIVhMIClJYvvtNwF63agzNnLgTXZ0BHfJQC+6QsccuQ/3IoLl45nVZnGySRS6 +PwBJ1icGRIaBfBXi57AlPXLi67X1mYlufKllPpAKens+EESxorGcgmlOhdE2W2axRri69+mKVAL5 nWOOlysZ35n4fSrIHOicJQEFlif9AyG/17o9KZqvUCApeE6/v6ZYFpdsSvMM0Avda6S3f2x6iMeUi L5QfllvMSeXVkFVyJQ7NOPvGWZeDq3pYRQjYzFnUAUwXjySu+8sNP1LtlwCLNIi2ERTSjJglZWgfd gCDUqSjCg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kJJw8-0006yZ-8X; Fri, 18 Sep 2020 17:12:40 +0000 Received: from mail-oo1-f66.google.com ([209.85.161.66]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kJJw5-0006xh-Nw for linux-arm-kernel@lists.infradead.org; Fri, 18 Sep 2020 17:12:38 +0000 Received: by mail-oo1-f66.google.com with SMTP id s17so1601355ooe.6 for ; Fri, 18 Sep 2020 10:12:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=haTV4N92YD3XTJg4rwyqtCpCekV18WFtoLI6oSZhE3U=; b=ON3gIX/6QXRXSqTXrCRxI0sy8E0u9HLUtYYqpIIfolIaZjYudQIElaQ/MJv6cjarCQ V5uc1kl1tkcb1Ee7SmQijgsN9g5p2DKdoKPTCMWVCsrBH2oDQVvwJ9wx8tWZfn9/2dAD ndFGIvo+0yzJKZzdWi/l/hQRXA9SxaCmLNN0aDSngiQ2b05z0uTWmqd4dDLCXkEJHJMx kc3Za9rgcEObRi/Y+3kVLRW4ujtOmNCJZu9rTJwIrU5uGBi+idSFt0Zfvu8XMvHVNa8n lCz0I64HDAixrzFAcYML6fiHpBTuprD99fYpG6YNKXzYOcbzqGnSZ/ypY5fdC0+oeG72 S1aQ== X-Gm-Message-State: AOAM531xRlx5df0CO6FtvrC/PCsUv77pJxdZCNkk+d69iZwCRzN3ecqy //3xX5ifRsSXQHviMaMLDu9GLrAuT/BoJ6Wy9uc= X-Google-Smtp-Source: ABdhPJwL1pK1aC3NkV/cbjkQ6IF7RJiX/D3Bf9dlGIvpUFgRXkUm1YCRuFPkB0F0UxNSPMxqcDjX8rURoVMXFirGu6A= X-Received: by 2002:a4a:e946:: with SMTP id v6mr24822843ood.38.1600449155398; Fri, 18 Sep 2020 10:12:35 -0700 (PDT) MIME-Version: 1.0 References: <20200901205549.30096-1-ionela.voinescu@arm.com> <20200903133203.GA29370@arm.com> <20200904043847.g4ss3o4uofwujnyk@vireshk-i7> In-Reply-To: <20200904043847.g4ss3o4uofwujnyk@vireshk-i7> From: "Rafael J. Wysocki" Date: Fri, 18 Sep 2020 19:12:24 +0200 Message-ID: Subject: Re: [PATCH v5 0/5] cpufreq: improve frequency invariance support To: Viresh Kumar , Ionela Voinescu X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200918_131237_795210_491D84F8 X-CRM114-Status: GOOD ( 12.78 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Linux PM , Catalin Marinas , "Rafael J. Wysocki" , Linux Kernel Mailing List , Dietmar Eggemann , Sudeep Holla , Will Deacon , Valentin Schneider , Linux ARM Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Sep 4, 2020 at 6:39 AM Viresh Kumar wrote: > > On 03-09-20, 14:32, Ionela Voinescu wrote: > > Hi Rafael, Viresh, > > > > Would it be okay for you to apply this series, as the majority of > > changes are in cpufreq? For arch_topology and arm64 changes, they have > > been reviewed and acked-by Catalin and Sudeep. > > > > Also, please let me know if I should send v6 with Sudeep's Reviewed-by/s > > applied. > > No need to resend. Rafael will apply these with the tags. Right. :-) So now applied as 5.10 material, sorry for the delay. Thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel