Re: [PATCH v5 05/10] drivers: qcom: rpmh-rsc: write sleep/wake requests to TCS

2018-04-11 Thread Lina Iyer
On Tue, Apr 10 2018 at 18:31 -0600, Bjorn Andersson wrote: On Thu 05 Apr 09:18 PDT 2018, Lina Iyer wrote: diff --git a/drivers/soc/qcom/rpmh-internal.h b/drivers/soc/qcom/rpmh-internal.h [..] @@ -439,6 +445,107 @@ int rpmh_rsc_send_data(struct rsc_drv *drv, const struct tcs_request *msg) }

Re: [PATCH v5 05/10] drivers: qcom: rpmh-rsc: write sleep/wake requests to TCS

2018-04-10 Thread Bjorn Andersson
On Thu 05 Apr 09:18 PDT 2018, Lina Iyer wrote: > diff --git a/drivers/soc/qcom/rpmh-internal.h > b/drivers/soc/qcom/rpmh-internal.h [..] > @@ -439,6 +445,107 @@ int rpmh_rsc_send_data(struct rsc_drv *drv, const > struct tcs_request *msg) > } > EXPORT_SYMBOL(rpmh_rsc_send_data); > > +static in

[PATCH v5 05/10] drivers: qcom: rpmh-rsc: write sleep/wake requests to TCS

2018-04-05 Thread Lina Iyer
Sleep and wake requests are sent when the application processor subsystem of the SoC is entering deep sleep states like in suspend. These requests help lower the system power requirements when the resources are not in use. Sleep and wake requests are written to the TCS slots but are not triggered