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:	Tue, 24 Feb 2015 17:49:23 +0200
From:	Georgi Djakov <georgi.djakov@...aro.org>
To:	Archit Taneja <architt@...eaurora.org>, sboyd@...eaurora.org,
	mturquette@...aro.org
CC:	linux-kernel@...r.kernel.org, linux-arm-msm@...r.kernel.org
Subject: Re: [PATCH v1] clk: qcom: Add MSM8916 Global Clock Controller support

On 02/24/2015 06:49 AM, Archit Taneja wrote:
> Hi,
[..]
>> +
>> +static struct freq_tbl ftbl_gcc_mdss_pclk[] = {
>> +    { .src = P_DSI0_PHYPLL_DSI },
>> +    { }
>> +};
>> +
>> +static struct clk_rcg2 pclk0_clk_src = {
>> +    .cmd_rcgr = 0x4d084,
> 
> This should be 0x4d000. Same reason as above.
> 
>> +    .mnd_width = 8,
>> +    .hid_width = 5,
>> +    .parent_map = gcc_xo_gpll0_dsiphy_map,
>> +    .freq_tbl = ftbl_gcc_mdss_pclk,
>> +    .clkr.hw.init = &(struct clk_init_data){
>> +        .name = "pclk0_clk_src",
>> +        .parent_names = gcc_xo_gpll0_dsiphy,
>> +        .num_parents = 1,
>> +        .ops = &clk_rcg2_ops,
>> +    },
>> +};
>> +
>> +static const struct freq_tbl ftbl_gcc_mdss_vsync_clk[] = {
>> +    F(19200000, P_XO, 1, 0,    0),
>> +    { }
>> +};
>> +
>> +static struct clk_rcg2 vsync_clk_src = {
>> +    .cmd_rcgr = 0x4d02c,
>> +    .hid_width = 5,
>> +    .parent_map = gcc_xo_gpll0a_map,
>> +    .freq_tbl = ftbl_gcc_mdss_vsync_clk,
>> +    .clkr.hw.init = &(struct clk_init_data){
>> +        .name = "vsync_clk_src",
>> +        .parent_names = gcc_xo_gpll0a,
>> +        .num_parents = 2,
>> +        .ops = &clk_rcg2_ops,
>> +    },
>> +};
>> +
> 
> mdss clocks look fine otherwise.
> 
> Thanks,
> Archit
> 

Hi Archit,
Thanks for taking a look. I have fixed these and also a few more.

BR,
Georgi

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ