devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] cpufreq: Introduce TI CPUFreq/OPP Driver
@ 2016-10-27 21:41 Dave Gerlach
  2016-10-27 21:41 ` [PATCH v3 1/3] PM / OPP: Expose _of_get_opp_desc_node as dev_pm_opp API Dave Gerlach
       [not found] ` <20161027214131.1725-1-d-gerlach-l0cyMroinI0@public.gmane.org>
  0 siblings, 2 replies; 11+ messages in thread
From: Dave Gerlach @ 2016-10-27 21:41 UTC (permalink / raw)
  To: Viresh Kumar, Rob Herring
  Cc: linux-arm-kernel, linux-omap, linux-pm, devicetree,
	Rafael J . Wysocki, Tony Lindgren, Nishanth Menon, Dave Gerlach

Hi,
This series is v3 of the series to introduce the ti-cpufreq driver
which parses SoC data and provides opp-supported-hw data to the
OPP core in order to enable the proper OPPs for the silicon in use.
v2 of this series can be found here [1].

Several changes to the dt-binding and ti-cpufreq driver are
present in v3, which are described in detail under scissors line
in patches but mostly focused on moving properties that were added
in cpu node previously to the operating-points node and updating
driver to reflect these changes, along with using a common compatible
for all ti platforms. Also, a new patch was added to expose an internal
OPP core API to allow a common way to get a reference to the OPP table
from a platform driver.

I have just sent the driver and binding here but have held off on the
updated DT nodes, I will send these out once we can agree on the binding
and driver changes but have pushed them if anyone is curious here [2].

Regards,
Dave

[1] http://www.spinics.net/lists/linux-omap/msg131601.html
[2] https://github.com/dgerlach/linux-pm/tree/upstream/v4.9/ti-cpufreq-driver-v3

Dave Gerlach (3):
  PM / OPP: Expose _of_get_opp_desc_node as dev_pm_opp API
  Documentation: dt: add bindings for ti-cpufreq
  cpufreq: ti: Add cpufreq driver to determine available OPPs at runtime

 .../devicetree/bindings/cpufreq/ti-cpufreq.txt     | 132 ++++++++++
 drivers/base/power/opp/of.c                        |   8 +-
 drivers/base/power/opp/opp.h                       |   1 -
 drivers/cpufreq/Kconfig.arm                        |  11 +
 drivers/cpufreq/Makefile                           |   1 +
 drivers/cpufreq/ti-cpufreq.c                       | 288 +++++++++++++++++++++
 include/linux/pm_opp.h                             |   6 +
 7 files changed, 442 insertions(+), 5 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/cpufreq/ti-cpufreq.txt
 create mode 100644 drivers/cpufreq/ti-cpufreq.c

-- 
2.9.3


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

end of thread, other threads:[~2016-11-03  2:14 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-27 21:41 [PATCH v3 0/3] cpufreq: Introduce TI CPUFreq/OPP Driver Dave Gerlach
2016-10-27 21:41 ` [PATCH v3 1/3] PM / OPP: Expose _of_get_opp_desc_node as dev_pm_opp API Dave Gerlach
2016-10-27 23:34   ` kbuild test robot
2016-10-28  4:05   ` Viresh Kumar
2016-10-31 21:03     ` Dave Gerlach
     [not found] ` <20161027214131.1725-1-d-gerlach-l0cyMroinI0@public.gmane.org>
2016-10-27 21:41   ` [PATCH v3 2/3] Documentation: dt: add bindings for ti-cpufreq Dave Gerlach
     [not found]     ` <20161027214131.1725-3-d-gerlach-l0cyMroinI0@public.gmane.org>
2016-11-02  3:59       ` Viresh Kumar
2016-11-02 16:03         ` Dave Gerlach
     [not found]           ` <9a185460-a241-4876-2915-6975c57527ca-l0cyMroinI0@public.gmane.org>
2016-11-03  2:14             ` Viresh Kumar
2016-10-27 21:41   ` [PATCH v3 3/3] cpufreq: ti: Add cpufreq driver to determine available OPPs at runtime Dave Gerlach
     [not found]     ` <20161027214131.1725-4-d-gerlach-l0cyMroinI0@public.gmane.org>
2016-11-02  4:03       ` 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).