All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL REQUEST] for Rafael's Linux-PM / For-Next
       [not found] <CGME20171027003236epcms1p294d11fd0d6e074ec177abe903a2a91b8@epcms1p2>
@ 2017-10-27  0:32 ` MyungJoo Ham
  2017-10-27  8:00   ` Rafael J. Wysocki
  2017-10-30 10:20   ` Rafael J. Wysocki
  0 siblings, 2 replies; 5+ messages in thread
From: MyungJoo Ham @ 2017-10-27  0:32 UTC (permalink / raw)
  To: rafael, linux-pm; +Cc: Chanwoo Choi, myungjoo.ham

Dear Rafael,

Here goes a pull request from PM/devfreq mainly focussing on supporting OPP better.


Cheers,
MyungJoo

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

The following changes since commit bb176f67090ca54869fc1262c913aa69d2ede070:

  Linux 4.14-rc6 (2017-10-23 06:49:47 -0400)

are available in the git repository at:

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

for you to fetch changes up to aa7c352f9841ab3fee5bf1de127a45e6310124a6:

  PM / devfreq: Define the constant governor name (2017-10-26 17:08:40 +0900)

- ----------------------------------------------------------------
Pull Request from PM/devfreq to Linux-PM

- ----------------------------------------------------------------
Chanwoo Choi (7):
      PM / devfreq: Set min/max_freq when adding the devfreq device
      Revert "PM / devfreq: Add show_one macro to delete the duplicate code"
      PM / devfreq: Use the available min/max frequency
      PM / devfreq: Change return type of devfreq_set_freq_table()
      PM / devfreq: Show the all available frequencies
      PM / devfreq: Remove unneeded conditional statement
      PM / devfreq: Define the constant governor name

 drivers/devfreq/devfreq.c                 | 139 +++++++++++++++++++++---------
 drivers/devfreq/exynos-bus.c              |   5 +-
 drivers/devfreq/governor_passive.c        |   2 +-
 drivers/devfreq/governor_performance.c    |   2 +-
 drivers/devfreq/governor_powersave.c      |   2 +-
 drivers/devfreq/governor_simpleondemand.c |   2 +-
 drivers/devfreq/governor_userspace.c      |   2 +-
 drivers/devfreq/rk3399_dmc.c              |   2 +-
 include/linux/devfreq.h                   |  16 +++-
 9 files changed, 123 insertions(+), 49 deletions(-)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJZ8n08AAoJEBOhurvWBoCKCWUP+wcU5R/IxENbUf/pM5wykU3x
PCr67nJSa4Iohg22BzmJo0MkXC7AoNwajc/rPgYlrnHwd1arPcDKjF/Mi8+0cJNS
hRuqKW3w67+rbiBnYvhHeLT2U1Ik0CQPEICeNM/pn0yDUVMPIEQUpBS2W3ghx8OG
3sufqxqsyMESnYmHluJAE9G3cFhxPipMNkd+cSA/xzqQxGO0ALsXAdSc/XJv9zVE
beiNIKz137XyddHA2Rwbcs9EL6swf6oDj6qPvXjsPPncG+pxoXydMmvjY5veMgW2
Hc49iTXLk2/srKIfhkpTyVHN4Y0MeDHJRwNaUm4i6OpWlZWR5J5tBw0mQYFLa81p
X9K5mtu6YllVu2MV+hEe6sqgDVVEnii1tQJ5uNDrT028/24Pe84LQGZvqNwBn2wP
APqvDQjCZObw0CS/RqVSKUvAmOS3+HmYJJEwaBmhK1j+ga4iFg1/MIDsFfuVEZIC
fhTw4TMbhsBHKqT1uRoHfS55q+hGXIMqtd1ZgvY/Cu/gX7h8ZKeW5ehVaJ/WA6iP
wLAf3WQHWgClDbe9mIU4nMQVrcp4DV3abQvbIzHzHOLN2HVwOgF2aX6wci95Iz1L
gWt6iP2ZhMqX19erIUp9W7B2WSGMto/vAA7Lhrm/w3nFl54f3r8wLoREBifjrRs/
2gBILsa/5o/eZOjcbayI
=J1Ix
-----END PGP SIGNATURE-----

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

* Re: [PULL REQUEST] for Rafael's Linux-PM / For-Next
  2017-10-27  0:32 ` [PULL REQUEST] for Rafael's Linux-PM / For-Next MyungJoo Ham
@ 2017-10-27  8:00   ` Rafael J. Wysocki
  2017-10-30 10:20   ` Rafael J. Wysocki
  1 sibling, 0 replies; 5+ messages in thread
From: Rafael J. Wysocki @ 2017-10-27  8:00 UTC (permalink / raw)
  To: Myungjoo Ham; +Cc: rafael, linux-pm, Chanwoo Choi, myungjoo.ham

On Fri, Oct 27, 2017 at 2:32 AM, MyungJoo Ham <myungjoo.ham@samsung.com> wrote:
> Dear Rafael,
>
> Here goes a pull request from PM/devfreq mainly focussing on supporting OPP better.

Thanks!

I will pull when I'm back home, likely on Sunday.


> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> The following changes since commit bb176f67090ca54869fc1262c913aa69d2ede070:
>
>   Linux 4.14-rc6 (2017-10-23 06:49:47 -0400)
>
> are available in the git repository at:
>
>   https://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git tags/pullreq_20171026
>
> for you to fetch changes up to aa7c352f9841ab3fee5bf1de127a45e6310124a6:
>
>   PM / devfreq: Define the constant governor name (2017-10-26 17:08:40 +0900)
>
> - ----------------------------------------------------------------
> Pull Request from PM/devfreq to Linux-PM
>
> - ----------------------------------------------------------------
> Chanwoo Choi (7):
>       PM / devfreq: Set min/max_freq when adding the devfreq device
>       Revert "PM / devfreq: Add show_one macro to delete the duplicate code"
>       PM / devfreq: Use the available min/max frequency
>       PM / devfreq: Change return type of devfreq_set_freq_table()
>       PM / devfreq: Show the all available frequencies
>       PM / devfreq: Remove unneeded conditional statement
>       PM / devfreq: Define the constant governor name
>
>  drivers/devfreq/devfreq.c                 | 139 +++++++++++++++++++++---------
>  drivers/devfreq/exynos-bus.c              |   5 +-
>  drivers/devfreq/governor_passive.c        |   2 +-
>  drivers/devfreq/governor_performance.c    |   2 +-
>  drivers/devfreq/governor_powersave.c      |   2 +-
>  drivers/devfreq/governor_simpleondemand.c |   2 +-
>  drivers/devfreq/governor_userspace.c      |   2 +-
>  drivers/devfreq/rk3399_dmc.c              |   2 +-
>  include/linux/devfreq.h                   |  16 +++-
>  9 files changed, 123 insertions(+), 49 deletions(-)
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1
>
> iQIcBAEBAgAGBQJZ8n08AAoJEBOhurvWBoCKCWUP+wcU5R/IxENbUf/pM5wykU3x
> PCr67nJSa4Iohg22BzmJo0MkXC7AoNwajc/rPgYlrnHwd1arPcDKjF/Mi8+0cJNS
> hRuqKW3w67+rbiBnYvhHeLT2U1Ik0CQPEICeNM/pn0yDUVMPIEQUpBS2W3ghx8OG
> 3sufqxqsyMESnYmHluJAE9G3cFhxPipMNkd+cSA/xzqQxGO0ALsXAdSc/XJv9zVE
> beiNIKz137XyddHA2Rwbcs9EL6swf6oDj6qPvXjsPPncG+pxoXydMmvjY5veMgW2
> Hc49iTXLk2/srKIfhkpTyVHN4Y0MeDHJRwNaUm4i6OpWlZWR5J5tBw0mQYFLa81p
> X9K5mtu6YllVu2MV+hEe6sqgDVVEnii1tQJ5uNDrT028/24Pe84LQGZvqNwBn2wP
> APqvDQjCZObw0CS/RqVSKUvAmOS3+HmYJJEwaBmhK1j+ga4iFg1/MIDsFfuVEZIC
> fhTw4TMbhsBHKqT1uRoHfS55q+hGXIMqtd1ZgvY/Cu/gX7h8ZKeW5ehVaJ/WA6iP
> wLAf3WQHWgClDbe9mIU4nMQVrcp4DV3abQvbIzHzHOLN2HVwOgF2aX6wci95Iz1L
> gWt6iP2ZhMqX19erIUp9W7B2WSGMto/vAA7Lhrm/w3nFl54f3r8wLoREBifjrRs/
> 2gBILsa/5o/eZOjcbayI
> =J1Ix
> -----END PGP SIGNATURE-----

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

* Re: [PULL REQUEST] for Rafael's Linux-PM / For-Next
  2017-10-27  0:32 ` [PULL REQUEST] for Rafael's Linux-PM / For-Next MyungJoo Ham
  2017-10-27  8:00   ` Rafael J. Wysocki
@ 2017-10-30 10:20   ` Rafael J. Wysocki
  1 sibling, 0 replies; 5+ messages in thread
From: Rafael J. Wysocki @ 2017-10-30 10:20 UTC (permalink / raw)
  To: Myungjoo Ham; +Cc: rafael, linux-pm, Chanwoo Choi, myungjoo.ham

On Fri, Oct 27, 2017 at 2:32 AM, MyungJoo Ham <myungjoo.ham@samsung.com> wrote:
> Dear Rafael,
>
> Here goes a pull request from PM/devfreq mainly focussing on supporting OPP better.
>
>
> Cheers,
> MyungJoo
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> The following changes since commit bb176f67090ca54869fc1262c913aa69d2ede070:
>
>   Linux 4.14-rc6 (2017-10-23 06:49:47 -0400)
>
> are available in the git repository at:
>
>   https://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git tags/pullreq_20171026
>
> for you to fetch changes up to aa7c352f9841ab3fee5bf1de127a45e6310124a6:
>
>   PM / devfreq: Define the constant governor name (2017-10-26 17:08:40 +0900)
>
> - ----------------------------------------------------------------
> Pull Request from PM/devfreq to Linux-PM
>
> - ----------------------------------------------------------------
> Chanwoo Choi (7):
>       PM / devfreq: Set min/max_freq when adding the devfreq device
>       Revert "PM / devfreq: Add show_one macro to delete the duplicate code"
>       PM / devfreq: Use the available min/max frequency
>       PM / devfreq: Change return type of devfreq_set_freq_table()
>       PM / devfreq: Show the all available frequencies
>       PM / devfreq: Remove unneeded conditional statement
>       PM / devfreq: Define the constant governor name

Pulled, thanks!

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

* Re: [PULL REQUEST] for Rafael's Linux-PM / For-Next
  2017-08-28  2:56 ` MyungJoo Ham
@ 2017-08-28 22:28   ` Rafael J. Wysocki
  0 siblings, 0 replies; 5+ messages in thread
From: Rafael J. Wysocki @ 2017-08-28 22:28 UTC (permalink / raw)
  To: Myungjoo Ham; +Cc: rafael, robh, Chanwoo Choi, linux-pm, myungjoo.ham

Hi,

On Mon, Aug 28, 2017 at 4:56 AM, MyungJoo Ham <myungjoo.ham@samsung.com> wrote:
> Dear Rafael,
>
> Here goes a pull request from PM/devfreq with trivial fixes
> - printk formatting error
> - move private function from shared header to priviate header
> - add dependency (Kconfig) on OPP as it becomes mandatory (OPP being widely adopted)
> - fix memory leak

Pulled, thanks!

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

* [PULL REQUEST] for Rafael's Linux-PM / For-Next
       [not found] <CGME20170828025652epcms1p26fcf887eb41cf3a620b0ef40baa9eb5b@epcms1p2>
@ 2017-08-28  2:56 ` MyungJoo Ham
  2017-08-28 22:28   ` Rafael J. Wysocki
  0 siblings, 1 reply; 5+ messages in thread
From: MyungJoo Ham @ 2017-08-28  2:56 UTC (permalink / raw)
  To: rafael, robh, Chanwoo Choi; +Cc: linux-pm, myungjoo.ham

Dear Rafael,

Here goes a pull request from PM/devfreq with trivial fixes
- printk formatting error
- move private function from shared header to priviate header
- add dependency (Kconfig) on OPP as it becomes mandatory (OPP being widely adopted)
- fix memory leak

Cheers,
MyungJoo

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

The following changes since commit 14ccee78fc82f5512908f4424f541549a5705b89:

  Linux 4.13-rc6 (2017-08-20 14:13:52 -0700)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git for-next

for you to fetch changes up to 9e14de1077e9c34f141cf98bdba60cdd5193d962:

  PM / devfreq: Fix memory leak when fail to register device (2017-08-28 10:31:08 +0900)

- ----------------------------------------------------------------
Chanwoo Choi (3):
      PM / devfreq: Move private devfreq_update_stats() into devfreq
      PM / devfreq: Add dependency on PM_OPP
      PM / devfreq: Fix memory leak when fail to register device

Rob Herring (1):
      PM / devfreq: Convert to using %pOF instead of full_name

 drivers/devfreq/Kconfig         |  1 +
 drivers/devfreq/devfreq-event.c |  4 ++--
 drivers/devfreq/devfreq.c       |  5 ++++-
 drivers/devfreq/governor.h      |  4 ++++
 include/linux/devfreq.h         | 13 -------------
 5 files changed, 11 insertions(+), 16 deletions(-)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJZo3Y1AAoJEBOhurvWBoCK40EP/iwDOHQGyNGZbTGxpkGkFBeH
h2Az1RG2Ww5Xa5zvUM5WZZwTkDEvmGbWVf0GAHOeIpTxNCOZ4VPC+1JInjECY5+J
wkQjESQicLFPbTSj7qAia197VdN551RpFo3UvCH3Ryv1EEfjlfBboeSh5V/ZMkDE
ACm0A+9EMMhHQXhWMRn5MrT/uWxBtHSeu8lQcgK4ynELXmGOfkiodZ1+xErdVR1m
dmf0/V97Mbs8gEYf/pBDmsibZCtqRtkh55aan/I7Z667weiu45/FHMYl0N5DCzV9
aKnhhqcF2E4Ug5POrI9u+NLKDN4r9AHGG7n97bAXEtdk36yp49uUamPVGGq3HM9e
YGfqTswlr6Df8RKtfpOxJHy9D2sjhr47973QIqPZ4igad9Dr96BK0/B1rOj7TATH
s6WJK9Y8Hasqjzr+eroWxtBkrEnbT4YwBRQGiP8MDjGUmtmwGVlMEqQI8ga0Wex/
UYSQWXd3etVyjejgXTBKYVekiszQs3E5D3n5lNaKqdv+Yx3dIInnSTdLRhe/cKpd
MsgHgIt75rqlspzw22iN3NrMv1Vcm6cwZQwdx5FbKplvR0g1vShUs3DVCV7u0lUc
JrxYT2Pd69Ec/vG7zlgHaX8E6jJlwqRdhfj86gPbyM5h+22Wr+Q2kym30Vvrgzoh
gRctHBaSrh1FaaLKjyBc
=VD87
-----END PGP SIGNATURE-----

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

end of thread, other threads:[~2017-10-30 10:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20171027003236epcms1p294d11fd0d6e074ec177abe903a2a91b8@epcms1p2>
2017-10-27  0:32 ` [PULL REQUEST] for Rafael's Linux-PM / For-Next MyungJoo Ham
2017-10-27  8:00   ` Rafael J. Wysocki
2017-10-30 10:20   ` Rafael J. Wysocki
     [not found] <CGME20170828025652epcms1p26fcf887eb41cf3a620b0ef40baa9eb5b@epcms1p2>
2017-08-28  2:56 ` MyungJoo Ham
2017-08-28 22:28   ` Rafael J. Wysocki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.