From: Viresh Kumar <viresh.kumar-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
To: Dave Gerlach <d-gerlach-l0cyMroinI0@public.gmane.org>
Cc: Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
"Rafael J . Wysocki"
<rjw-LthD3rsA81gm4RdzfppkhA@public.gmane.org>,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>,
Nishanth Menon <nm-l0cyMroinI0@public.gmane.org>
Subject: Re: [PATCH v2 0/4] PM / OPP: Introduce ti-opp-supply driver
Date: Fri, 15 Dec 2017 09:57:09 +0530 [thread overview]
Message-ID: <20171215042709.GC3322@vireshk-i7> (raw)
In-Reply-To: <20171215042528.28715-1-d-gerlach-l0cyMroinI0@public.gmane.org>
On 14-12-17, 22:25, Dave Gerlach wrote:
> 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
Acked-by: Viresh Kumar <viresh.kumar-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
--
viresh
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: viresh.kumar@linaro.org (Viresh Kumar)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/4] PM / OPP: Introduce ti-opp-supply driver
Date: Fri, 15 Dec 2017 09:57:09 +0530 [thread overview]
Message-ID: <20171215042709.GC3322@vireshk-i7> (raw)
In-Reply-To: <20171215042528.28715-1-d-gerlach@ti.com>
On 14-12-17, 22:25, Dave Gerlach wrote:
> 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
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
--
viresh
next prev parent reply other threads:[~2017-12-15 4:27 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-15 4:25 [PATCH v2 0/4] PM / OPP: Introduce ti-opp-supply driver Dave Gerlach
2017-12-15 4:25 ` 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 ` 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 ` Dave Gerlach
2017-12-15 4:25 ` [PATCH v2 3/4] dt-bindings: opp: Introduce ti-opp-supply bindings Dave Gerlach
2017-12-15 4:25 ` Dave Gerlach
2017-12-15 14:29 ` Rafael J. Wysocki
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-16 10:52 ` Rafael J. Wysocki
2017-12-18 19:25 ` Dave Gerlach
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-19 0:26 ` Rafael J. Wysocki
2017-12-16 18:01 ` Rob Herring
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:25 ` Dave Gerlach
2017-12-15 4:27 ` Viresh Kumar [this message]
2017-12-15 4:27 ` [PATCH v2 0/4] PM / OPP: Introduce " Viresh Kumar
2017-12-15 16:30 ` Tony Lindgren
2017-12-15 16:30 ` Tony Lindgren
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171215042709.GC3322@vireshk-i7 \
--to=viresh.kumar-qsej5fyqhm4dnm+yrofe0a@public.gmane.org \
--cc=d-gerlach-l0cyMroinI0@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=nm-l0cyMroinI0@public.gmane.org \
--cc=rjw-LthD3rsA81gm4RdzfppkhA@public.gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.