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: <9259445e-86a8-8e4a-58c9-822bd00d62f8@infradead.org>
Date:   Wed, 6 May 2020 15:27:57 -0700
From:   Randy Dunlap <rdunlap@...radead.org>
To:     Serge Semin <Sergey.Semin@...kalelectronics.ru>,
        Thomas Bogendoerfer <tsbogend@...ha.franken.de>,
        Stephen Boyd <sboyd@...nel.org>,
        Michael Turquette <mturquette@...libre.com>
Cc:     Serge Semin <fancer.lancer@...il.com>,
        Alexey Malahov <Alexey.Malahov@...kalelectronics.ru>,
        Paul Burton <paulburton@...nel.org>,
        Ralf Baechle <ralf@...ux-mips.org>,
        Arnd Bergmann <arnd@...db.de>,
        Rob Herring <robh+dt@...nel.org>, linux-mips@...r.kernel.org,
        devicetree@...r.kernel.org, Lee Jones <lee.jones@...aro.org>,
        Michael Walle <michael@...le.cc>,
        Lubomir Rintel <lkundrak@...sk>,
        Matti Vaittinen <matti.vaittinen@...rohmeurope.com>,
        Krzysztof Kozlowski <krzk@...nel.org>,
        Tony Xie <tony.xie@...k-chips.com>, Wen He <wen.he_1@....com>,
        Mike Looijmans <mike.looijmans@...ic.nl>,
        Manivannan Sadhasivam <manivannan.sadhasivam@...aro.org>,
        Joel Stanley <joel@....id.au>, linux-kernel@...r.kernel.org,
        linux-clk@...r.kernel.org
Subject: Re: [PATCH v2 3/4] clk: Add Baikal-T1 CCU PLLs driver

Hi,

Typo(s):

On 5/6/20 3:22 PM, Serge Semin wrote:
> diff --git a/drivers/clk/baikal-t1/Kconfig b/drivers/clk/baikal-t1/Kconfig
> new file mode 100644
> index 000000000000..e1257af9f49e
> --- /dev/null
> +++ b/drivers/clk/baikal-t1/Kconfig
> @@ -0,0 +1,30 @@
> +# SPDX-License-Identifier: GPL-2.0-only
> +config CLK_BAIKAL_T1
> +	bool "Baikal-T1 Clocks Control Unit interface"
> +	depends on (MIPS_BAIKAL_T1 && OF) || COMPILE_TEST
> +	default MIPS_BAIKAL_T1
> +	help
> +	  Clocks Control Unit is the core of Baikal-T1 SoC System Controller
> +	  responsible for the chip subsystems clocking and resetting. It
> +	  consists of multiple global clock domains, which can be reset by
> +	  means of the CCU control registers. These domains and devices placed
> +	  in them are fed with clocks generated by a hierarchy of PLLs,
> +	  configurable and fixed clock dividers. Enable this option to be able
> +	  to select Baikal-T1 CCU PLLs and Dividers drivers.
> +
> +if CLK_BAIKAL_T1
> +
> +config CLK_BT1_CCU_PLL
> +	bool "Baikal-T1 CCU PLLs support"
> +	select MFD_SYSCON
> +	default MIPS_BAIKAL_T1
> +	help
> +	  Enable this to support the PLLs embedded into the Baikal-T1 SoC
> +	  System Controller. These are five PLLs placed at the root of the
> +	  clocks hierarchy, right after an external reference osciallator

	                                                      oscillator

> +	  (normally of 25MHz). They are used to generate high frequency
> +	  signals, which are either directly wired to the consumers (like
> +	  CPUs, DDR, etc) or passed over the clock dividers to be only then

and while you are here:

                     etc.)

> +	  used as an individual reference clock of a target device.
> +
> +endif

thanks.
-- 
~Randy

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ