* [GIT PULL] devfreq for next-RC
@ 2015-11-26 2:14 MyungJoo Ham
2015-11-26 13:58 ` Rafael J. Wysocki
0 siblings, 1 reply; 6+ messages in thread
From: MyungJoo Ham @ 2015-11-26 2:14 UTC (permalink / raw)
To: linux-pm, rafael.j.wysocki; +Cc: cw00.choi, myungjoo.ham, rjw
Dear Rafael,
Here goes the pull reqest for next 4.4 RCx.
Cheers,
MyungJoo
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
The following changes since commit 1ec218373b8ebda821aec00bb156a9c94fad9cd4:
Linux 4.4-rc2 (2015-11-22 16:45:59 -0800)
are available in the git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git tags/pull_req_20151126
for you to fetch changes up to 38bb853595404cdd2210268dd508ce303ab836e5:
MAINTAINERS: Add devfreq-event entry (2015-11-26 10:54:18 +0900)
- ----------------------------------------------------------------
Pull request for Rafael on 2015-11-26. Based on 4.4-rc2
- ----------------------------------------------------------------
Chanwoo Choi (7):
PM / devfreq: event: Remove the error log of devfreq_event_get_edev_by_phandle()
PM / devfreq: event: Fix the error and warning from script/checkpatch.pl
PM / devfreq: Add show_one macro to delete the duplicate code
PM / devfreq: Set the freq_table of devfreq device
PM / devfreq: Modify the indentation of trans_stat sysfs for readability
MAINTAINERS: Add missing git repository and directory for devfreq
MAINTAINERS: Add devfreq-event entry
MyungJoo Ham (1):
PM / devfreq: Do not show statistics if it's not ready.
MAINTAINERS | 13 +++++++
drivers/devfreq/devfreq-event.c | 16 +++------
drivers/devfreq/devfreq.c | 78 ++++++++++++++++++++++++++++++++---------
include/linux/devfreq.h | 2 +-
4 files changed, 81 insertions(+), 28 deletions(-)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBAgAGBQJWVmnNAAoJEBOhurvWBoCKUfUP/1eMe30Y9MDpSmbPLWYIsz8z
c4B0qHBlKfZdG2LC8ozxh5QE/R04uBl5CWQUU9AZq97XRrIDFCpkwEvFoy3OF68Q
YPmE+LXqhfMGHQMM+LRauT7Bl4aT0BVmPLyiG8soe7/p3xwZsIIPcj913HWt5GpX
av26p42Cpz7A+GxtieX78atCkg4W+x0j7e7Sutg2kPT9RqI7wWP4uy0cGf2cQnJl
Gv7Vgl2Cu2gcHsx6BYxe0i81ven2W7uKibDXvwri9GrTMx7FajO9AJR5IVsRuVsz
2+/epHBSZsG8kyzfyVgZueQ7J/5nxouSvTZKAapqfKFmtsyUl74xuDsPUDuEEGwm
MK+fnwNnY9zP/1lB0XSWCiY/QZhpqQR+quxUae/qmYIB73NquNP0hJTM423Nai4V
HlLuM3TyJvvnMK40oxknbG4AIkmC6L74EdSKlwbFUICpqO08wXW/QtgY24Jufbl2
0Lun6EvN0bcgX4iTX28jpRkse5sTm5VejNpikzA8nhC6bzyw3pTlbNdb9a+BkOlm
sHzy8VLyNukkrDvwXj4NtJmeDfJEpJDJSx+LZmzq/acAi9JtG2W6AS+lJxEdOO8U
e9LMXcx/lE8nCwOaV0rDTfz277yYcXfkJlDI5gGPyZoEK71Rui6v+Ndy40QBn3CO
6wS8QyjiIN2SLc1LIcus
=nM6m
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL] devfreq for next-RC
2015-11-26 13:58 ` Rafael J. Wysocki
@ 2015-11-26 13:51 ` MyungJoo Ham
2015-11-26 22:48 ` Rafael J. Wysocki
0 siblings, 1 reply; 6+ messages in thread
From: MyungJoo Ham @ 2015-11-26 13:51 UTC (permalink / raw)
To: Rafael J. Wysocki; +Cc: Linux PM list, rafael.j.wysocki, Chanwoo Choi
6 of the 8 patches are fixes or style-updates.
Other 2 of 8 (PM / devfreq: Set the freq_table of devfreq device,
MAINTAINERS: Add devfreq-event entry)
are small updates (the first of the two may be seen as a fix to follow
the given API semantics though)
Do you want to pull the 6 clearly-fixes only for the RC?
Cheers,
MyungJoo
On Thu, Nov 26, 2015 at 10:58 PM, Rafael J. Wysocki <rjw@rjwysocki.net> wrote:
> On Thursday, November 26, 2015 02:14:40 AM MyungJoo Ham wrote:
>> Dear Rafael,
>>
>> Here goes the pull reqest for next 4.4 RCx.
>>
>>
>> Cheers,
>> MyungJoo
>>
>> The following changes since commit 1ec218373b8ebda821aec00bb156a9c94fad9cd4:
>>
>> Linux 4.4-rc2 (2015-11-22 16:45:59 -0800)
>>
>> are available in the git repository at:
>>
>> https://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git tags/pull_req_20151126
>>
>> for you to fetch changes up to 38bb853595404cdd2210268dd508ce303ab836e5:
>>
>> MAINTAINERS: Add devfreq-event entry (2015-11-26 10:54:18 +0900)
>>
>> ----------------------------------------------------------------
>> Pull request for Rafael on 2015-11-26. Based on 4.4-rc2
>>
>> ----------------------------------------------------------------
>> Chanwoo Choi (7):
>> PM / devfreq: event: Remove the error log of devfreq_event_get_edev_by_phandle()
>> PM / devfreq: event: Fix the error and warning from script/checkpatch.pl
>> PM / devfreq: Add show_one macro to delete the duplicate code
>> PM / devfreq: Set the freq_table of devfreq device
>> PM / devfreq: Modify the indentation of trans_stat sysfs for readability
>> MAINTAINERS: Add missing git repository and directory for devfreq
>> MAINTAINERS: Add devfreq-event entry
>>
>> MyungJoo Ham (1):
>> PM / devfreq: Do not show statistics if it's not ready.
>>
>> MAINTAINERS | 13 +++++++
>> drivers/devfreq/devfreq-event.c | 16 +++------
>> drivers/devfreq/devfreq.c | 78 ++++++++++++++++++++++++++++++++---------
>> include/linux/devfreq.h | 2 +-
>> 4 files changed, 81 insertions(+), 28 deletions(-)
>
> Is this really 4.4-rc material?
>
> We're quite late in the cycle and I'm not willing to push anything more than
> fixes to Linus at this point.
>
> I can pull this and queue it up for v4.5 if that works for you, though.
>
> Thanks,
> Rafael
>
--
MyungJoo Ham, Ph.D.
Frontier CS Lab, S/W Center, Samsung Electronics
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL] devfreq for next-RC
2015-11-26 2:14 [GIT PULL] devfreq for next-RC MyungJoo Ham
@ 2015-11-26 13:58 ` Rafael J. Wysocki
2015-11-26 13:51 ` MyungJoo Ham
0 siblings, 1 reply; 6+ messages in thread
From: Rafael J. Wysocki @ 2015-11-26 13:58 UTC (permalink / raw)
To: myungjoo.ham; +Cc: linux-pm, rafael.j.wysocki, cw00.choi, myungjoo.ham
On Thursday, November 26, 2015 02:14:40 AM MyungJoo Ham wrote:
> Dear Rafael,
>
> Here goes the pull reqest for next 4.4 RCx.
>
>
> Cheers,
> MyungJoo
>
> The following changes since commit 1ec218373b8ebda821aec00bb156a9c94fad9cd4:
>
> Linux 4.4-rc2 (2015-11-22 16:45:59 -0800)
>
> are available in the git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git tags/pull_req_20151126
>
> for you to fetch changes up to 38bb853595404cdd2210268dd508ce303ab836e5:
>
> MAINTAINERS: Add devfreq-event entry (2015-11-26 10:54:18 +0900)
>
> ----------------------------------------------------------------
> Pull request for Rafael on 2015-11-26. Based on 4.4-rc2
>
> ----------------------------------------------------------------
> Chanwoo Choi (7):
> PM / devfreq: event: Remove the error log of devfreq_event_get_edev_by_phandle()
> PM / devfreq: event: Fix the error and warning from script/checkpatch.pl
> PM / devfreq: Add show_one macro to delete the duplicate code
> PM / devfreq: Set the freq_table of devfreq device
> PM / devfreq: Modify the indentation of trans_stat sysfs for readability
> MAINTAINERS: Add missing git repository and directory for devfreq
> MAINTAINERS: Add devfreq-event entry
>
> MyungJoo Ham (1):
> PM / devfreq: Do not show statistics if it's not ready.
>
> MAINTAINERS | 13 +++++++
> drivers/devfreq/devfreq-event.c | 16 +++------
> drivers/devfreq/devfreq.c | 78 ++++++++++++++++++++++++++++++++---------
> include/linux/devfreq.h | 2 +-
> 4 files changed, 81 insertions(+), 28 deletions(-)
Is this really 4.4-rc material?
We're quite late in the cycle and I'm not willing to push anything more than
fixes to Linus at this point.
I can pull this and queue it up for v4.5 if that works for you, though.
Thanks,
Rafael
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL] devfreq for next-RC
2015-11-26 13:51 ` MyungJoo Ham
@ 2015-11-26 22:48 ` Rafael J. Wysocki
2015-11-27 10:47 ` MyungJoo Ham
0 siblings, 1 reply; 6+ messages in thread
From: Rafael J. Wysocki @ 2015-11-26 22:48 UTC (permalink / raw)
To: myungjoo.ham; +Cc: Linux PM list, rafael.j.wysocki, Chanwoo Choi
On Thursday, November 26, 2015 10:51:18 PM MyungJoo Ham wrote:
> 6 of the 8 patches are fixes or style-updates.
Style updates are not fixes, are they?
> Other 2 of 8 (PM / devfreq: Set the freq_table of devfreq device,
> MAINTAINERS: Add devfreq-event entry)
> are small updates (the first of the two may be seen as a fix to follow
> the given API semantics though)
>
> Do you want to pull the 6 clearly-fixes only for the RC?
The only type of material I want to push for -rc4 or later is fixes. No style
updates now in particular, please.
And generally, if there's anything that can wait for the next merge window,
there's no reason to push it today.
So please let me know which of the commits in your branch are urgent in
your opinion and I'll put them into a separate branch and queue them up
for -rc4.
The rest will wait.
Thanks,
Rafael
> On Thu, Nov 26, 2015 at 10:58 PM, Rafael J. Wysocki <rjw@rjwysocki.net> wrote:
> > On Thursday, November 26, 2015 02:14:40 AM MyungJoo Ham wrote:
> >> Dear Rafael,
> >>
> >> Here goes the pull reqest for next 4.4 RCx.
> >>
> >>
> >> Cheers,
> >> MyungJoo
> >>
> >> The following changes since commit 1ec218373b8ebda821aec00bb156a9c94fad9cd4:
> >>
> >> Linux 4.4-rc2 (2015-11-22 16:45:59 -0800)
> >>
> >> are available in the git repository at:
> >>
> >> https://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git tags/pull_req_20151126
> >>
> >> for you to fetch changes up to 38bb853595404cdd2210268dd508ce303ab836e5:
> >>
> >> MAINTAINERS: Add devfreq-event entry (2015-11-26 10:54:18 +0900)
> >>
> >> ----------------------------------------------------------------
> >> Pull request for Rafael on 2015-11-26. Based on 4.4-rc2
> >>
> >> ----------------------------------------------------------------
> >> Chanwoo Choi (7):
> >> PM / devfreq: event: Remove the error log of devfreq_event_get_edev_by_phandle()
> >> PM / devfreq: event: Fix the error and warning from script/checkpatch.pl
> >> PM / devfreq: Add show_one macro to delete the duplicate code
> >> PM / devfreq: Set the freq_table of devfreq device
> >> PM / devfreq: Modify the indentation of trans_stat sysfs for readability
> >> MAINTAINERS: Add missing git repository and directory for devfreq
> >> MAINTAINERS: Add devfreq-event entry
> >>
> >> MyungJoo Ham (1):
> >> PM / devfreq: Do not show statistics if it's not ready.
> >>
> >> MAINTAINERS | 13 +++++++
> >> drivers/devfreq/devfreq-event.c | 16 +++------
> >> drivers/devfreq/devfreq.c | 78 ++++++++++++++++++++++++++++++++---------
> >> include/linux/devfreq.h | 2 +-
> >> 4 files changed, 81 insertions(+), 28 deletions(-)
> >
> > Is this really 4.4-rc material?
> >
> > We're quite late in the cycle and I'm not willing to push anything more than
> > fixes to Linus at this point.
> >
> > I can pull this and queue it up for v4.5 if that works for you, though.
> >
> > Thanks,
> > Rafael
> >
>
>
>
>
--
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL] devfreq for next-RC
2015-11-26 22:48 ` Rafael J. Wysocki
@ 2015-11-27 10:47 ` MyungJoo Ham
0 siblings, 0 replies; 6+ messages in thread
From: MyungJoo Ham @ 2015-11-27 10:47 UTC (permalink / raw)
To: Rafael J. Wysocki; +Cc: Linux PM list, rafael.j.wysocki, Chanwoo Choi
On Fri, Nov 27, 2015 at 7:48 AM, Rafael J. Wysocki <rjw@rjwysocki.net> wrote:
> On Thursday, November 26, 2015 10:51:18 PM MyungJoo Ham wrote:
>> 6 of the 8 patches are fixes or style-updates.
>
> Style updates are not fixes, are they?
>
>> Other 2 of 8 (PM / devfreq: Set the freq_table of devfreq device,
>> MAINTAINERS: Add devfreq-event entry)
>> are small updates (the first of the two may be seen as a fix to follow
>> the given API semantics though)
>>
>> Do you want to pull the 6 clearly-fixes only for the RC?
>
> The only type of material I want to push for -rc4 or later is fixes. No style
> updates now in particular, please.
>
> And generally, if there's anything that can wait for the next merge window,
> there's no reason to push it today.
>
> So please let me know which of the commits in your branch are urgent in
> your opinion and I'll put them into a separate branch and queue them up
> for -rc4.
>
> The rest will wait.
The fixes are not urgent. They can wait for next version in that sense.
Cheers,
MyungJoo
>
> Thanks,
> Rafael
>
>
>> On Thu, Nov 26, 2015 at 10:58 PM, Rafael J. Wysocki <rjw@rjwysocki.net> wrote:
>> > On Thursday, November 26, 2015 02:14:40 AM MyungJoo Ham wrote:
>> >> Dear Rafael,
>> >>
>> >> Here goes the pull reqest for next 4.4 RCx.
>> >>
>> >>
>> >> Cheers,
>> >> MyungJoo
>> >>
>> >> The following changes since commit 1ec218373b8ebda821aec00bb156a9c94fad9cd4:
>> >>
>> >> Linux 4.4-rc2 (2015-11-22 16:45:59 -0800)
>> >>
>> >> are available in the git repository at:
>> >>
>> >> https://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git tags/pull_req_20151126
>> >>
>> >> for you to fetch changes up to 38bb853595404cdd2210268dd508ce303ab836e5:
>> >>
>> >> MAINTAINERS: Add devfreq-event entry (2015-11-26 10:54:18 +0900)
>> >>
>> >> ----------------------------------------------------------------
>> >> Pull request for Rafael on 2015-11-26. Based on 4.4-rc2
>> >>
>> >> ----------------------------------------------------------------
>> >> Chanwoo Choi (7):
>> >> PM / devfreq: event: Remove the error log of devfreq_event_get_edev_by_phandle()
>> >> PM / devfreq: event: Fix the error and warning from script/checkpatch.pl
>> >> PM / devfreq: Add show_one macro to delete the duplicate code
>> >> PM / devfreq: Set the freq_table of devfreq device
>> >> PM / devfreq: Modify the indentation of trans_stat sysfs for readability
>> >> MAINTAINERS: Add missing git repository and directory for devfreq
>> >> MAINTAINERS: Add devfreq-event entry
>> >>
>> >> MyungJoo Ham (1):
>> >> PM / devfreq: Do not show statistics if it's not ready.
>> >>
>> >> MAINTAINERS | 13 +++++++
>> >> drivers/devfreq/devfreq-event.c | 16 +++------
>> >> drivers/devfreq/devfreq.c | 78 ++++++++++++++++++++++++++++++++---------
>> >> include/linux/devfreq.h | 2 +-
>> >> 4 files changed, 81 insertions(+), 28 deletions(-)
>> >
>> > Is this really 4.4-rc material?
>> >
>> > We're quite late in the cycle and I'm not willing to push anything more than
>> > fixes to Linus at this point.
>> >
>> > I can pull this and queue it up for v4.5 if that works for you, though.
>> >
>> > Thanks,
>> > Rafael
>> >
>>
>>
>>
>>
>
> --
> I speak only for myself.
> Rafael J. Wysocki, Intel Open Source Technology Center.
--
MyungJoo Ham, Ph.D.
Frontier CS Lab, S/W Center, Samsung Electronics
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL] devfreq for next-RC
2016-01-14 2:11 Re2: " MyungJoo Ham
@ 2016-01-15 0:48 ` Rafael J. Wysocki
0 siblings, 0 replies; 6+ messages in thread
From: Rafael J. Wysocki @ 2016-01-15 0:48 UTC (permalink / raw)
To: myungjoo.ham
Cc: linux-pm@vger.kernel.org, rafael.j.wysocki@intel.com,
최찬우, myungjoo.ham@gmail.com
On Thursday, January 14, 2016 02:11:31 AM MyungJoo Ham wrote:
> On Thursday, November 26, 2015 10:58:10 PM Rafael J. Wysocki wrote:
> > On Thursday, November 26, 2015 02:14:40 AM MyungJoo Ham wrote:
> >> Pull request for Rafael on 2015-11-26. Based on 4.4-rc2
> > Is this really 4.4-rc material?
> >
> > We're quite late in the cycle and I'm not willing to push anything more than
> > fixes to Linus at this point.
> >
> > I can pull this and queue it up for v4.5 if that works for you, though.
> >
>
> Hi Rafael,
>
> Here goes the rebased one for v4.5.
Pulled, thanks!
Although I would have prefer it if you'd sent it to me before the merge window. :-)
Thanks,
Rafael
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2016-01-15 0:48 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-26 2:14 [GIT PULL] devfreq for next-RC MyungJoo Ham
2015-11-26 13:58 ` Rafael J. Wysocki
2015-11-26 13:51 ` MyungJoo Ham
2015-11-26 22:48 ` Rafael J. Wysocki
2015-11-27 10:47 ` MyungJoo Ham
-- strict thread matches above, loose matches on Subject: below --
2016-01-14 2:11 Re2: " MyungJoo Ham
2016-01-15 0:48 ` 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