Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1549094
| From | Sekhar Nori <nsekhar@ti.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v4 4/4] ARM: da850: fix da850_set_pll0rate() |
| Date | 2017-01-02 11:20 +0100 |
| Message-ID | <sV7SF-5kc-7@gated-at.bofh.it> (permalink) |
| References | <sLMkp-1Oz-19@gated-at.bofh.it> <sLMkp-1Oz-21@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wednesday 07 December 2016 08:52 PM, Bartosz Golaszewski wrote: > This function is confusing - its second argument is an index to the > freq table, not the requested clock rate in Hz, but it's used as the > set_rate callback for the pll0 clock. It leads to an oops when the > caller doesn't know the internals and passes the rate in Hz as > argument instead of the cpufreq index since this argument isn't bounds > checked either. > > Fix it by iterating over the array of supported frequencies and > selecting a one that matches or returning -EINVAL for unsupported > rates. > > Also: update the davinci cpufreq driver. It's the only user of this > clock and currently it passes the cpufreq table index to > clk_set_rate(), which is confusing. Make it pass the requested clock > rate in Hz. > > Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> > Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Applied to v4.11/fixes-non-critical Thanks, Sekhar
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH v4 4/4] ARM: da850: fix da850_set_pll0rate() Sekhar Nori <nsekhar@ti.com> - 2017-01-02 11:20 +0100
csiph-web