Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1498501
| From | Robert Jarzmik <robert.jarzmik@free.fr> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/6] Make pxa core clocks settable |
| Date | 2016-10-10 22:10 +0200 |
| Message-ID | <sqP3A-5Ds-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This serie is two fold: - a set of fixes, patches 1 to 4 - a patch with transfers most of core clock handling from pxa2xx-cpufreq into clk-pxa*, ie. patch 5 This is the main change, and is providing control over CPU clocks for both pxa25x and pxa27x through the clock API. - a last patch (patch 6), which is not to be taken right away, just reviewed, and which simplifies pxa2xx-cpufreq by removing everything clock related. This one relies on the former one, but is not necessarily to be taken in the same cycle, as the cpufreq will continue to work with the former cpufreq driver even if the clock changes are in. The patches have been tested on lubbock (pxa25x) and mainstone (pxa27x) boards, with a cpu-burn and different scaling max frequencies. Happy review. -- Robert Robert Jarzmik (6): clk: pxa: remove unused variables clk: pxa: core pll is not affected by t bit clk: pxa: b bit of clkcfg means fast bus clk: pxa: export core clocks clk: pxa: transfer CPU clock setting from pxa2xx-cpufreq cpufreq: pxa: convert to clock API drivers/clk/pxa/clk-pxa.c | 128 ++++++++++++++++++++++++++ drivers/clk/pxa/clk-pxa.h | 56 +++++++++++- drivers/clk/pxa/clk-pxa25x.c | 107 +++++++++++++++++++--- drivers/clk/pxa/clk-pxa27x.c | 168 +++++++++++++++++++++++++++------- drivers/cpufreq/pxa2xx-cpufreq.c | 191 ++++++++------------------------------- 5 files changed, 453 insertions(+), 197 deletions(-) -- 2.1.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/6] Make pxa core clocks settable Robert Jarzmik <robert.jarzmik@free.fr> - 2016-10-10 22:10 +0200
[PATCH 3/6] clk: pxa: b bit of clkcfg means fast bus Robert Jarzmik <robert.jarzmik@free.fr> - 2016-10-10 22:20 +0200
[PATCH 6/6] cpufreq: pxa: convert to clock API Robert Jarzmik <robert.jarzmik@free.fr> - 2016-10-10 22:20 +0200
Re: [PATCH 6/6] cpufreq: pxa: convert to clock API Viresh Kumar <viresh.kumar@linaro.org> - 2016-10-12 04:40 +0200
Re: [PATCH 6/6] cpufreq: pxa: convert to clock API Robert Jarzmik <robert.jarzmik@free.fr> - 2016-10-12 08:30 +0200
Re: [PATCH 6/6] cpufreq: pxa: convert to clock API Viresh Kumar <viresh.kumar@linaro.org> - 2016-10-12 08:40 +0200
Re: [PATCH 6/6] cpufreq: pxa: convert to clock API Robert Jarzmik <robert.jarzmik@free.fr> - 2016-10-12 10:30 +0200
Re: [PATCH 6/6] cpufreq: pxa: convert to clock API Viresh Kumar <viresh.kumar@linaro.org> - 2016-10-12 10:50 +0200
Re: [PATCH 6/6] cpufreq: pxa: convert to clock API Robert Jarzmik <robert.jarzmik@free.fr> - 2016-10-12 21:20 +0200
[PATCH 1/6] clk: pxa: remove unused variables Robert Jarzmik <robert.jarzmik@free.fr> - 2016-10-10 22:20 +0200
[PATCH 2/6] clk: pxa: core pll is not affected by t bit Robert Jarzmik <robert.jarzmik@free.fr> - 2016-10-10 22:20 +0200
[PATCH 5/6] clk: pxa: transfer CPU clock setting from pxa2xx-cpufreq Robert Jarzmik <robert.jarzmik@free.fr> - 2016-10-10 22:20 +0200
[PATCH 4/6] clk: pxa: export core clocks Robert Jarzmik <robert.jarzmik@free.fr> - 2016-10-10 22:20 +0200
csiph-web