From mboxrd@z Thu Jan 1 00:00:00 1970 From: sboyd@codeaurora.org (Stephen Boyd) Date: Wed, 25 Nov 2015 11:12:01 -0800 Subject: [PATCH RFC 17/27] drivers: cpu-pd: Record CPUs that are part of the domain In-Reply-To: <20151125141338.GH30342@linaro.org> References: <1447799871-56374-1-git-send-email-lina.iyer@linaro.org> <1447799871-56374-18-git-send-email-lina.iyer@linaro.org> <20151124210043.GD25963@codeaurora.org> <20151125141338.GH30342@linaro.org> Message-ID: <56560801.8000908@codeaurora.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 11/25/15 06:13, Lina Iyer wrote: > On Tue, Nov 24 2015 at 14:00 -0700, Stephen Boyd wrote: >> On 11/17, Lina Iyer wrote: >>> diff --git a/drivers/base/power/cpu-pd.c b/drivers/base/power/cpu-pd.c >>> index 9758b8d..617ce54 100644 >>> --- a/drivers/base/power/cpu-pd.c >>> +++ b/drivers/base/power/cpu-pd.c >>> @@ -18,6 +18,7 @@ >>> #include >>> #include >>> #include >>> +#include >> >> What's this added for? >> > pm_qos_request(PM_QOS_CPU_DMA_LATENCY); > Getting the PM QoS for the CPUs. > Ok. That function call is not added in this patch though. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project