lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ZxfSpRDQY10dvHC_@hovoldconsulting.com>
Date: Tue, 22 Oct 2024 18:28:21 +0200
From: Johan Hovold <johan@...nel.org>
To: Bjorn Andersson <andersson@...nel.org>,
	Konrad Dybcio <konradybcio@...nel.org>
Cc: Rob Herring <robh@...nel.org>, Krzysztof Kozlowski <krzk+dt@...nel.org>,
	Conor Dooley <conor+dt@...nel.org>,
	Akhil P Oommen <quic_akhilpo@...cinc.com>,
	Sibi Sankar <quic_sibis@...cinc.com>,
	Rajendra Nayak <quic_rjendra@...cinc.com>,
	Abel Vesa <abel.vesa@...aro.org>,
	Marijn Suijten <marijn.suijten@...ainline.org>,
	linux-arm-msm@...r.kernel.org, devicetree@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/2] arm64: dts: qcom: x1e80100: Update C4/C5
 residency/exit numbers

On Tue, Jul 16, 2024 at 12:35:04PM +0200, Konrad Dybcio wrote:
> Update the numbers based on the information found in the DSDT.
> 
> Fixes: af16b00578a7 ("arm64: dts: qcom: Add base X1E80100 dtsi and the QCP dts")
> Signed-off-by: Konrad Dybcio <konrad.dybcio@...aro.org>
> ---

What happened to this one? Was it silently rejected?

Only the first patch in the series was merged.

>  arch/arm64/boot/dts/qcom/x1e80100.dtsi | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/qcom/x1e80100.dtsi b/arch/arm64/boot/dts/qcom/x1e80100.dtsi
> index 47bb26a66b2e..120bc418c444 100644
> --- a/arch/arm64/boot/dts/qcom/x1e80100.dtsi
> +++ b/arch/arm64/boot/dts/qcom/x1e80100.dtsi
> @@ -278,8 +278,8 @@ CLUSTER_C4: cpu-sleep-0 {
>  				idle-state-name = "ret";
>  				arm,psci-suspend-param = <0x00000004>;
>  				entry-latency-us = <180>;
> -				exit-latency-us = <320>;
> -				min-residency-us = <1000>;
> +				exit-latency-us = <500>;
> +				min-residency-us = <600>;
>  			};
>  		};
>  
> @@ -298,7 +298,7 @@ CLUSTER_CL5: cluster-sleep-1 {
>  				idle-state-name = "ret-pll-off";
>  				arm,psci-suspend-param = <0x01000054>;
>  				entry-latency-us = <2200>;
> -				exit-latency-us = <2500>;
> +				exit-latency-us = <4000>;
>  				min-residency-us = <7000>;
>  			};
>  		};

Johan

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ