Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1586766

Re: [PATCH 7/7] clk: tegra: fix type for m field

From Mikko Perttunen <cyndis@kapsi.fi>
Newsgroups linux.kernel
Subject Re: [PATCH 7/7] clk: tegra: fix type for m field
Date 2017-02-23 10:20 +0100
Message-ID <tdXJ7-7Ko-5@gated-at.bofh.it> (permalink)
References <tdGRX-3AG-7@gated-at.bofh.it> <tdGRX-3AG-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Reviewed-by: Mikko Perttunen <mperttunen@nvidia.com>

On 22.02.2017 17:14, Peter De Schrijver wrote:
> When used as part of fractional ndiv calculations, the current range is not
> enough because the denominator of the fraction is multiplied with m.
>
> Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com>
> ---
>  drivers/clk/tegra/clk.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/clk/tegra/clk.h b/drivers/clk/tegra/clk.h
> index 6ba82ec..a62ea73 100644
> --- a/drivers/clk/tegra/clk.h
> +++ b/drivers/clk/tegra/clk.h
> @@ -116,7 +116,7 @@ struct tegra_clk_pll_freq_table {
>  	unsigned long	input_rate;
>  	unsigned long	output_rate;
>  	u32		n;
> -	u16		m;
> +	u32		m;
>  	u8		p;
>  	u8		cpcon;
>  	u16		sdm_data;
>

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 7/7] clk: tegra: fix type for m field Peter De Schrijver <pdeschrijver@nvidia.com> - 2017-02-22 16:20 +0100
  Re: [PATCH 7/7] clk: tegra: fix type for m field Mikko Perttunen <cyndis@kapsi.fi> - 2017-02-23 10:20 +0100

csiph-web