* [PULL REQUEST for Rafael] PM / devfreq: pull request-3 bugfixes [not found] <3622510.QVzP2QoHuh@vostro.rjw.lan> @ 2012-11-26 6:41 ` MyungJoo Ham 2012-11-26 10:06 ` Rafael J. Wysocki 0 siblings, 1 reply; 4+ messages in thread From: MyungJoo Ham @ 2012-11-26 6:41 UTC (permalink / raw) To: rjw; +Cc: linux-kernel, linux-pm, myungjoo.ham, sachin.kamat Dear Rafael, sorry for the inconviences; I forgot that I've updated the tag name according to the date modified. Please use "pull_req_20121122" tag instead of "pull_req_20121121" though I've pushed pull_req_20121121 tag again, which points to the same commit with pull_req_20121122 tag. "remove compiler error" patch in this set should resolve the "build failure" message sent by Stephen as well. Cheers, MyungJoo -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The following changes since commit f928d1ce87ad5bd2152cb522de75de03be29e18b: Merge branch 'pm-cpufreq-next' into linux-next (2012-11-22 00:23:28 +0100) , which is HEAD of Rafael's linux-pm.git linux-next branch on 2012-11-22. are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git tags/pull_req_20121122 MyungJoo Ham (2): PM / devfreq: remove compiler error when a governor is module PM / devfreq: missing rcu_read_lock() added for find_device_opp() Sachin Kamat (2): PM / devfreq: Fix incorrect argument in error message PM / devfreq: Fix return value in devfreq_remove_governor() drivers/devfreq/devfreq.c | 30 ++++++++++++++++++++++-------- include/linux/devfreq.h | 2 +- 2 files changed, 23 insertions(+), 9 deletions(-) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQIcBAEBAgAGBQJQsw0gAAoJEBOhurvWBoCKFzsP/1uIw/V8sF7/Bi6yYEQVxIxF nrgH0BtjSMKyyEG+RJU5fz1xxkfzVIhLHeMzzTDHYG/sY7xwb+eeHWE+PFP6elvm NSCOqFf/olNM1dDrUsPpGPtn2Fmfl1wyAOXhdH1lHwQYyDyCgWgQtsqIck1UaLo2 6vn9GSl/e/DfpVtg1Wdc63ggtAFk8srZKlU3RQk/Nh/GFMTmdxtG6hibjuM88FjT hfFETgaZYPfX+rz36XMa/7pMQQHcrl56K8r3Pu1/RhkM8lVCwlB4tV0Y2sBGfHuL 2f0mbX+owjR4YuHS1QMI31Io9FB/F5KzVUdEKE73g2yalCa8ygJfMvJgQqbMYKpA IfxyoEvIzbH/T6+cMCQ0WaQ9Buf4KSjmmzL8MSiZB9Ny4Jw5ETg8bZjEU7cR7RWz i1grMqyfsjySu/N+slyY7SlvKK+58DytR2WvFvz4ba58dsqEjOoL2ovFz+W3KdlE 6V8DGpi2bODbejm6pXx5K6x+VqrByMYCrRpSvmSpYG9PUWpUfjFQMMPgH/uTEXR6 dJ0H8Hv5+xtUa9sHu9A6nVVSlFgukEVN5BjIEySuX+gj5mIywwN2ZXyIp0TeAis6 SWUBFflIbjW9JuIP1hwdcrdRsgJ/RyoQZ2XqPVZEQKJgV6C+k38ShOO9Q3YAfJHq sO3Gz4WUsME2nkswuwgb =SPXQ -----END PGP SIGNATURE----- ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PULL REQUEST for Rafael] PM / devfreq: pull request-3 bugfixes 2012-11-26 6:41 ` [PULL REQUEST for Rafael] PM / devfreq: pull request-3 bugfixes MyungJoo Ham @ 2012-11-26 10:06 ` Rafael J. Wysocki 2012-11-26 10:31 ` [PULL REQUEST for Rafael] PM / devfreq: rebased on pm-devfreq MyungJoo Ham 0 siblings, 1 reply; 4+ messages in thread From: Rafael J. Wysocki @ 2012-11-26 10:06 UTC (permalink / raw) To: linux-pm; +Cc: MyungJoo Ham, linux-kernel, myungjoo.ham, sachin.kamat On Monday, November 26, 2012 03:41:22 PM MyungJoo Ham wrote: > Dear Rafael, > > sorry for the inconviences; I forgot that I've updated the tag name > according to the date modified. > > Please use "pull_req_20121122" tag instead of "pull_req_20121121" though > I've pushed pull_req_20121121 tag again, which points to the same > commit with pull_req_20121122 tag. > > > "remove compiler error" patch in this set should resolve the "build failure" > message sent by Stephen as well. It looks like you rebased it on top of linux-next, didn't you? Please don't do that, linux-next is evolving and the commit hashes in there are changing over time. I've merged your previous pull request into my pm-devfreq branch and pushed it out. Please rebase your new material on top of my pm-devfreq branch and resubmit. Thanks, Rafael > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > The following changes since commit f928d1ce87ad5bd2152cb522de75de03be29e18b: > > Merge branch 'pm-cpufreq-next' into linux-next (2012-11-22 00:23:28 +0100) > , which is HEAD of Rafael's linux-pm.git linux-next branch on 2012-11-22. > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git tags/pull_req_20121122 > > MyungJoo Ham (2): > PM / devfreq: remove compiler error when a governor is module > PM / devfreq: missing rcu_read_lock() added for find_device_opp() > > Sachin Kamat (2): > PM / devfreq: Fix incorrect argument in error message > PM / devfreq: Fix return value in devfreq_remove_governor() > > drivers/devfreq/devfreq.c | 30 ++++++++++++++++++++++-------- > include/linux/devfreq.h | 2 +- > 2 files changed, 23 insertions(+), 9 deletions(-) > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.11 (GNU/Linux) > > iQIcBAEBAgAGBQJQsw0gAAoJEBOhurvWBoCKFzsP/1uIw/V8sF7/Bi6yYEQVxIxF > nrgH0BtjSMKyyEG+RJU5fz1xxkfzVIhLHeMzzTDHYG/sY7xwb+eeHWE+PFP6elvm > NSCOqFf/olNM1dDrUsPpGPtn2Fmfl1wyAOXhdH1lHwQYyDyCgWgQtsqIck1UaLo2 > 6vn9GSl/e/DfpVtg1Wdc63ggtAFk8srZKlU3RQk/Nh/GFMTmdxtG6hibjuM88FjT > hfFETgaZYPfX+rz36XMa/7pMQQHcrl56K8r3Pu1/RhkM8lVCwlB4tV0Y2sBGfHuL > 2f0mbX+owjR4YuHS1QMI31Io9FB/F5KzVUdEKE73g2yalCa8ygJfMvJgQqbMYKpA > IfxyoEvIzbH/T6+cMCQ0WaQ9Buf4KSjmmzL8MSiZB9Ny4Jw5ETg8bZjEU7cR7RWz > i1grMqyfsjySu/N+slyY7SlvKK+58DytR2WvFvz4ba58dsqEjOoL2ovFz+W3KdlE > 6V8DGpi2bODbejm6pXx5K6x+VqrByMYCrRpSvmSpYG9PUWpUfjFQMMPgH/uTEXR6 > dJ0H8Hv5+xtUa9sHu9A6nVVSlFgukEVN5BjIEySuX+gj5mIywwN2ZXyIp0TeAis6 > SWUBFflIbjW9JuIP1hwdcrdRsgJ/RyoQZ2XqPVZEQKJgV6C+k38ShOO9Q3YAfJHq > sO3Gz4WUsME2nkswuwgb > =SPXQ > -----END PGP SIGNATURE----- > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ -- I speak only for myself. Rafael J. Wysocki, Intel Open Source Technology Center. ^ permalink raw reply [flat|nested] 4+ messages in thread
* [PULL REQUEST for Rafael] PM / devfreq: rebased on pm-devfreq 2012-11-26 10:06 ` Rafael J. Wysocki @ 2012-11-26 10:31 ` MyungJoo Ham 2012-11-26 15:34 ` Rafael J. Wysocki 0 siblings, 1 reply; 4+ messages in thread From: MyungJoo Ham @ 2012-11-26 10:31 UTC (permalink / raw) To: rjw; +Cc: linux-kernel, linux-pm, myungjoo.ham Rafael, Here goes the pull request rebased on your pm-devfreq branch. Sorry for all the confusion and mess invoked. Cheers, MyungJoo -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The following changes since commit 1a1357ea176670867f347419c3345e2becc07338: PM / devfreq: make devfreq_class static (2012-11-15 00:35:06 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git tags/pull_req_20121126 Jonghwa Lee (1): PM / devfreq: Add sysfs node for representing frequency transition information. MyungJoo Ham (2): PM / devfreq: remove compiler error when a governor is module PM / devfreq: missing rcu_read_lock() added for find_device_opp() Nishanth Menon (9): PM / devfreq: documentation cleanups for devfreq header PM / devfreq: Add sysfs node to expose available frequencies PM / devfreq: export update_devfreq PM / devfreq: provide hooks for governors to be registered PM / devfreq: register governors with devfreq framework PM / devfreq: map devfreq drivers to governor using name PM / devfreq: governors: add GPL module license and allow module build PM / devfreq: allow sysfs governor node to switch governor PM / devfreq: Add sysfs node to expose available governors Sachin Kamat (3): PM / devfreq: Use devm_* functions in exynos4_bus.c PM / devfreq: Fix incorrect argument in error message PM / devfreq: Fix return value in devfreq_remove_governor() Sangho Yi (1): PM / devfreq: exynos4_bus.c: Fixed an alignment of the func call args. Documentation/ABI/testing/sysfs-class-devfreq | 29 ++- drivers/devfreq/Kconfig | 8 +- drivers/devfreq/devfreq.c | 413 ++++++++++++++++++++++++- drivers/devfreq/exynos4_bus.c | 45 +-- drivers/devfreq/governor.h | 4 + drivers/devfreq/governor_performance.c | 22 ++- drivers/devfreq/governor_powersave.c | 22 ++- drivers/devfreq/governor_simpleondemand.c | 22 ++- drivers/devfreq/governor_userspace.c | 22 ++- include/linux/devfreq.h | 95 +++--- 10 files changed, 581 insertions(+), 101 deletions(-) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQIcBAEBAgAGBQJQs0NoAAoJEBOhurvWBoCK2hIQAJuTMnRiWb2BkU30ENAug1FC oNvoFBTVA2J9vTp1Q1qtoPj+ualfg++auzt4e5U2rbAthQYpB1LYDvc/ycEpGkG0 C+V3aleb9SK0TnqWp/s2i/KLWK1fTxbMGi2nDdCwwglbn59OlY6fVTyUA+jGzk3r AwpxSCnLhi7jhtbgSWhiQh2F5gehNXGtU6CsK0OebP2VlVK5ZFw6X3eqacfact/h kabXBsS+jJlrA90+jFFqQ4nSyU69Kgou/+de3rzrMOFYEv+uoGNmzRofh1BRaWM+ ueyKdfF/oUJWmL8fvhMY556xrTBuGpI5btSmfYxSz+VFiDzV8HduIi8ThaVKMmGu MR77kgFSy0NkasCQ2l6q7LYIRoFJX/MQWnQpxvpZKOi5aqEgWsdCY75juRN3wOGm kCGecK2Rq/tTj3EzIS2brUPQJPcM1YS4QHKFYq3Oucnpbk6Ym1ojIYxTB7no7fKW 7OhVOf3IHA3C0VMg8DiN9SoOW8ILU3EvknP6BguRRVf+iFjtUWqCoaNj14BOSjUx Ol/606xgVa6xEsDG1NeoYiEov/lmYDpHG/tnh2g5gF/YrKjbQsvT7uqSBbeFJO2u ybI2hz37OulNvur4ORFWTCOyNqknX9t+OIFFyQjdGmaPwjnJ+IZ5kWqBwPaHxd3x Y/8iwxoohO4ROW1pBln0 =5A1F -----END PGP SIGNATURE----- ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PULL REQUEST for Rafael] PM / devfreq: rebased on pm-devfreq 2012-11-26 10:31 ` [PULL REQUEST for Rafael] PM / devfreq: rebased on pm-devfreq MyungJoo Ham @ 2012-11-26 15:34 ` Rafael J. Wysocki 0 siblings, 0 replies; 4+ messages in thread From: Rafael J. Wysocki @ 2012-11-26 15:34 UTC (permalink / raw) To: linux-pm; +Cc: MyungJoo Ham, linux-kernel, myungjoo.ham On Monday, November 26, 2012 07:31:43 PM MyungJoo Ham wrote: > > Rafael, > > Here goes the pull request rebased on your pm-devfreq branch. > Sorry for all the confusion and mess invoked. > > > Cheers, > MyungJoo > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > The following changes since commit 1a1357ea176670867f347419c3345e2becc07338: > > PM / devfreq: make devfreq_class static (2012-11-15 00:35:06 +0100) > > are available in the git repository at: > git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git tags/pull_req_20121126 OK, pulled, but I'll merge it to my linux-next branch tomorrow. Thanks, Rafael -- I speak only for myself. Rafael J. Wysocki, Intel Open Source Technology Center. ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-11-26 15:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <3622510.QVzP2QoHuh@vostro.rjw.lan>
2012-11-26 6:41 ` [PULL REQUEST for Rafael] PM / devfreq: pull request-3 bugfixes MyungJoo Ham
2012-11-26 10:06 ` Rafael J. Wysocki
2012-11-26 10:31 ` [PULL REQUEST for Rafael] PM / devfreq: rebased on pm-devfreq MyungJoo Ham
2012-11-26 15:34 ` 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