* [PULL REQ] PM / Devfreq for Linux-pm [not found] <CGME20160906064335epcms1p75b85321b10ff6d8d045240a785375b23@epcms1p7> @ 2016-09-06 6:43 ` MyungJoo Ham 2016-09-06 7:08 ` [PULL REQ] PM / Devfreq for Linux-pm (Fixes) MyungJoo Ham 1 sibling, 0 replies; 6+ messages in thread From: MyungJoo Ham @ 2016-09-06 6:43 UTC (permalink / raw) To: rjw@rjwysocki.net, linux-pm@vger.kernel.org Cc: hl@rock-chips.com, jszhang@marvell.com, Krzysztof Kozlowski, yongjun_wei@trendmicro.com.cn, Chanwoo Choi, rafael.j.wysocki@intel.com [-- 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----- ^ permalink raw reply [flat|nested] 6+ messages in thread
* [PULL REQ] PM / Devfreq for Linux-pm (Fixes) [not found] <CGME20160906064335epcms1p75b85321b10ff6d8d045240a785375b23@epcms1p7> 2016-09-06 6:43 ` [PULL REQ] PM / Devfreq for Linux-pm MyungJoo Ham @ 2016-09-06 7:08 ` MyungJoo Ham 2016-09-06 16:44 ` hl ` (2 more replies) 1 sibling, 3 replies; 6+ messages in thread From: MyungJoo Ham @ 2016-09-06 7:08 UTC (permalink / raw) To: rjw@rjwysocki.net, linux-pm@vger.kernel.org Cc: hl@rock-chips.com, jszhang@marvell.com, Krzysztof Kozlowski, yongjun_wei@trendmicro.com.cn, Chanwoo Choi, rafael.j.wysocki@intel.com [-- Attachment #1: Type: text/plain, Size: 2954 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. > Sorry for confusion, but I've just updated tags/pull_req_20160906 and it is now same with tags/pull_req_20160906_fixes. The updated for-rc pull-request no more include the driver add because the new driver requires another patch to be merged, which is no more going to be merged for next RC, but 4.9. Here goes the updated pull request message (the target URL is the same as it was using the tag) @Lin Huang: your driver is going to be targetting 4.9, not 4.8, as part of the driver is being targetted at 4.9 now. -----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 c8a9a6daccad495c48d5435d3487956ce01bc6a1: PM / devfreq: event: remove duplicate devfreq_event_get_drvdata() (2016-09-06 13:08:40 +0900) - ---------------------------------------------------------------- Pull req for next-rc (Fixes) - ---------------------------------------------------------------- Jisheng Zhang (1): PM / devfreq: fix Kconfig indent style Krzysztof Kozlowski (1): PM / devfreq: Add COMPILE_TEST for build coverage Lin Huang (1): PM / devfreq: event: remove duplicate devfreq_event_get_drvdata() Wei Yongjun (1): PM / devfreq: exynos-ppmu: remove unneeded of_node_put() drivers/devfreq/Kconfig | 18 +++++++++--------- drivers/devfreq/event/Kconfig | 4 ++-- drivers/devfreq/event/exynos-ppmu.c | 2 -- include/linux/devfreq-event.h | 5 ----- 4 files changed, 11 insertions(+), 18 deletions(-) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJXzmqtAAoJEBOhurvWBoCK31sP/226B5IGR84smyt5f01FqoBH IaDbF+4Wwf+WJEzmxHCq8MQJfQ7O5ib9m1x+w4ggEXVD3hjDwKb1CpnuKLupp6kS tIdDbEcS5++bgh+C2QyVD5aMQBq2JAWHN9QcQdzb6KeutNMX4ejPzK4aHy4uaaPE Wkvrk5I6/nj43p/uwQR1fIuZ3vLJm/KRKMQJGDQjW9ka3Ivv0SaEEwf7EtCtStqz TyhvlgXEnKfKOBwBnlHbHYPpRtmgKRwDhcHrZo6W+chLiHInrxQ3EzT+H16y8Z26 pmnIaXM1KTFJKuVQ315XH/IGXzyFMeX66j/AlwoaHjOubtft1eqVTyyHPoiwR3CR PiyOPX8VpHMmCtrc0nFOWVwWfpPMlPfIurKuiqDG4gu7R1+adp1Jg7fKNWQa+ywB pf2tqjDX0voGX5g2DkAuV+0ejl3ZE5zp7RxIIUkHkA77rG12rqc37VjETUzBjUTW qA6iT02bs1bi+HcWskbw8yUOVNgiyIsqbw35Qt9rjByP2jw589TTuJUxmHe1Yic5 Auo9+wV4D6yRWL/lf9u9dVZaHtScxVgk78Xbi36KYWo+UUuFv36j7UrQjbR/1+is pn+OfdhAwyuwBorCJnkySXuumwmHzJY3yw4nZeJYglFs2nTOtVaMkTc+ZNE9npNK 2Zrih8vAOEI6wm41jZT4 =oBWJ -----END PGP SIGNATURE----- ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PULL REQ] PM / Devfreq for Linux-pm (Fixes) 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 2 siblings, 0 replies; 6+ messages in thread From: hl @ 2016-09-06 16:44 UTC (permalink / raw) To: myungjoo.ham, rjw@rjwysocki.net, linux-pm@vger.kernel.org Cc: jszhang@marvell.com, Krzysztof Kozlowski, yongjun_wei@trendmicro.com.cn, Chanwoo Choi, rafael.j.wysocki@intel.com Hi Myungloo Ham, On 2016年09月06日 15:08, MyungJoo Ham wrote: >> 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. >> > Sorry for confusion, but I've just updated tags/pull_req_20160906 and it is now > same with tags/pull_req_20160906_fixes. > > The updated for-rc pull-request no more include the driver add because the new driver > requires another patch to be merged, which is no more going to be merged for next RC, but 4.9. > > > Here goes the updated pull request message (the target URL is the same as it was using the tag) > > > @Lin Huang: your driver is going to be targetting 4.9, not 4.8, as > part of the driver is being targetted at 4.9 now. Got it, thanks. > -----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 c8a9a6daccad495c48d5435d3487956ce01bc6a1: > > PM / devfreq: event: remove duplicate devfreq_event_get_drvdata() (2016-09-06 13:08:40 +0900) > > - ---------------------------------------------------------------- > Pull req for next-rc (Fixes) > > - ---------------------------------------------------------------- > Jisheng Zhang (1): > PM / devfreq: fix Kconfig indent style > > Krzysztof Kozlowski (1): > PM / devfreq: Add COMPILE_TEST for build coverage > > Lin Huang (1): > PM / devfreq: event: remove duplicate devfreq_event_get_drvdata() > > Wei Yongjun (1): > PM / devfreq: exynos-ppmu: remove unneeded of_node_put() > > drivers/devfreq/Kconfig | 18 +++++++++--------- > drivers/devfreq/event/Kconfig | 4 ++-- > drivers/devfreq/event/exynos-ppmu.c | 2 -- > include/linux/devfreq-event.h | 5 ----- > 4 files changed, 11 insertions(+), 18 deletions(-) > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1 > > iQIcBAEBAgAGBQJXzmqtAAoJEBOhurvWBoCK31sP/226B5IGR84smyt5f01FqoBH > IaDbF+4Wwf+WJEzmxHCq8MQJfQ7O5ib9m1x+w4ggEXVD3hjDwKb1CpnuKLupp6kS > tIdDbEcS5++bgh+C2QyVD5aMQBq2JAWHN9QcQdzb6KeutNMX4ejPzK4aHy4uaaPE > Wkvrk5I6/nj43p/uwQR1fIuZ3vLJm/KRKMQJGDQjW9ka3Ivv0SaEEwf7EtCtStqz > TyhvlgXEnKfKOBwBnlHbHYPpRtmgKRwDhcHrZo6W+chLiHInrxQ3EzT+H16y8Z26 > pmnIaXM1KTFJKuVQ315XH/IGXzyFMeX66j/AlwoaHjOubtft1eqVTyyHPoiwR3CR > PiyOPX8VpHMmCtrc0nFOWVwWfpPMlPfIurKuiqDG4gu7R1+adp1Jg7fKNWQa+ywB > pf2tqjDX0voGX5g2DkAuV+0ejl3ZE5zp7RxIIUkHkA77rG12rqc37VjETUzBjUTW > qA6iT02bs1bi+HcWskbw8yUOVNgiyIsqbw35Qt9rjByP2jw589TTuJUxmHe1Yic5 > Auo9+wV4D6yRWL/lf9u9dVZaHtScxVgk78Xbi36KYWo+UUuFv36j7UrQjbR/1+is > pn+OfdhAwyuwBorCJnkySXuumwmHzJY3yw4nZeJYglFs2nTOtVaMkTc+ZNE9npNK > 2Zrih8vAOEI6wm41jZT4 > =oBWJ > -----END PGP SIGNATURE----- > -- Lin Huang ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PULL REQ] PM / Devfreq for Linux-pm (Fixes) 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 2 siblings, 0 replies; 6+ messages in thread From: Rafael J. Wysocki @ 2016-09-06 21:12 UTC (permalink / raw) To: Myungjoo Ham Cc: rjw@rjwysocki.net, linux-pm@vger.kernel.org, hl@rock-chips.com, jszhang@marvell.com, Krzysztof Kozlowski, yongjun_wei@trendmicro.com.cn, Chanwoo Choi, rafael.j.wysocki@intel.com On Tue, Sep 6, 2016 at 9:08 AM, MyungJoo Ham <myungjoo.ham@samsung.com> wrote: >> 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) I haven't pulled them and I'd rather not at this point. They are not -rc6 time frame fixes. I may pull the other two if you think they are urgent enough and send a separate request to me for that. Otherwise, I'll merge the whole thing as 4.9 material. Thanks, Rafael ^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: Re: [PULL REQ] PM / Devfreq for Linux-pm (Fixes) 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 2 siblings, 1 reply; 6+ messages in thread From: MyungJoo Ham @ 2016-09-07 9:31 UTC (permalink / raw) To: Rafael J. Wysocki Cc: rjw@rjwysocki.net, linux-pm@vger.kernel.org, hl@rock-chips.com, jszhang@marvell.com, Krzysztof Kozlowski, yongjun_wei@trendmicro.com.cn, Chanwoo Choi, rafael.j.wysocki@intel.com [-- Attachment #1: Type: text/plain, Size: 943 bytes --] > On Tue, Sep 6, 2016 at 9:08 AM, MyungJoo Ham <myungjoo.ham@samsung.com> wrote: > >> 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) > > I haven't pulled them and I'd rather not at this point. They are not > -rc6 time frame fixes. > > I may pull the other two if you think they are urgent enough and send > a separate request to me for that. > > Otherwise, I'll merge the whole thing as 4.9 material. > > Thanks, > Rafael It is ok to merge the whole thin as 4.9; nothing that much urgent I have. If you want to merge the (previously) 4.8-rcX and 4.9 at once for 4.9 later, you can use "pull_whole_for_4.9" tag (for-next branch) https://git.kernel.org/cgit/linux/kernel/git/mzx/devfreq.git/log/?h=for-next Cheers, MyungJoo ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PULL REQ] PM / Devfreq for Linux-pm (Fixes) 2016-09-07 9:31 ` MyungJoo Ham @ 2016-09-13 1:05 ` Rafael J. Wysocki 0 siblings, 0 replies; 6+ messages in thread From: Rafael J. Wysocki @ 2016-09-13 1:05 UTC (permalink / raw) To: myungjoo.ham Cc: Rafael J. Wysocki, linux-pm@vger.kernel.org, hl@rock-chips.com, jszhang@marvell.com, Krzysztof Kozlowski, yongjun_wei@trendmicro.com.cn, Chanwoo Choi, rafael.j.wysocki@intel.com On Wednesday, September 07, 2016 09:31:18 AM MyungJoo Ham wrote: > > On Tue, Sep 6, 2016 at 9:08 AM, MyungJoo Ham <myungjoo.ham@samsung.com> wrote: > > >> 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) > > > > I haven't pulled them and I'd rather not at this point. They are not > > -rc6 time frame fixes. > > > > I may pull the other two if you think they are urgent enough and send > > a separate request to me for that. > > > > Otherwise, I'll merge the whole thing as 4.9 material. > > > > Thanks, > > Rafael > > It is ok to merge the whole thin as 4.9; nothing that much urgent I have. > > If you want to merge the (previously) 4.8-rcX and 4.9 at once for 4.9 later, > you can use "pull_whole_for_4.9" tag (for-next branch) > > https://git.kernel.org/cgit/linux/kernel/git/mzx/devfreq.git/log/?h=for-next OK, pulled from the pull_whole_for_4.9 tag, thanks! Rafael ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2016-09-13 0:59 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <CGME20160906064335epcms1p75b85321b10ff6d8d045240a785375b23@epcms1p7> 2016-09-06 6:43 ` [PULL REQ] PM / Devfreq for Linux-pm MyungJoo Ham 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
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).