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:	Fri, 12 Sep 2014 11:56:29 +0200
From:	Heiko Stübner <heiko@...ech.de>
To:	Mark yao <mark.yao@...k-chips.com>
Cc:	Mike Turquette <mturquette@...aro.org>,
	linux-kernel@...r.kernel.org, djkurtz@...omium.org,
	dianders@...omium.org, dkl@...k-chips.com,
	eddie.cai@...k-chips.com, xjq@...k-chips.com, kfx@...k-chips.com,
	huangtao@...k-chips.com, zyw@...k-chips.com, yxj@...k-chips.com,
	cym@...k-chips.com, zhengsq@...k-chips.com,
	caesar.wang@...k-chips.com, kever.yang@...k-chips.com
Subject: Re: [PATCH] clk: rockchip: rk3288: fix softreset register count

Hi Mark,

Am Freitag, 12. September 2014, 17:24:46 schrieb Mark yao:
> The rk3288 actually has 12 softresets, so fix the register count.

interesting ... I can see the additional registers in the updated TRM, while 
the old one didn't have them.

Reviewed-by: Heiko Stuebner <heiko@...ech.de>


> 
> Signed-off-by: Mark yao <mark.yao@...k-chips.com>
> ---
>  drivers/clk/rockchip/clk-rk3288.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/clk/rockchip/clk-rk3288.c
> b/drivers/clk/rockchip/clk-rk3288.c index 0d8c6c5..2e1d790 100644
> --- a/drivers/clk/rockchip/clk-rk3288.c
> +++ b/drivers/clk/rockchip/clk-rk3288.c
> @@ -711,7 +711,7 @@ static void __init rk3288_clk_init(struct device_node
> *np) rockchip_clk_register_branches(rk3288_clk_branches,
>  				  ARRAY_SIZE(rk3288_clk_branches));
> 
> -	rockchip_register_softrst(np, 9, reg_base + RK3288_SOFTRST_CON(0),
> +	rockchip_register_softrst(np, 12, reg_base + RK3288_SOFTRST_CON(0),
>  				  ROCKCHIP_SOFTRST_HIWORD_MASK);
>  }
>  CLK_OF_DECLARE(rk3288_cru, "rockchip,rk3288-cru", rk3288_clk_init);

--
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