public inbox for linux-pm@vger.kernel.org
 help / color / mirror / Atom feed
* [PULL Request] Devfreq Fixes for RC5+.
       [not found] <CGME20160621054943epcms1p5edf96fb3b2179a62bff867190bc6dc13@epcms1p5>
@ 2016-06-21  5:49 ` MyungJoo Ham
  2016-06-21 22:26   ` Rafael J. Wysocki
                     ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: MyungJoo Ham @ 2016-06-21  5:49 UTC (permalink / raw)
  To: rjw@rjwysocki.net, linux-pm@vger.kernel.org
  Cc: rafael.j.wysocki@intel.com, lukasz.luba@arm.com,
	dan.carpenter@oracle.com, myungjoo.ham@gmail.com

[-- Attachment #1: Type: text/plain, Size: 2236 bytes --]

Dear Rafael,

Here goes a pull request of "PM / Devfreq Fixes" targetting RC5+.


Cheers,
MyungJoo


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

The following changes since commit 33688abb2802ff3a230bd2441f765477b94cc89e:

  Linux 4.7-rc4 (2016-06-19 21:30:02 -0700)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git fixes

for you to fetch changes up to 72b2835bab6bb0f7688a78301ac1466c729cb1c9:

  PM / devfreq: fix initialization of current frequency in last status (2016-06-21 14:25:30 +0900)

- ----------------------------------------------------------------
Pull Request of Devfreq Fixes (3.7 rc 5+) for Rafael Linux PM.

- ----------------------------------------------------------------
Cai Zhiyong (1):
      PM / devfreq: fix double call put_device

Dan Carpenter (1):
      PM / devfreq: exynos-nocp: Remove incorrect IS_ERR() check

Lukasz Luba (1):
      PM / devfreq: fix initialization of current frequency in last status

MyungJoo Ham (3):
      PM / devfreq: devm_kzalloc to have dev pointer more precisely
      PM / devfreq: fix duplicated kfree on devfreq pointer
      PM / devfreq: remove double put_device

 drivers/devfreq/devfreq.c           | 22 ++++++++++------------
 drivers/devfreq/event/exynos-nocp.c |  3 ---
 2 files changed, 10 insertions(+), 15 deletions(-)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJXaNMEAAoJEBOhurvWBoCK7zEQAJKBAEThlu6CdQEcN7duZE25
DD2pGzSKQ5sq/RYg6Y0BUcyY3ltgenRzv93OHyGs4k2Su65rRhso7ClKv6stWdUo
tfkWuvgH3Zjns0zllaknsCvl5izxRaYdCobmoDZ/omHvP3u9aLqbO7PAqonLQzX+
/mqasQV02GSBgsgJiS6t5hR68oBEmGMeS6yiZhM1BAPkVqvxVpopgNxY3ZFjHW+Y
IUzsleiivyU6hZjnJNwcRGJtq3uF+66YvDDM/7jUDAeDK1mFsmJo+kB9jTugLhvo
B6ZkOfgG+s3GRQYVlq61NHxcO5FQ8qDmDpBLaANeitd6IffVJoPoFusUWnTXcq5W
wxU/WOEgInRD2hb9yMTbzlFtJjSNPNM/yQSE7wSMFQgVIBoqVTL1ImWwfZKPhVCj
VNwibytPUJmZD2gT97Kzhnz7o0DDA/YlljYbmcj3L/yL+myltXKFsR998K80OiGk
byMehap5itfKmwU7WmgpUSCg2F0Kg9JcOAO8SR4J0RB39I1Uot5h6Hei6vbzf5al
R4VFYyNtk5VuMydtEFwm8m5HeK1TFQxZiGxMricD5U9sA4sODIrAWxDBA8wKMU87
y0rp3FPRUigPemzUIPXRSrwFpSltVFsdHt58/ZWLco1wTuV3bisbFP+qAwD9AwYr
L+atxnliyfnmn7OHvZxR
=BrZs
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PULL Request] Devfreq Fixes for RC5+.
  2016-06-21  5:49 ` [PULL Request] Devfreq Fixes for RC5+ MyungJoo Ham
@ 2016-06-21 22:26   ` Rafael J. Wysocki
  2016-06-22  4:50   ` MyungJoo Ham
  2016-06-23  2:23   ` MyungJoo Ham
  2 siblings, 0 replies; 5+ messages in thread
From: Rafael J. Wysocki @ 2016-06-21 22:26 UTC (permalink / raw)
  To: Myungjoo Ham
  Cc: rjw@rjwysocki.net, linux-pm@vger.kernel.org,
	rafael.j.wysocki@intel.com, lukasz.luba@arm.com,
	dan.carpenter@oracle.com, myungjoo.ham@gmail.com

On Tue, Jun 21, 2016 at 7:49 AM, MyungJoo Ham <myungjoo.ham@samsung.com> wrote:
> Dear Rafael,
>
> Here goes a pull request of "PM / Devfreq Fixes" targetting RC5+.

You should sign off all of your commits and some of them are only
acked-by.  Can you please add the sign-offs as appropriate and sent
the request again?

Thanks,
Rafael


> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> The following changes since commit 33688abb2802ff3a230bd2441f765477b94cc89e:
>
>   Linux 4.7-rc4 (2016-06-19 21:30:02 -0700)
>
> are available in the git repository at:
>
>   https://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git fixes
>
> for you to fetch changes up to 72b2835bab6bb0f7688a78301ac1466c729cb1c9:
>
>   PM / devfreq: fix initialization of current frequency in last status (2016-06-21 14:25:30 +0900)
>
> - ----------------------------------------------------------------
> Pull Request of Devfreq Fixes (3.7 rc 5+) for Rafael Linux PM.
>
> - ----------------------------------------------------------------
> Cai Zhiyong (1):
>       PM / devfreq: fix double call put_device
>
> Dan Carpenter (1):
>       PM / devfreq: exynos-nocp: Remove incorrect IS_ERR() check
>
> Lukasz Luba (1):
>       PM / devfreq: fix initialization of current frequency in last status
>
> MyungJoo Ham (3):
>       PM / devfreq: devm_kzalloc to have dev pointer more precisely
>       PM / devfreq: fix duplicated kfree on devfreq pointer
>       PM / devfreq: remove double put_device
>
>  drivers/devfreq/devfreq.c           | 22 ++++++++++------------
>  drivers/devfreq/event/exynos-nocp.c |  3 ---
>  2 files changed, 10 insertions(+), 15 deletions(-)
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1
>
> iQIcBAEBAgAGBQJXaNMEAAoJEBOhurvWBoCK7zEQAJKBAEThlu6CdQEcN7duZE25
> DD2pGzSKQ5sq/RYg6Y0BUcyY3ltgenRzv93OHyGs4k2Su65rRhso7ClKv6stWdUo
> tfkWuvgH3Zjns0zllaknsCvl5izxRaYdCobmoDZ/omHvP3u9aLqbO7PAqonLQzX+
> /mqasQV02GSBgsgJiS6t5hR68oBEmGMeS6yiZhM1BAPkVqvxVpopgNxY3ZFjHW+Y
> IUzsleiivyU6hZjnJNwcRGJtq3uF+66YvDDM/7jUDAeDK1mFsmJo+kB9jTugLhvo
> B6ZkOfgG+s3GRQYVlq61NHxcO5FQ8qDmDpBLaANeitd6IffVJoPoFusUWnTXcq5W
> wxU/WOEgInRD2hb9yMTbzlFtJjSNPNM/yQSE7wSMFQgVIBoqVTL1ImWwfZKPhVCj
> VNwibytPUJmZD2gT97Kzhnz7o0DDA/YlljYbmcj3L/yL+myltXKFsR998K80OiGk
> byMehap5itfKmwU7WmgpUSCg2F0Kg9JcOAO8SR4J0RB39I1Uot5h6Hei6vbzf5al
> R4VFYyNtk5VuMydtEFwm8m5HeK1TFQxZiGxMricD5U9sA4sODIrAWxDBA8wKMU87
> y0rp3FPRUigPemzUIPXRSrwFpSltVFsdHt58/ZWLco1wTuV3bisbFP+qAwD9AwYr
> L+atxnliyfnmn7OHvZxR
> =BrZs
> -----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: Re: [PULL Request] Devfreq Fixes for RC5+.
  2016-06-21  5:49 ` [PULL Request] Devfreq Fixes for RC5+ MyungJoo Ham
  2016-06-21 22:26   ` Rafael J. Wysocki
@ 2016-06-22  4:50   ` MyungJoo Ham
  2016-06-23  2:23   ` MyungJoo Ham
  2 siblings, 0 replies; 5+ messages in thread
From: MyungJoo Ham @ 2016-06-22  4:50 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: rjw@rjwysocki.net, linux-pm@vger.kernel.org,
	rafael.j.wysocki@intel.com, lukasz.luba@arm.com,
	dan.carpenter@oracle.com, myungjoo.ham@gmail.com

[-- Attachment #1: Type: text/plain, Size: 2788 bytes --]

On Tue, Jun 21, 2016 at 7:49 AM, MyungJoo Ham <myungjoo.ham@samsung.com> wrote:
> > Dear Rafael,
> >
> > Here goes a pull request of "PM / Devfreq Fixes" targetting RC5+.
> 
> You should sign off all of your commits and some of them are only
> acked-by.  Can you please add the sign-offs as appropriate and sent
> the request again?
> 
> Thanks,
> Rafael

Oops. Sure, I'll update and send the request again soon.


Cheers,
MyungJoo

> 
> 
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > The following changes since commit 33688abb2802ff3a230bd2441f765477b94cc89e:
> >
> >   Linux 4.7-rc4 (2016-06-19 21:30:02 -0700)
> >
> > are available in the git repository at:
> >
> >   https://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git fixes
> >
> > for you to fetch changes up to 72b2835bab6bb0f7688a78301ac1466c729cb1c9:
> >
> >   PM / devfreq: fix initialization of current frequency in last status (2016-06-21 14:25:30 +0900)
> >
> > - ----------------------------------------------------------------
> > Pull Request of Devfreq Fixes (3.7 rc 5+) for Rafael Linux PM.
> >
> > - ----------------------------------------------------------------
> > Cai Zhiyong (1):
> >       PM / devfreq: fix double call put_device
> >
> > Dan Carpenter (1):
> >       PM / devfreq: exynos-nocp: Remove incorrect IS_ERR() check
> >
> > Lukasz Luba (1):
> >       PM / devfreq: fix initialization of current frequency in last status
> >
> > MyungJoo Ham (3):
> >       PM / devfreq: devm_kzalloc to have dev pointer more precisely
> >       PM / devfreq: fix duplicated kfree on devfreq pointer
> >       PM / devfreq: remove double put_device
> >
> >  drivers/devfreq/devfreq.c           | 22 ++++++++++------------
> >  drivers/devfreq/event/exynos-nocp.c |  3 ---
> >  2 files changed, 10 insertions(+), 15 deletions(-)
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v1
> >
> > iQIcBAEBAgAGBQJXaNMEAAoJEBOhurvWBoCK7zEQAJKBAEThlu6CdQEcN7duZE25
> > DD2pGzSKQ5sq/RYg6Y0BUcyY3ltgenRzv93OHyGs4k2Su65rRhso7ClKv6stWdUo
> > tfkWuvgH3Zjns0zllaknsCvl5izxRaYdCobmoDZ/omHvP3u9aLqbO7PAqonLQzX+
> > /mqasQV02GSBgsgJiS6t5hR68oBEmGMeS6yiZhM1BAPkVqvxVpopgNxY3ZFjHW+Y
> > IUzsleiivyU6hZjnJNwcRGJtq3uF+66YvDDM/7jUDAeDK1mFsmJo+kB9jTugLhvo
> > B6ZkOfgG+s3GRQYVlq61NHxcO5FQ8qDmDpBLaANeitd6IffVJoPoFusUWnTXcq5W
> > wxU/WOEgInRD2hb9yMTbzlFtJjSNPNM/yQSE7wSMFQgVIBoqVTL1ImWwfZKPhVCj
> > VNwibytPUJmZD2gT97Kzhnz7o0DDA/YlljYbmcj3L/yL+myltXKFsR998K80OiGk
> > byMehap5itfKmwU7WmgpUSCg2F0Kg9JcOAO8SR4J0RB39I1Uot5h6Hei6vbzf5al
> > R4VFYyNtk5VuMydtEFwm8m5HeK1TFQxZiGxMricD5U9sA4sODIrAWxDBA8wKMU87
> > y0rp3FPRUigPemzUIPXRSrwFpSltVFsdHt58/ZWLco1wTuV3bisbFP+qAwD9AwYr
> > L+atxnliyfnmn7OHvZxR
> > =BrZs
> > -----END PGP SIGNATURE-----
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: Re: [PULL Request] Devfreq Fixes for RC5+.
  2016-06-21  5:49 ` [PULL Request] Devfreq Fixes for RC5+ MyungJoo Ham
  2016-06-21 22:26   ` Rafael J. Wysocki
  2016-06-22  4:50   ` MyungJoo Ham
@ 2016-06-23  2:23   ` MyungJoo Ham
  2016-06-23 12:53     ` Rafael J. Wysocki
  2 siblings, 1 reply; 5+ messages in thread
From: MyungJoo Ham @ 2016-06-23  2:23 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: rjw@rjwysocki.net, linux-pm@vger.kernel.org,
	rafael.j.wysocki@intel.com, lukasz.luba@arm.com,
	dan.carpenter@oracle.com, myungjoo.ham@gmail.com

[-- Attachment #1: Type: text/plain, Size: 5378 bytes --]

Here goes the pull request with updated commits:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

The following changes since commit 33688abb2802ff3a230bd2441f765477b94cc89e:

  Linux 4.7-rc4 (2016-06-19 21:30:02 -0700)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git fixes

for you to fetch changes up to 8d39fc085d268a56486066a3deca94745f804f2d:

  PM / devfreq: fix initialization of current frequency in last status (2016-06-22 13:53:00 +0900)

- ----------------------------------------------------------------
Pull jequest of PM / Devfreq fixes targetting Linux 4.7 RC 5+.

- ----------------------------------------------------------------
Cai Zhiyong (1):
      PM / devfreq: fix double call put_device

Dan Carpenter (1):
      PM / devfreq: exynos-nocp: Remove incorrect IS_ERR() check

Lukasz Luba (1):
      PM / devfreq: fix initialization of current frequency in last status

MyungJoo Ham (3):
      PM / devfreq: devm_kzalloc to have dev pointer more precisely
      PM / devfreq: fix duplicated kfree on devfreq pointer
      PM / devfreq: remove double put_device

 drivers/devfreq/devfreq.c           | 22 ++++++++++------------
 drivers/devfreq/event/exynos-nocp.c |  3 ---
 2 files changed, 10 insertions(+), 15 deletions(-)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJXa0fCAAoJEBOhurvWBoCK1w8P/2rgKLkv2OU/e2ryjmFWy3L1
+VvRlMrbtwSoHcSwUmf8pWtqT4zU7JKL7V8UNpoQ+O/Wgh3fEyGmOdSCDXv+zScz
WG3EcRyWG9pewn7atvIOdOt7ZbGaABmNR6DtLk4GUNjZ0QqH06T5TyBup0nzSM+P
nIANbWrBkUY7zqa+c2i3ewYtkKnn/TghQlDtzcA+O+kLe4E3ibYsmRhwm3K0UM7e
osXL7QyZDlRmnNw4r98JlGCWoKEtGyhaphEyPB+BDD+C7DOklrMCRtkGYp39EVva
IFfMwoA294PUE3MD0p52TkqGYrpKnrmMFGYu2vsngjsfeywMSFk00F0QruBP30eK
33pqXFQeEczTK2uZc+VUIij/AnxcA7uCGJf07F4oGM76zgbEDPHayVX8ZmaJ6iK8
24bMBbkThojJZBqLVXtor4E6mDhVB3sMtgaRdCKie7rOOYdMqTepytTu2ttJFJ3B
oUT/c0Lu6rww7g9f2a/1dZtQsHzmlgwQDYzOwhyIF2/UPW7cKdBFPIuxYdERZAKk
NP60U9j6v8Pordi9l+P599MH8UN1KxyrTLoTS4wJUmdKA4j1ZToYeuXAJMxqQn67
yqRIdQap1/wzKljc+yTykvubaUuGMA2eCu+M+tgkdZ1XVHLutCnWHzkQp4mzYiC1
8RSRqFKMmXsZbcHmDEDq
=QDWw
-----END PGP SIGNATURE-----

 
 
--------- Original Message ---------
Sender : Rafael J. Wysocki <rafael@kernel.org>
Date   : 2016-06-22 07:26 (GMT+9)
Title  : Re: [PULL Request] Devfreq Fixes for RC5+.
 
On Tue, Jun 21, 2016 at 7:49 AM, MyungJoo Ham <myungjoo.ham@samsung.com> wrote:
> Dear Rafael,
>
> Here goes a pull request of "PM / Devfreq Fixes" targetting RC5+.
 
You should sign off all of your commits and some of them are only
acked-by.  Can you please add the sign-offs as appropriate and sent
the request again?
 
Thanks,
Rafael
 
 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> The following changes since commit 33688abb2802ff3a230bd2441f765477b94cc89e:
>
>   Linux 4.7-rc4 (2016-06-19 21:30:02 -0700)
>
> are available in the git repository at:
>
>   https://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git fixes
>
> for you to fetch changes up to 72b2835bab6bb0f7688a78301ac1466c729cb1c9:
>
>   PM / devfreq: fix initialization of current frequency in last status (2016-06-21 14:25:30 +0900)
>
> - ----------------------------------------------------------------
> Pull Request of Devfreq Fixes (3.7 rc 5+) for Rafael Linux PM.
>
> - ----------------------------------------------------------------
> Cai Zhiyong (1):
>       PM / devfreq: fix double call put_device
>
> Dan Carpenter (1):
>       PM / devfreq: exynos-nocp: Remove incorrect IS_ERR() check
>
> Lukasz Luba (1):
>       PM / devfreq: fix initialization of current frequency in last status
>
> MyungJoo Ham (3):
>       PM / devfreq: devm_kzalloc to have dev pointer more precisely
>       PM / devfreq: fix duplicated kfree on devfreq pointer
>       PM / devfreq: remove double put_device
>
>  drivers/devfreq/devfreq.c           | 22 ++++++++++------------
>  drivers/devfreq/event/exynos-nocp.c |  3 ---
>  2 files changed, 10 insertions(+), 15 deletions(-)
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1
>
> iQIcBAEBAgAGBQJXaNMEAAoJEBOhurvWBoCK7zEQAJKBAEThlu6CdQEcN7duZE25
> DD2pGzSKQ5sq/RYg6Y0BUcyY3ltgenRzv93OHyGs4k2Su65rRhso7ClKv6stWdUo
> tfkWuvgH3Zjns0zllaknsCvl5izxRaYdCobmoDZ/omHvP3u9aLqbO7PAqonLQzX+
> /mqasQV02GSBgsgJiS6t5hR68oBEmGMeS6yiZhM1BAPkVqvxVpopgNxY3ZFjHW+Y
> IUzsleiivyU6hZjnJNwcRGJtq3uF+66YvDDM/7jUDAeDK1mFsmJo+kB9jTugLhvo
> B6ZkOfgG+s3GRQYVlq61NHxcO5FQ8qDmDpBLaANeitd6IffVJoPoFusUWnTXcq5W
> wxU/WOEgInRD2hb9yMTbzlFtJjSNPNM/yQSE7wSMFQgVIBoqVTL1ImWwfZKPhVCj
> VNwibytPUJmZD2gT97Kzhnz7o0DDA/YlljYbmcj3L/yL+myltXKFsR998K80OiGk
> byMehap5itfKmwU7WmgpUSCg2F0Kg9JcOAO8SR4J0RB39I1Uot5h6Hei6vbzf5al
> R4VFYyNtk5VuMydtEFwm8m5HeK1TFQxZiGxMricD5U9sA4sODIrAWxDBA8wKMU87
> y0rp3FPRUigPemzUIPXRSrwFpSltVFsdHt58/ZWLco1wTuV3bisbFP+qAwD9AwYr
> L+atxnliyfnmn7OHvZxR
> =BrZs
> -----END PGP SIGNATURE-----
 
 
 
--
MyungJoo Ham (함명주), Ph.D.
Developer eXperience Lab, S/W Platform Team, Software R&D Center
Samsung Electronics
Cell: +82-10-6714-2858
 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Re: [PULL Request] Devfreq Fixes for RC5+.
  2016-06-23  2:23   ` MyungJoo Ham
@ 2016-06-23 12:53     ` Rafael J. Wysocki
  0 siblings, 0 replies; 5+ messages in thread
From: Rafael J. Wysocki @ 2016-06-23 12:53 UTC (permalink / raw)
  To: Myungjoo Ham
  Cc: Rafael J. Wysocki, rjw@rjwysocki.net, linux-pm@vger.kernel.org,
	rafael.j.wysocki@intel.com, lukasz.luba@arm.com,
	dan.carpenter@oracle.com, myungjoo.ham@gmail.com

On Thu, Jun 23, 2016 at 4:23 AM, MyungJoo Ham <myungjoo.ham@samsung.com> wrote:
> Here goes the pull request with updated commits:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> The following changes since commit 33688abb2802ff3a230bd2441f765477b94cc89e:
>
>   Linux 4.7-rc4 (2016-06-19 21:30:02 -0700)
>
> are available in the git repository at:
>
>   https://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git fixes
>
> for you to fetch changes up to 8d39fc085d268a56486066a3deca94745f804f2d:
>
>   PM / devfreq: fix initialization of current frequency in last status (2016-06-22 13:53:00 +0900)

Pulled, thanks!

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-06-23 12:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <CGME20160621054943epcms1p5edf96fb3b2179a62bff867190bc6dc13@epcms1p5>
2016-06-21  5:49 ` [PULL Request] Devfreq Fixes for RC5+ MyungJoo Ham
2016-06-21 22:26   ` Rafael J. Wysocki
2016-06-22  4:50   ` MyungJoo Ham
2016-06-23  2:23   ` MyungJoo Ham
2016-06-23 12:53     ` 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