* Re2: [GIT PULL] devfreq for next-RC
@ 2016-01-14 2:11 MyungJoo Ham
2016-01-15 0:48 ` Rafael J. Wysocki
0 siblings, 1 reply; 2+ messages in thread
From: MyungJoo Ham @ 2016-01-14 2:11 UTC (permalink / raw)
To: Rafael J. Wysocki
Cc: linux-pm@vger.kernel.org, rafael.j.wysocki@intel.com,
최찬우, myungjoo.ham@gmail.com
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.
Cheers,
MyungJoo
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
The following changes since commit afd2ff9b7e1b367172f18ba7f693dfb62bdcb2dc:
Linux 4.4 (2016-01-10 15:01:32 -0800)
are available in the git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git for-rafael
for you to fetch changes up to 7dbded06efe41367163e903331ef45bd765a62a4:
MAINTAINERS: Add devfreq-event entry (2016-01-13 17:30:33 +0900)
- ----------------------------------------------------------------
Pull request for Linux 4.5
- ----------------------------------------------------------------
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
iQIcBAEBAgAGBQJWlwMIAAoJEBOhurvWBoCKtAkP/RcD3UOkCv5T4Ye1MI/7MBmN
z6gFUtQ+4FL4TIgUUz30mLIGVEZ2mufTBrGtpSHTjJ1NkeTCCK63DB9aCuZ3RE8d
9uFS1z3AI+G04A1W1PAguyL8ahUAMRuA+G9Pz+qL8IzmPLqJwMFszu2QGDypvb5X
K1N0hjx6FlJUXzPL9CxtCC2sHWbR7IhAWnDGubQJm2kxyQ37aOzpWz5wRU/yGJoG
0gjQ2N1nXsFyMsNy/JS5cpGPpy04nKiTQeN95V4wIeIeloiLjKJ8LQBDpVUHB3vX
hpFb4ExOt06Alnjykv5hrBOIgihUvr1NWahOq0qSPiEQtXlu2ilmQUM07aCP1JBR
3medt4ULn1IEhqyOmQYwnIp2vphif25dun4aIx+YSoqSpOMCvBRjSEAxORBxkyBj
BsmpNVpaE0LT8sCm+IPW1nTQSwbYVJCEWWPL544MHYJ2dUCcTT9r0hjJ/V2BmIwW
IIs/dgmIu797Sea0uP0XE3330hj+X4t9FxD3OVmfvloi2W3U4BEGG9VxsHGw7elD
r5WvHtGNydLM33NHrHF1HskzKYaJn2yvmK2SKit6/h6A4AtSATlxdcNgIDBiixXM
HghsLxkVONjw/gFyWDsEIgn+FOk/DlpMHLeZjZTk1NZk/v34aID2CoXEf4Ms2xXd
qJ+Zii1j/rgXTW6QDquw
=WMij
-----END PGP SIGNATURE-----
--
MyungJoo Ham (함명주), Ph.D.
Frontier CS Lab, Software R&D Center
Samsung Electronics
Cell: +82-10-6714-2858
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [GIT PULL] devfreq for next-RC
2016-01-14 2:11 Re2: [GIT PULL] devfreq for next-RC MyungJoo Ham
@ 2016-01-15 0:48 ` Rafael J. Wysocki
0 siblings, 0 replies; 2+ 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] 2+ messages in thread
end of thread, other threads:[~2016-01-15 0:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-14 2:11 Re2: [GIT PULL] devfreq for next-RC 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