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=-4.0 required=3.0 tests=BAYES_00,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 AE3D8C4361B for ; Fri, 11 Dec 2020 20:57:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5A34A23D97 for ; Fri, 11 Dec 2020 20:57:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2392966AbgLKTRO (ORCPT ); Fri, 11 Dec 2020 14:17:14 -0500 Received: from mail-ot1-f65.google.com ([209.85.210.65]:40700 "EHLO mail-ot1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2392722AbgLKTQq (ORCPT ); Fri, 11 Dec 2020 14:16:46 -0500 Received: by mail-ot1-f65.google.com with SMTP id j12so9214009ota.7; Fri, 11 Dec 2020 11:16:31 -0800 (PST) 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=/xb5kc10vkM8dae1+GQbeQe8Yxiquajq/zv40ysf09E=; b=ODJcj02Sj32x6hXbgLFmm0J67l3vXWF8DTOZLH9mynvidEfBjO26K571owfnW8AJ/1 6HBKi2FSPXBLUPtrFUiQgm0iif0kX4chGE6FmP8gvgj9mzGXM73kWuJs5QFheGq5UPw3 ZJwQ3E9rFkBCxq8+i5xVzQTZVw2LTQpjtE0U5bcGgnb8fIASP24cLbktIWvvPzXF4s2S xc4nwHTRj/QwhlG2Ic8wjAIenJJNmStRvD4XWS+lvonkEHd/EM9eJDck4syE4eAnq5tc xPAreOlzArgqJ/fFyIruYgcRiyemKUNNHQiqG3GPQWschVaGWK/NwgBUXKT/qWOhY7qJ Z/xw== X-Gm-Message-State: AOAM532nyy/njTx4cYddee8C6rswk6i5GhvNusn6wd5OkLixbSHmKicI jwyxekY/ypYGi/ITH0ZhjFuIEdV4jV6choorQew= X-Google-Smtp-Source: ABdhPJzRDR6GG3eZV2qJ1AJS21py7Hw4lkBANMjZcns4OwLpfEx7tM60fIIZ2oMaPhpOXxAR29Z/OEYTHKMjtO9wNfs= X-Received: by 2002:a9d:208a:: with SMTP id x10mr9220961ota.260.1607714165855; Fri, 11 Dec 2020 11:16:05 -0800 (PST) MIME-Version: 1.0 References: <20201208164145.19493-1-daniel.lezcano@linaro.org> In-Reply-To: From: "Rafael J. Wysocki" Date: Fri, 11 Dec 2020 20:15:54 +0100 Message-ID: Subject: Re: [PATCH v5 0/4] powercap/dtpm: Add the DTPM framework To: Daniel Lezcano Cc: "Rafael J. Wysocki" , Linux PM , Linux Kernel Mailing List , Thara Gopinath , Lina Iyer , Ram Chandrasekar , Zhang Rui , Lukasz Luba Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 11, 2020 at 11:41 AM Daniel Lezcano wrote: > > > Hi Rafael, > > I believe I took into account all the comments, do you think it is > possible to merge this series ? It should be, unless more changes are requested. I will be taking care of it next week and, if all goes well, it should be possible to push it during the second half of the merge window. Thanks!