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

2018-05-31 Thread Jon Hunter
On 31/05/18 11:44, Ulf Hansson wrote: > On 31 May 2018 at 10:03, Jon Hunter wrote: >> >> On 31/05/18 07:17, Ulf Hansson wrote: >>> [...] >>> > +/** > + * genpd_dev_pm_attach_by_id() - Attach a device to one of its PM domain. > + * @dev: Device to attach. Can you update the

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

2018-05-31 Thread Jon Hunter
On 31/05/18 11:44, Ulf Hansson wrote: > On 31 May 2018 at 10:03, Jon Hunter wrote: >> >> On 31/05/18 07:17, Ulf Hansson wrote: >>> [...] >>> > +/** > + * genpd_dev_pm_attach_by_id() - Attach a device to one of its PM domain. > + * @dev: Device to attach. Can you update the

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

2018-05-31 Thread Ulf Hansson
On 31 May 2018 at 10:03, Jon Hunter wrote: > > On 31/05/18 07:17, Ulf Hansson wrote: >> [...] >> +/** + * 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

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

2018-05-31 Thread Ulf Hansson
On 31 May 2018 at 10:03, Jon Hunter wrote: > > On 31/05/18 07:17, Ulf Hansson wrote: >> [...] >> +/** + * 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

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

2018-05-31 Thread Jon Hunter
On 31/05/18 07:17, Ulf Hansson wrote: > [...] > >>> +/** >>> + * 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

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

2018-05-31 Thread Jon Hunter
On 31/05/18 07:17, Ulf Hansson wrote: > [...] > >>> +/** >>> + * 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

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

2018-05-31 Thread Ulf Hansson
[...] >> +/** >> + * 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

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

2018-05-31 Thread Ulf Hansson
[...] >> +/** >> + * 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

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

2018-05-30 Thread Jon Hunter
On 29/05/18 11:04, Ulf Hansson wrote: > To support devices being partitioned across multiple PM domains, let's > begin with extending genpd to cope with these kind of configurations. > > Therefore, add a new exported function genpd_dev_pm_attach_by_id(), which > is similar to the existing

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

2018-05-30 Thread Jon Hunter
On 29/05/18 11:04, Ulf Hansson wrote: > To support devices being partitioned across multiple PM domains, let's > begin with extending genpd to cope with these kind of configurations. > > Therefore, add a new exported function genpd_dev_pm_attach_by_id(), which > is similar to the existing

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

2018-05-29 Thread Ulf Hansson
To support devices being partitioned across multiple PM domains, let's begin with extending genpd to cope with these kind of configurations. Therefore, add a new exported function genpd_dev_pm_attach_by_id(), which is similar to the existing genpd_dev_pm_attach(), but with the difference that it

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

2018-05-29 Thread Ulf Hansson
To support devices being partitioned across multiple PM domains, let's begin with extending genpd to cope with these kind of configurations. Therefore, add a new exported function genpd_dev_pm_attach_by_id(), which is similar to the existing genpd_dev_pm_attach(), but with the difference that it