devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add device tree based lookup of boost mode OPPs
@ 2014-02-04  9:41 Thomas Abraham
  2014-02-04  9:41 ` [PATCH 1/2] PM / OPP: Add support for 'boost' mode OPP Thomas Abraham
  2014-02-04  9:41 ` [PATCH 2/2] Documentation: devicetree: Add boost-opp binding to list boost mode OPPs Thomas Abraham
  0 siblings, 2 replies; 7+ messages in thread
From: Thomas Abraham @ 2014-02-04  9:41 UTC (permalink / raw)
  To: linux-pm, devicetree, linux-arm-kernel
  Cc: rjw, linux-samsung-soc, kgene.kim, t.figa, l.majewski,
	viresh.kumar, thomas.ab

Commit 6f19efc0 ("cpufreq: Add boost frequency support in core") adds
support for CPU boost mode for CPUfreq drivers. To use the new boost
mode, CPUfreq drivers have to specify the boost mode frequency and
voltage within the CPUfreq driver, which is the case for Exynos4x12
CPUfreq driver.

But for CPUfreq drivers which obtain the OPPs from cpus node, this
patch series adds support to specify boost mode OPPs in dt node. This
requirement came up when Lukasz pointed out the regression caused by
the Exynos CPUfreq driver consolidation patches.

Thomas Abraham (2):
  PM / OPP: Add support for 'boost' mode OPP
  Documentation: devicetree: Add boost-opp binding to list boost mode OPPs

 Documentation/devicetree/bindings/power/opp.txt |    9 +++
 drivers/base/power/opp.c                        |   69 ++++++++++++++++++-----
 2 files changed, 65 insertions(+), 13 deletions(-)

-- 
1.7.10.4

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-02-04 16:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-04  9:41 [PATCH 0/2] Add device tree based lookup of boost mode OPPs Thomas Abraham
2014-02-04  9:41 ` [PATCH 1/2] PM / OPP: Add support for 'boost' mode OPP Thomas Abraham
2014-02-04 15:15   ` Nishanth Menon
2014-02-04 15:59     ` Thomas Abraham
2014-02-04 16:51       ` Nishanth Menon
2014-02-04  9:41 ` [PATCH 2/2] Documentation: devicetree: Add boost-opp binding to list boost mode OPPs Thomas Abraham
2014-02-04 14:02   ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).