Re: [PATCH v5 06/10] soc: qcom: Add AOSS QMP genpd provider

2019-02-01 Thread Doug Anderson
Hi, On Wed, Jan 30, 2019 at 4:40 PM Bjorn Andersson wrote: > +struct qmp_pd { > + struct qmp *qmp; > + > + struct generic_pm_domain pd; > + > + const char *name; nit: why do you need name? Can't you just reach in and use pd.name since they're the same? > +static int

Re: [PATCH v5 06/10] soc: qcom: Add AOSS QMP genpd provider

2019-01-31 Thread Sibi Sankar
Hey Bjorn, On 01/31/2019 06:09 AM, Bjorn Andersson wrote: The AOSS QMP genpd provider implements control over power-related resources related to low-power state associated with the remoteprocs in the system as well as control over a set of clocks related to debug hardware in the SoC.

[PATCH v5 06/10] soc: qcom: Add AOSS QMP genpd provider

2019-01-30 Thread Bjorn Andersson
The AOSS QMP genpd provider implements control over power-related resources related to low-power state associated with the remoteprocs in the system as well as control over a set of clocks related to debug hardware in the SoC. Tested-by: Sai Prakash Ranjan Signed-off-by: Bjorn Andersson ---