Re: [PATCH v2 8/9] PM / Domains: Add support for multi PM domains per device to genpd

From: Ulf Hansson
Date: Thu May 31 2018 - 02:17:32 EST


[...]

>> +/**
>> + * 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