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, 4 Sep 2017 19:53:57 +0200
From:   Ingo van Lil <inguin@....de>
To:     Ludovic Desroches <ludovic.desroches@...rochip.com>,
        linux-clk@...r.kernel.org, linux-arm-kernel@...ts.infradead.org
Cc:     boris.brezillon@...e-electrons.com, mturquette@...libre.com,
        sboyd@...eaurora.org, nicolas.ferre@...rochip.com,
        alexandre.belloni@...e-electrons.com, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2] clk: at91: utmi: set the mainck rate

On 09/04/2017 11:52 AM, Ludovic Desroches wrote:

> +	/* SFR node missing is not necessarily an issue. */
> +	regmap_sfr = syscon_regmap_lookup_by_compatible("atmel,sama5d2-sfr");
> +	if (IS_ERR(regmap_sfr))
> +		regmap_sfr = NULL;

What about SAMA5D3? That chip has an UTMICKTRIM register, too (SAMA5D4
doesn't, though).

Otherwise the patch looks good and works fine on both my boards (SAMA5D2
16MHz and SAMA5D3 12MHz).

Regards,
Ingo

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ