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]
Date:	Mon, 15 Aug 2016 15:24:38 -0700
From:	Stephen Boyd <sboyd@...eaurora.org>
To:	Abhishek Sahu <absahu@...eaurora.org>
Cc:	andy.gross@...aro.org, david.brown@...aro.org, robh+dt@...nel.org,
	pawel.moll@....com, mark.rutland@....com,
	ijc+devicetree@...lion.org.uk, mturquette@...libre.com,
	galak@...eaurora.org, pradeepb@...eaurora.org,
	mmcclint@...eaurora.org, varada@...eaurora.org,
	sricharan@...eaurora.org, architt@...eaurora.org,
	ntelkar@...eaurora.org, linux-arm-msm@...r.kernel.org,
	linux-soc@...r.kernel.org, linux-clk@...r.kernel.org,
	linux-kernel@...r.kernel.org, devicetree@...r.kernel.org
Subject: Re: [PATCH v2 4/5] clk: qcom: ipq4019: Added the all frequencies for
 apps cpu

On 06/21, Abhishek Sahu wrote:
> @@ -554,11 +554,21 @@ static struct clk_rcg2  sdcc1_apps_clk_src = {
>  };
>  
>  static const struct freq_tbl ftbl_gcc_apps_clk[] = {
> -	F(48000000, P_XO,	   1, 0, 0),
> -	F(200000000, P_FEPLL200,   1, 0, 0),
> -	F(500000000, P_FEPLL500,   1, 0, 0),
> -	F(626000000, P_DDRPLLAPSS, 1, 0, 0),
> -	{ }
> +	{48000000, P_XO,          1, 0, 0},
> +	{200000000, P_FEPLL200,   1, 0, 0},
> +	{380000000, P_DDRPLLAPSS, 1, 0, 0},
> +	{409000000, P_DDRPLLAPSS, 1, 0, 0},
> +	{444000000, P_DDRPLLAPSS, 1, 0, 0},
> +	{484000000, P_DDRPLLAPSS, 1, 0, 0},
> +	{500000000, P_FEPLL500,   1, 0, 0},
> +	{507000000, P_DDRPLLAPSS, 1, 0, 0},
> +	{532000000, P_DDRPLLAPSS, 1, 0, 0},
> +	{560000000, P_DDRPLLAPSS, 1, 0, 0},
> +	{592000000, P_DDRPLLAPSS, 1, 0, 0},
> +	{626000000, P_DDRPLLAPSS, 1, 0, 0},
> +	{666000000, P_DDRPLLAPSS, 1, 0, 0},
> +	{710000000, P_DDRPLLAPSS, 1, 0, 0},

Please keep using F macro just in case the hid changes.

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ