Power management updates for v4.12-rc1

 - Rework the intel_pstate driver's sysfs interface to make it
   more straightforward and more intuitive (Rafael Wysocki).

 - Make intel_pstate support all processors which advertise HWP
   (hardware-managed P-states) to the kernel in all operation modes
   and make it use the load-based P-state selection algorithm on a
   wider range of systems in the active mode (Rafael Wysocki).

 - Add cpufreq driver for Tegra186 (Mikko Perttunen).

 - Add support for Gemini Lake SoCs to intel_pstate (David Box).

 - Add support for MT8176 and MT817x to the Mediatek cpufreq driver
   and clean up that driver a bit (Daniel Kurtz).

 - Clean up intel_pstate and optimize it slightly (Rafael Wysocki).

 - Update the schedutil cpufreq governor, mostly to fix a couple of
   issues with it related to specific workloads, and rework its sysfs
   tunable and initialization a bit (Rafael Wysocki, Viresh Kumar).

 - Fix minor issues in the imx6q, dbx500 and qoriq cpufreq drivers
   (Christophe Jaillet, Irina Tirdea, Leonard Crestez, Viresh Kumar,
   YuanTian Tang).

 - Add file patterns for cpufreq DT bindings to MAINTAINERS (Geert
   Uytterhoeven).

 - Add support for "always on" power domains to the genpd (generic
   power domains) framework and clean up that code somewhat (Ulf
   Hansson, Lina Iyer, Viresh Kumar).

 - Fix minor issues in the powernv cpuidle driver and clean it up
   (Anton Blanchard, Gautham Shenoy).

 - Move the AnalyzeSuspend utility under tools/power/pm-graph/ and
   add an analogous boot-profiling utility called AnalyzeBoot to it
   (Todd Brandt).

 - Add rk3328 support to the rockchip-io AVS (Adaptive Voltage
   Scaling) driver (David Wu).

 - Fix minor issues in the cpuidle core, the intel_pstate_tracer
   utility, the devfreq framework and the PM core documentation
   (Chanwoo Choi, Doug Smythies, Johan Hovold, Marcin Nowakowski).
Merge branch 'pm-tools'

* pm-tools:
  tools: power: pm-graph: Package makefile and man pages
  tools: power: pm-graph: AnalyzeBoot v2.0
  tools: power: pm-graph: AnalyzeSuspend v4.6
  tools/power/x86/intel_pstate_tracer: Adjust directory ownership