[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140829150821.66f1d03d@free-electrons.com>
Date: Fri, 29 Aug 2014 15:08:21 +0200
From: Thomas Petazzoni <thomas.petazzoni@...e-electrons.com>
To: Gregory CLEMENT <gregory.clement@...e-electrons.com>
Cc: Mike Turquette <mturquette@...aro.org>,
linux-kernel@...r.kernel.org, Jason Cooper <jason@...edaemon.net>,
Andrew Lunn <andrew@...n.ch>,
Sebastian Hesselbarth <sebastian.hesselbarth@...il.com>,
Ezequiel Garcia <ezequiel.garcia@...e-electrons.com>,
linux-arm-kernel@...ts.infradead.org,
Lior Amsalem <alior@...vell.com>,
Tawfik Bayouk <tawfik@...vell.com>,
Nadav Haklai <nadavh@...vell.com>,
Raphael Rigo <ml-arm@...call.eu>,
Arnaud Ebalard <arno@...isbad.org>,
Simon Boulay <simon.boulay@...ec.com>
Subject: Re: [PATCH 2/4] clk: mvebu: armada-370: Fix timer drift caused by
the SSCG deviation
Dear Gregory CLEMENT,
On Fri, 29 Aug 2014 13:43:38 +0200, Gregory CLEMENT wrote:
> +bool a370_is_sscg_enabled(void __iomem *sar)
Minor nit: "static" is missing here.
> +{
> + return !(readl(sar) & SARL_A370_SSCG_ENABLE);
> +}
> +
> static const struct coreclk_soc_desc a370_coreclks = {
> .get_tclk_freq = a370_get_tclk_freq,
> .get_cpu_freq = a370_get_cpu_freq,
> .get_clk_ratio = a370_get_clk_ratio,
> + .is_sscg_enabled = a370_is_sscg_enabled,
> .ratios = a370_coreclk_ratios,
> .num_ratios = ARRAY_SIZE(a370_coreclk_ratios),
> };
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
--
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