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=-2.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_NEOMUTT autolearn=ham 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 CB160C31E46 for ; Wed, 12 Jun 2019 09:31:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id AC311207E0 for ; Wed, 12 Jun 2019 09:31:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731576AbfFLJbH (ORCPT ); Wed, 12 Jun 2019 05:31:07 -0400 Received: from foss.arm.com ([217.140.110.172]:48416 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731492AbfFLJbG (ORCPT ); Wed, 12 Jun 2019 05:31:06 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 1EF2628; Wed, 12 Jun 2019 02:31:06 -0700 (PDT) Received: from queper01-lin (queper01-lin.cambridge.arm.com [10.1.195.48]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 35B5D3F246; Wed, 12 Jun 2019 02:31:04 -0700 (PDT) Date: Wed, 12 Jun 2019 10:31:03 +0100 From: Quentin Perret To: Daniel Lezcano Cc: edubezval@gmail.com, rui.zhang@intel.com, javi.merino@kernel.org, viresh.kumar@linaro.org, amit.kachhap@gmail.com, rjw@rjwysocki.net, will.deacon@arm.com, catalin.marinas@arm.com, dietmar.eggemann@arm.com, ionela.voinescu@arm.com, mka@chromium.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v5 0/3] Make IPA use PM_EM Message-ID: <20190612093100.cuigeni3ixjw5ywi@queper01-lin> References: <20190530092038.12020-1-quentin.perret@arm.com> <20190612091351.jet5sew5dnirsapz@queper01-lin> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20171215 Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On Wednesday 12 Jun 2019 at 11:27:31 (+0200), Daniel Lezcano wrote: > On 12/06/2019 11:13, Quentin Perret wrote: > > Hi, > > > > On Thursday 30 May 2019 at 10:20:35 (+0100), Quentin Perret wrote: > >> Changes in v5: > >> ************** > >> - Changed patch 02 to guard IPA-specific code in cpu_cooling.c with > >> appropriate ifdefery (Daniel) > >> - Rebased on 5.2-rc2 > > > > Is there anything else I can do on this series ? Should I send a v6 with > > Viresh's and Daniel's Acked-by ? > > No need to send a V6 if there are no changes in the patches. The > maintainer will take care of collecting the tags (which is usually > automatic when using the patchwork tools). OK that's good to know, thanks ! Quentin