Re: [PATCH] arm64: dts: sdm845: Add PSCI cpuidle low power states

2018-10-30 Thread Doug Anderson
Resending since I accidentally clicked back to HTML and lists all bounced. :( On Tue, Oct 30, 2018 at 9:24 AM Raju P L S S S N wrote: > > On 10/24/2018 12:06 AM, Doug Anderson wrote: > > Hi, > > > > On Mon, Oct 15, 2018 at 10:02 AM Raju P.L.S.S.S.N > > wrote: > >> + idle-states {

Re: [PATCH] arm64: dts: sdm845: Add PSCI cpuidle low power states

2018-10-30 Thread Raju P L S S S N
On 10/24/2018 12:06 AM, Doug Anderson wrote: Hi, On Mon, Oct 15, 2018 at 10:02 AM Raju P.L.S.S.S.N wrote: + idle-states { + entry-method = "psci"; + + C0_CPU_SPC: c0_spc { nit: all these nodes should have dashes instead of spaces i

Re: [PATCH] arm64: dts: sdm845: Add PSCI cpuidle low power states

2018-10-23 Thread Doug Anderson
Hi, On Mon, Oct 15, 2018 at 10:02 AM Raju P.L.S.S.S.N wrote: > + idle-states { > + entry-method = "psci"; > + > + C0_CPU_SPC: c0_spc { nit: all these nodes should have dashes instead of spaces in the node names (labels can still have spac

Re: [PATCH] arm64: dts: sdm845: Add PSCI cpuidle low power states

2018-10-22 Thread Evan Green
On Mon, Oct 15, 2018 at 10:02 AM Raju P.L.S.S.S.N wrote: > > Add device bindings for cpuidle states for cpu devices. > > Cc: > Signed-off-by: Raju P.L.S.S.S.N > --- > arch/arm64/boot/dts/qcom/sdm845.dtsi | 62 > > 1 file changed, 62 insertions(+) > Reviewe

Re: [PATCH] arm64: dts: sdm845: Add PSCI cpuidle low power states

2018-10-19 Thread Lina Iyer
On Mon, Oct 15 2018 at 11:02 -0600, Raju P.L.S.S.S.N wrote: Add device bindings for cpuidle states for cpu devices. Cc: Signed-off-by: Raju P.L.S.S.S.N --- Reviewed-by: Lina Iyer arch/arm64/boot/dts/qcom/sdm845.dtsi | 62 1 file changed, 62 insertions(+)

[PATCH] arm64: dts: sdm845: Add PSCI cpuidle low power states

2018-10-15 Thread Raju P.L.S.S.S.N
Add device bindings for cpuidle states for cpu devices. Cc: Signed-off-by: Raju P.L.S.S.S.N --- arch/arm64/boot/dts/qcom/sdm845.dtsi | 62 1 file changed, 62 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.