linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] PM / OPP: Introduce ti-opp-supply driver
@ 2017-12-15  4:25 Dave Gerlach
       [not found] ` <20171215042528.28715-1-d-gerlach-l0cyMroinI0@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: Dave Gerlach @ 2017-12-15  4:25 UTC (permalink / raw)
  To: Viresh Kumar, Rob Herring, Rafael J . Wysocki
  Cc: Nishanth Menon, devicetree, linux-pm, Tony Lindgren, Dave Gerlach,
	linux-omap, linux-arm-kernel

Hi,
This is v2 of the series to introduce the ti-opp-supply driver which makes
use of the OPP core to enable multiple regulator DVFS and AVS Class0 for
TI DRA7 and AM57 platforms. Version 1 of this series can be found here [1].

Very few changes since v1, just added Viresh's acks to patches 1 and 2 and
added SPDX license to the ti-opp-supply driver in patch 4.

Pushed updated branch here just in case [2].

Regards,
Dave

[1] https://www.spinics.net/lists/devicetree/msg205957.html
[2] https://github.com/dgerlach/linux-pm/tree/upstream/v4.15/ti-multireg-support-v2

Dave Gerlach (4):
  cpufreq: ti-cpufreq: Convert to module_platform_driver
  cpufreq: ti-cpufreq: Add support for multiple regulators
  dt-bindings: opp: Introduce ti-opp-supply bindings
  PM / OPP: Add ti-opp-supply driver

 .../bindings/opp/ti-omap5-opp-supply.txt           |  63 +++
 drivers/cpufreq/ti-cpufreq.c                       |  51 ++-
 drivers/opp/Makefile                               |   1 +
 drivers/opp/ti-opp-supply.c                        | 425 +++++++++++++++++++++
 4 files changed, 534 insertions(+), 6 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/opp/ti-omap5-opp-supply.txt
 create mode 100644 drivers/opp/ti-opp-supply.c

-- 
2.15.1

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

end of thread, other threads:[~2017-12-19  0:26 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-15  4:25 [PATCH v2 0/4] PM / OPP: Introduce ti-opp-supply driver Dave Gerlach
     [not found] ` <20171215042528.28715-1-d-gerlach-l0cyMroinI0@public.gmane.org>
2017-12-15  4:25   ` [PATCH v2 1/4] cpufreq: ti-cpufreq: Convert to module_platform_driver Dave Gerlach
2017-12-15  4:25   ` [PATCH v2 2/4] cpufreq: ti-cpufreq: Add support for multiple regulators Dave Gerlach
2017-12-15  4:25   ` [PATCH v2 3/4] dt-bindings: opp: Introduce ti-opp-supply bindings Dave Gerlach
2017-12-15 14:29     ` Rafael J. Wysocki
     [not found]       ` <CAJZ5v0iaYAodhiQm3=7OMhtqP3JXoX_RTrYMRDxVwO=3hTL7Bg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-12-16 10:52         ` Rafael J. Wysocki
2017-12-18 19:25           ` Dave Gerlach
     [not found]             ` <abe0efc0-6dfc-e9b0-c535-aa1a48bf1a6b-l0cyMroinI0@public.gmane.org>
2017-12-19  0:26               ` Rafael J. Wysocki
2017-12-16 18:01     ` Rob Herring
2017-12-15  4:25   ` [PATCH v2 4/4] PM / OPP: Add ti-opp-supply driver Dave Gerlach
2017-12-15  4:27   ` [PATCH v2 0/4] PM / OPP: Introduce " Viresh Kumar
2017-12-15 16:30   ` Tony Lindgren

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