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] [thread-next>] [day] [month] [year] [list]
Message-ID: <jsf66upx7xfhm4omzgwr5b5v7isihond62jsspsgqdjymbciha@b6jzlyqoxgqz>
Date: Wed, 28 Aug 2024 23:38:40 +0300
From: Dmitry Baryshkov <dmitry.baryshkov@...aro.org>
To: Tengfei Fan <quic_tengfan@...cinc.com>
Cc: Georgi Djakov <djakov@...nel.org>, Rob Herring <robh@...nel.org>, 
	Krzysztof Kozlowski <krzk+dt@...nel.org>, Conor Dooley <conor+dt@...nel.org>, 
	Catalin Marinas <catalin.marinas@....com>, Will Deacon <will@...nel.org>, kernel@...cinc.com, 
	linux-arm-msm@...r.kernel.org, linux-pm@...r.kernel.org, devicetree@...r.kernel.org, 
	linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH v4 2/3] interconnect: qcom: Add SM4450 interconnect
 provider driver

On Tue, Aug 13, 2024 at 10:47:54AM GMT, Tengfei Fan wrote:
> Add driver for the Qualcomm interconnect buses found in SM4450 based
> platforms. The topology consists of several NoCs that are controlled
> by a remote processor that collects the aggregated bandwidth for each
> master-slave pairs.
> 
> Signed-off-by: Tengfei Fan <quic_tengfan@...cinc.com>
> ---
>  drivers/interconnect/qcom/Kconfig  |    9 +
>  drivers/interconnect/qcom/Makefile |    2 +
>  drivers/interconnect/qcom/sm4450.c | 1722 ++++++++++++++++++++++++++++++++++++
>  drivers/interconnect/qcom/sm4450.h |  152 ++++
>  4 files changed, 1885 insertions(+)

[skipped]

> +#define SM4450_SLAVE_TCU				591
> +#define SM4450_MASTER_LLCC_DISP				1000
> +#define SM4450_MASTER_MDP_DISP				1001
> +#define SM4450_MASTER_MNOC_HF_MEM_NOC_DISP				1002
> +#define SM4450_MASTER_ANOC_PCIE_GEM_NOC_DISP				1003
> +#define SM4450_SLAVE_EBI1_DISP				1512
> +#define SM4450_SLAVE_LLCC_DISP				1513
> +#define SM4450_SLAVE_MNOC_HF_MEM_NOC_DISP				1514

Please drop _DISP defines

> +
> +#endif
> 
> -- 
> 2.25.1
> 

-- 
With best wishes
Dmitry

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ