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, 13 May 2014 17:51:19 -0700
From:	Mike Turquette <mturquette@...aro.org>
To:	Boris BREZILLON <boris.brezillon@...e-electrons.com>,
	Emilio López <emilio@...pez.com.ar>,
	"Samuel Ortiz" <sameo@...ux.intel.com>,
	"Lee Jones" <lee.jones@...aro.org>
Cc:	"Chen-Yu Tsai" <wens@...e.org>,
	"Maxime Ripard" <maxime.ripard@...e-electrons.com>,
	"Philipp Zabel" <p.zabel@...gutronix.de>,
	"Shuge" <shuge@...winnertech.com>, kevin@...winnertech.com,
	"Hans de Goede" <hdegoede@...hat.com>,
	"Randy Dunlap" <rdunlap@...radead.org>, devicetree@...r.kernel.org,
	linux-doc@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
	linux-kernel@...r.kernel.org, dev@...ux-sunxi.org,
	"Boris BREZILLON" <boris.brezillon@...e-electrons.com>
Subject: Re: [PATCH v3 5/7] clk: sunxi: add PRCM (Power/Reset/Clock Management) clks
 support

Quoting Boris BREZILLON (2014-05-09 04:11:49)
> +struct clk_ops ar100_ops = {
> +       .recalc_rate = ar100_recalc_rate,
> +       .determine_rate = ar100_determine_rate,
> +       .set_parent = ar100_set_parent,
> +       .get_parent = ar100_get_parent,
> +       .set_rate = ar100_set_rate,
> +};

I might be having a brain fart, but is there a valid case for having
both a .recalc_rate and a .determine_rate? I believe that the former
will never be used and the latter will always be used by the clock
framework core.

Regards,
Mike
--
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