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 2CC16C63777 for ; Wed, 18 Nov 2020 13:09:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D447722266 for ; Wed, 18 Nov 2020 13:09:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726484AbgKRNI7 (ORCPT ); Wed, 18 Nov 2020 08:08:59 -0500 Received: from mail-ot1-f67.google.com ([209.85.210.67]:34003 "EHLO mail-ot1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726107AbgKRNI6 (ORCPT ); Wed, 18 Nov 2020 08:08:58 -0500 Received: by mail-ot1-f67.google.com with SMTP id j14so1666108ots.1; Wed, 18 Nov 2020 05:08:58 -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=NWPHmRgAyAiVkWFvG/avg7cpqXdf1GRFrh8hjqMq86E=; b=okEhrb7+23BdfBpE3mg/HskYTShAiiI4VSeB853UcTs5UGz+ar7ivHIwUw6DQggFKC a8DBG2V1kEklANpiBQtGWwiGtSiqou37QvwMWMiovsb9plfMAWJXDedBGVg05WXhp9Ek WgxCJbOSG+4x8c2vKRihCoM0iedt2KVSd8+vYb7yd1q/gu0y/lEwL7QCht6e/vaR4Umn E0t9TIYCD7BqF3cgrIKNQUuprx3o058E8Zpgi/WefVujgjomAigGZCXfajQ0INaDSOB6 w8tZbDttPvXUVLmcHdfmkLtfZeutVoxUgyVGBBNDiSR/uDEDLzFc/OseJWmOZnB19L/B xqlA== X-Gm-Message-State: AOAM531gG9W7Lh+dYzEAGdOxFHCCx9ftEipk1DiFYh0V/2c+1OLuKUo3 hXb5asMiovqeUNAbVD19vnxaeWGmHECdmyKXpZ4= X-Google-Smtp-Source: ABdhPJy9iny0IqrpG8MYq9o9D35sG6dk69ZBYlMT8eGqE1fZ/d1cVv/5SFn1hqFhcKnBcddc5rjGw9xNXONrNYDvMk4= X-Received: by 2002:a9d:222f:: with SMTP id o44mr6577141ota.321.1605704938085; Wed, 18 Nov 2020 05:08:58 -0800 (PST) MIME-Version: 1.0 References: <20201106073358.8379-1-patrice.chotard@st.com> In-Reply-To: <20201106073358.8379-1-patrice.chotard@st.com> From: "Rafael J. Wysocki" Date: Wed, 18 Nov 2020 14:08:46 +0100 Message-ID: Subject: Re: [PATCH v1 0/4] PM: Add dev_wakeup_path() helper To: patrice.chotard@st.com Cc: "Rafael J . Wysocki" , Linux PM , Linux Kernel Mailing List , Ulf Hansson , Kevin Hilman , Erwan Le Ray , Alexandre TORGUE , Fabrice Gasnier , Pierre-Yves MORDRET , amelie.delaunay@st.com Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 6, 2020 at 8:34 AM wrote: > > From: Patrice Chotard > > Add dev_wakeup_path() helper to avoid to spread > dev->power.wakeup_path test in drivers. OK > Cc: amelie.delaunay@st.com, > erwan_leray@st.com, > fabrice.gasnier@st.com, > alexandre.torgue@st.com, > alain.volmat@st.com, > pierre-yves.mordret@st.com > > *** BLURB HERE *** Hmm? > Patrice Chotard (4): > PM / wakeup: Add dev_wakeup_path() helper > PM: domains: Make usage of device_wakeup_path() helper > PM: core: Make usage of device_wakeup_path() helper > i2c: stm32f7: Make usage of dev_wakeup_path() helper Please fold the patches into one and add the R-by from Ulf to it. Thanks!