linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 00/11] OPP: Add code to support operating-points-v2 bindings
@ 2015-07-27  5:02 Viresh Kumar
  2015-07-27  5:02 ` [PATCH V2 01/11] opp: Create a directory for opp bindings Viresh Kumar
                   ` (11 more replies)
  0 siblings, 12 replies; 21+ messages in thread
From: Viresh Kumar @ 2015-07-27  5:02 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Rafael,

This is mostly reviewed and its been out on the lists for around one and
half month. We can get it pushed for 4.3 now. Resending the series
because of minor updates in few patches, which were also sent as replies
to earlier version.

I have tested this on dual-core exynos board with the driver inbuilt as
well as a module. Tried multiple insertion/removals of the module. Have
tested cpufreq-dt driver with both old and new bindings.

----------x-----------------x-------------

This adds code to support operating-points-v2 bindings. Not everything
is supported yet, but most of the basic stuff is.

Pushed here as well for reference:
ssh://git at git.linaro.org/people/viresh.kumar/linux.git opp/v2

V1->V2:
- 1/11 is a new patch which moves the bindings file into opp specific
  folder.
- 'opp-suspend' binding got updated and is part of individual OPPs now,
  instead of a phandle present in the opp table.
- Some more minor reformatting as suggested by Bartlomiej and Stephen,
  they were already posted as reply to earlier patches in V1.

Viresh Kumar (11):
  opp: Create a directory for opp bindings
  opp: Relocate few routines
  OPP: Create _remove_device_opp() for freeing dev_opp
  OPP: Allocate dev_opp from _add_device_opp()
  OPP: Break _opp_add_dynamic() into smaller functions
  opp: Add support to parse "operating-points-v2" bindings
  OPP: Add clock-latency-ns support
  opp: Add OPP sharing information to OPP library
  OPP: Add support for opp-suspend
  opp: Add helpers for initializing CPU OPPs
  cpufreq-dt: Add support for operating-points-v2 bindings

 .../devicetree/bindings/power/{ => opp}/opp.txt    |    0
 drivers/base/power/opp.c                           | 1072 +++++++++++++++-----
 drivers/cpufreq/cpufreq-dt.c                       |   56 +-
 include/linux/pm_opp.h                             |   29 +
 4 files changed, 905 insertions(+), 252 deletions(-)
 rename Documentation/devicetree/bindings/power/{ => opp}/opp.txt (100%)

-- 
2.4.0

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

end of thread, other threads:[~2015-07-28  2:11 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-27  5:02 [PATCH V2 00/11] OPP: Add code to support operating-points-v2 bindings Viresh Kumar
2015-07-27  5:02 ` [PATCH V2 01/11] opp: Create a directory for opp bindings Viresh Kumar
2015-07-27  5:02 ` [PATCH V2 02/11] opp: Relocate few routines Viresh Kumar
2015-07-27  5:02 ` [PATCH V2 03/11] OPP: Create _remove_device_opp() for freeing dev_opp Viresh Kumar
2015-07-27  5:02 ` [PATCH V2 04/11] OPP: Allocate dev_opp from _add_device_opp() Viresh Kumar
2015-07-27  5:02 ` [PATCH V2 05/11] OPP: Break _opp_add_dynamic() into smaller functions Viresh Kumar
2015-07-27  5:02 ` [PATCH V2 06/11] opp: Add support to parse "operating-points-v2" bindings Viresh Kumar
2015-07-27 14:23   ` Bartlomiej Zolnierkiewicz
2015-07-27  5:02 ` [PATCH V2 07/11] OPP: Add clock-latency-ns support Viresh Kumar
2015-07-27 14:27   ` Bartlomiej Zolnierkiewicz
2015-07-27  5:02 ` [PATCH V2 08/11] opp: Add OPP sharing information to OPP library Viresh Kumar
2015-07-27 14:48   ` Bartlomiej Zolnierkiewicz
2015-07-28  2:11     ` Viresh Kumar
2015-07-27  5:02 ` [PATCH V2 09/11] OPP: Add support for opp-suspend Viresh Kumar
2015-07-27 14:50   ` Bartlomiej Zolnierkiewicz
2015-07-27  5:02 ` [PATCH V2 10/11] opp: Add helpers for initializing CPU OPPs Viresh Kumar
2015-07-27 16:37   ` Bartlomiej Zolnierkiewicz
2015-07-27  5:02 ` [PATCH V2 11/11] cpufreq-dt: Add support for operating-points-v2 bindings Viresh Kumar
2015-07-27 16:50   ` Bartlomiej Zolnierkiewicz
2015-07-27 13:39 ` [PATCH V2 00/11] OPP: Add code to support " Rafael J. Wysocki
2015-07-27 14:34   ` Viresh Kumar

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).