public inbox for linux-pm@vger.kernel.org
 help / color / mirror / Atom feed
* [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
* 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; 6+ 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] 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