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-next>] [day] [month] [year] [list]
Date:   Mon, 10 Oct 2016 22:09:03 +0200
From:   Robert Jarzmik <robert.jarzmik@...e.fr>
To:     Michael Turquette <mturquette@...libre.com>,
        Stephen Boyd <sboyd@...eaurora.org>,
        "Rafael J. Wysocki" <rjw@...ysocki.net>,
        Viresh Kumar <viresh.kumar@...aro.org>
Cc:     linux-clk@...r.kernel.org, linux-kernel@...r.kernel.org,
        linux-pm@...r.kernel.org, Robert Jarzmik <robert.jarzmik@...e.fr>
Subject: [PATCH 0/6] Make pxa core clocks settable

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ