From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753986AbeEaGRW (ORCPT ); Thu, 31 May 2018 02:17:22 -0400 Received: from mail-io0-f169.google.com ([209.85.223.169]:40432 "EHLO mail-io0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753772AbeEaGRU (ORCPT ); Thu, 31 May 2018 02:17:20 -0400 X-Google-Smtp-Source: ADUXVKK2obEakEdhdoh5PjLYkf7Li6WR8/v04PxumgYAbnS+OZFvD0UouSX6PIBBlB2TXNDg9wisHLQOxCNptcNM1d8= MIME-Version: 1.0 In-Reply-To: References: <20180529100421.31022-1-ulf.hansson@linaro.org> <20180529100421.31022-9-ulf.hansson@linaro.org> From: Ulf Hansson Date: Thu, 31 May 2018 08:17:18 +0200 Message-ID: Subject: Re: [PATCH v2 8/9] PM / Domains: Add support for multi PM domains per device to genpd To: Jon Hunter Cc: "Rafael J . Wysocki" , Linux PM , Greg Kroah-Hartman , Geert Uytterhoeven , Todor Tomov , Rajendra Nayak , Viresh Kumar , Vincent Guittot , Kevin Hilman , Linux Kernel Mailing List , Linux ARM , linux-tegra@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [...] >> +/** >> + * genpd_dev_pm_attach_by_id() - Attach a device to one of its PM domain. >> + * @dev: Device to attach. > > Can you update the description of the above as well? Yes, like below? genpd_dev_pm_attach_by_id() - Associate a device with one of its PM domains. @dev: The device used to lookup the PM domain. Kind regards Uffe