From: "MyungJoo Ham" <myungjoo.ham@samsung.com>
To: "rjw@rjwysocki.net" <rjw@rjwysocki.net>,
"linux-pm@vger.kernel.org" <linux-pm@vger.kernel.org>
Cc: "hl@rock-chips.com" <hl@rock-chips.com>,
"jszhang@marvell.com" <jszhang@marvell.com>,
"Krzysztof Kozlowski" <k.kozlowski@samsung.com>,
"yongjun_wei@trendmicro.com.cn" <yongjun_wei@trendmicro.com.cn>,
"Chanwoo Choi" <cw00.choi@samsung.com>,
"rafael.j.wysocki@intel.com" <rafael.j.wysocki@intel.com>
Subject: [PULL REQ] PM / Devfreq for Linux-pm
Date: Tue, 06 Sep 2016 06:43:35 +0000 [thread overview]
Message-ID: <2132538643.445536.1473144215980.JavaMail.weblogic@ep1ml102b> (raw)
In-Reply-To: CGME20160906064335epcms1p75b85321b10ff6d8d045240a785375b23@epcms1p7
[-- Attachment #1: Type: text/plain, Size: 3451 bytes --]
Dear Rafael,
Here goes pull request from PM / devfreq for linux-pm.
(The first two patches are previously pull-requested, but not found in v4.8-rc5.
If you've already pulled them, you may skip the first two)
If you'd like to pull fixes only (no driver add), please use "tags/pull_req_20160906_fixes" tag.
Cheers,
MyungJoo
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
The following changes since commit c6935931c1894ff857616ff8549b61236a19148f:
Linux 4.8-rc5 (2016-09-04 14:31:46 -0700)
are available in the git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git tags/pull_req_20160906
for you to fetch changes up to 5a893e31a636cca3798af2db5aee8d3d144b1e1e:
PM / devfreq: rockchip: add devfreq driver for rk3399 dmc (2016-09-06 13:26:34 +0900)
- ----------------------------------------------------------------
Pull Request for Rafael from PM / Devfreq
1. Fixes
2. New Driver (Rockchip DMC)
- ----------------------------------------------------------------
Jisheng Zhang (1):
PM / devfreq: fix Kconfig indent style
Krzysztof Kozlowski (1):
PM / devfreq: Add COMPILE_TEST for build coverage
Lin Huang (5):
PM / devfreq: event: remove duplicate devfreq_event_get_drvdata()
Documentation: bindings: add dt documentation for dfi controller
PM / devfreq: event: support rockchip dfi controller
Documentation: bindings: add dt documentation for rk3399 dmc
PM / devfreq: rockchip: add devfreq driver for rk3399 dmc
Wei Yongjun (1):
PM / devfreq: exynos-ppmu: remove unneeded of_node_put()
.../bindings/devfreq/event/rockchip-dfi.txt | 19 +
.../devicetree/bindings/devfreq/rk3399_dmc.txt | 209 +++++++++
drivers/devfreq/Kconfig | 29 +-
drivers/devfreq/Makefile | 1 +
drivers/devfreq/event/Kconfig | 11 +-
drivers/devfreq/event/Makefile | 1 +
drivers/devfreq/event/exynos-ppmu.c | 2 -
drivers/devfreq/event/rockchip-dfi.c | 256 +++++++++++
drivers/devfreq/rk3399_dmc.c | 480 +++++++++++++++++++++
include/linux/devfreq-event.h | 5 -
10 files changed, 995 insertions(+), 18 deletions(-)
create mode 100644 Documentation/devicetree/bindings/devfreq/event/rockchip-dfi.txt
create mode 100644 Documentation/devicetree/bindings/devfreq/rk3399_dmc.txt
create mode 100644 drivers/devfreq/event/rockchip-dfi.c
create mode 100644 drivers/devfreq/rk3399_dmc.c
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBAgAGBQJXzmQdAAoJEBOhurvWBoCKChEQAKOifxySmkX81mlmoWuBnPSW
zCHAcGGGYBz+MsIbkP/ioDodt5m+eIKuC17x3I/jLcX0lNxpftcEBslSXYcRl8hD
8bvRyTxDTNCWKc1vf8wyj8Kyj2kMgWnfMyu3OBZet1DkD0iArCk6ykVw9e65w2iN
96eZY7qIWqubQ1ETCzgfoWUIWN2NiqP45iEzB9SUTz2493wrUApR7EWM0jNlLexG
AJZV5yTNJSaLQIfZsMWVO6MPjQdupQZpIrdKg4oAWTXyoT6P3TU0pI73yW58prxc
cupb1VTOzgXN185llNpRMvwga9vM23ub94v/eW7XTvh7xk2wVzxagLuOtXYyJOu3
IlG02Tid8KSfhzQXeUDUUPBJcYB/9Mg68NedM1Nfmw6uF5621heXbZz8pI9AKcqE
lQOl4DZbdIR9UxGsX7OO5FMRNHF2jnpCde8UYFdVPL2ffcnNe6OWp7jKpe2Bb41n
DLVJ2D4zmKOXGyjFuGI8eQKo/zrD9IAdtV64mMhiraVevIBAT05CkvrYhuzzNcQu
ei7wg5MPLyyOS5EBFZ56/7exTui0eIVk/RYz6LNGCkbG/Hl0lkZKZ1BtsCDkyNkp
CLk+nYmFI28pgDneVQk5ze2swreLkIia6ivHUpg/jXFvjbw8xU71E+gqv0e3X4Ng
Tlk25G7qKxdC0v+2ljji
=342/
-----END PGP SIGNATURE-----
next parent reply other threads:[~2016-09-06 6:43 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20160906064335epcms1p75b85321b10ff6d8d045240a785375b23@epcms1p7>
2016-09-06 6:43 ` MyungJoo Ham [this message]
2016-09-06 7:08 ` [PULL REQ] PM / Devfreq for Linux-pm (Fixes) MyungJoo Ham
2016-09-06 16:44 ` hl
2016-09-06 21:12 ` Rafael J. Wysocki
2016-09-07 9:31 ` MyungJoo Ham
2016-09-13 1:05 ` Rafael J. Wysocki
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=2132538643.445536.1473144215980.JavaMail.weblogic@ep1ml102b \
--to=myungjoo.ham@samsung.com \
--cc=cw00.choi@samsung.com \
--cc=hl@rock-chips.com \
--cc=jszhang@marvell.com \
--cc=k.kozlowski@samsung.com \
--cc=linux-pm@vger.kernel.org \
--cc=rafael.j.wysocki@intel.com \
--cc=rjw@rjwysocki.net \
--cc=yongjun_wei@trendmicro.com.cn \
/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 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).