linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Pull Request for PM / devfreq, 4.3 RCx
@ 2015-09-11  6:11 MyungJoo Ham
  2015-09-11 22:20 ` Rafael J. Wysocki
  0 siblings, 1 reply; 4+ messages in thread
From: MyungJoo Ham @ 2015-09-11  6:11 UTC (permalink / raw)
  To: rafael.j.wysocki, linux-pm
  Cc: rjw, myungjoo.ham, javi.merino, yexl, 최찬우

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

The following changes since commit 64291f7db5bd8150a74ad2036f1037e6a0428df2:

  Linux 4.2 (2015-08-30 11:34:09 -0700)

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 5f25f066f75a67835abb5e400471a27abd09395b:

  PM / devfreq: Fix incorrect type issue. (2015-09-11 14:23:30 +0900)

- ----------------------------------------------------------------
Pull Request of Devfreq for Linux 4.3 / PM

- ----------------------------------------------------------------
Chanwoo Choi (2):
      PM / devfreq: exynos-ppmu: Add the support of PPMUv2 for Exynos5433
      PM / devfreq: exynos-ppmu: Update documentation to support PPMUv2

Javi Merino (2):
      PM / devfreq: cache the last call to get_dev_status()
      PM / devfreq: drop comment about thermal setting max_freq

Javier Martinez Canillas (1):
      PM / devfreq: event: Remove incorrect property in exynos-ppmu DT binding

MyungJoo Ham (3):
      PM / devfreq: exynos-ppmu: bit-wise operation bugfix.
      PM / devfreq: comments for get_dev_status usage updated
      PM / devfreq: tegra: Update governor to use devfreq_update_stats()

Viresh Kumar (1):
      PM / devfreq: Drop unlikely before IS_ERR(_OR_NULL)

Xiaolong Ye (1):
      PM / devfreq: Fix incorrect type issue.

 .../bindings/devfreq/event/exynos-ppmu.txt         |  43 +++++-
 drivers/devfreq/devfreq.c                          |  12 +-
 drivers/devfreq/event/exynos-ppmu.c                | 171 ++++++++++++++++++++-
 drivers/devfreq/event/exynos-ppmu.h                |  70 +++++++++
 drivers/devfreq/governor_simpleondemand.c          |  33 ++--
 drivers/devfreq/tegra-devfreq.c                    |   8 +-
 include/linux/devfreq.h                            |  24 ++-
 7 files changed, 326 insertions(+), 35 deletions(-)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJV8mpTAAoJEBOhurvWBoCKMNoP/1FfBemnYfhRaadc5U/7bE9+
GB3Rgp6jDaZdar/6pCX30LaBeAO2v7+8mW/8oLj2zn7BjQ16Y52h7K/VnELGhoOk
0XlhZTvHGfhSYE2Ndkab23yLBnEAOERQJFJ+nDNblo6XlroYU/wGXHzoMmDgNv+n
IYqgPbGUDfHIW0F9UdxxnaUzvUPhaXfOcrs+/SqVoirQPXzBA39ddmLkO8D8SkED
SPA2bE14aYxcsGHtuFFPPAaQOVo//JSZIlCaq0F2NAUppD4lDcMufCHKJ4IuyoZs
/qKzY2LiPqK1aWG7MdgGgqTMir/hgED+cZ3Tx2MGYZH6wT49ASuKqCHziWklje2K
3zvtXwwmbTWJLdX0c84UIEGPDapng43loJr2Wt358UN3BeFBlFd2B2BYXhfMyj43
DhvB11j4s8nmVDhLyfzLl2K1mYOQuOOlqi4tFFWBEwEUparb18c4kryWzZcXhcZh
eIzD0st4T1wkHg9B/syAJ/5UmeR6USOn/Eo8QTDiouAX8PtTrgbywq1u7vEmHmbw
1Y1E9fFTzz6lIMCnb4I7Ld78Pi8SpXX9wMGIGfLsZZrcIi4AgwGtmeTIByXEzolL
chGM1WG2Dtzq6ip0w6xB1yTRigw20vGX1b/ZVRdZO4Znix6nQnKKCxU6iOySP9GM
FuAl2YnM4T5gE6H9Ob6Z
=2wVM
-----END PGP SIGNATURE-----

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

* Re: Pull Request for PM / devfreq, 4.3 RCx
  2015-09-11  6:11 Pull Request for PM / devfreq, 4.3 RCx MyungJoo Ham
@ 2015-09-11 22:20 ` Rafael J. Wysocki
  2015-09-15  0:01   ` Rafael J. Wysocki
  0 siblings, 1 reply; 4+ messages in thread
From: Rafael J. Wysocki @ 2015-09-11 22:20 UTC (permalink / raw)
  To: myungjoo.ham
  Cc: rafael.j.wysocki, linux-pm, myungjoo.ham, javi.merino, yexl,
	최찬우

On Friday, September 11, 2015 06:11:29 AM MyungJoo Ham wrote:
> The following changes since commit 64291f7db5bd8150a74ad2036f1037e6a0428df2:
> 
>   Linux 4.2 (2015-08-30 11:34:09 -0700)
> 
> 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 5f25f066f75a67835abb5e400471a27abd09395b:
> 
>   PM / devfreq: Fix incorrect type issue. (2015-09-11 14:23:30 +0900)
> 
> ----------------------------------------------------------------
> Pull Request of Devfreq for Linux 4.3 / PM

I've just sent my second pull request for 4.3-rc1 to Linus and I won't be able
to sent another one before the -rc1 is out.  Had I received this two days ago,
it would have made it just fine.

I'll pull it on Monday.

> ----------------------------------------------------------------
> Chanwoo Choi (2):
>       PM / devfreq: exynos-ppmu: Add the support of PPMUv2 for Exynos5433
>       PM / devfreq: exynos-ppmu: Update documentation to support PPMUv2
> 
> Javi Merino (2):
>       PM / devfreq: cache the last call to get_dev_status()
>       PM / devfreq: drop comment about thermal setting max_freq
> 
> Javier Martinez Canillas (1):
>       PM / devfreq: event: Remove incorrect property in exynos-ppmu DT binding
> 
> MyungJoo Ham (3):
>       PM / devfreq: exynos-ppmu: bit-wise operation bugfix.
>       PM / devfreq: comments for get_dev_status usage updated
>       PM / devfreq: tegra: Update governor to use devfreq_update_stats()
> 
> Viresh Kumar (1):
>       PM / devfreq: Drop unlikely before IS_ERR(_OR_NULL)
> 
> Xiaolong Ye (1):
>       PM / devfreq: Fix incorrect type issue.
> 
>  .../bindings/devfreq/event/exynos-ppmu.txt         |  43 +++++-
>  drivers/devfreq/devfreq.c                          |  12 +-
>  drivers/devfreq/event/exynos-ppmu.c                | 171 ++++++++++++++++++++-
>  drivers/devfreq/event/exynos-ppmu.h                |  70 +++++++++
>  drivers/devfreq/governor_simpleondemand.c          |  33 ++--
>  drivers/devfreq/tegra-devfreq.c                    |   8 +-
>  include/linux/devfreq.h                            |  24 ++-
>  7 files changed, 326 insertions(+), 35 deletions(-)

Thanks,
Rafael


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

* Re: Pull Request for PM / devfreq, 4.3 RCx
  2015-09-11 22:20 ` Rafael J. Wysocki
@ 2015-09-15  0:01   ` Rafael J. Wysocki
  0 siblings, 0 replies; 4+ messages in thread
From: Rafael J. Wysocki @ 2015-09-15  0:01 UTC (permalink / raw)
  To: myungjoo.ham
  Cc: rafael.j.wysocki, linux-pm, myungjoo.ham, javi.merino, yexl,
	최찬우

On Saturday, September 12, 2015 12:20:31 AM Rafael J. Wysocki wrote:
> On Friday, September 11, 2015 06:11:29 AM MyungJoo Ham wrote:
> > The following changes since commit 64291f7db5bd8150a74ad2036f1037e6a0428df2:
> > 
> >   Linux 4.2 (2015-08-30 11:34:09 -0700)
> > 
> > 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 5f25f066f75a67835abb5e400471a27abd09395b:
> > 
> >   PM / devfreq: Fix incorrect type issue. (2015-09-11 14:23:30 +0900)
> > 
> > ----------------------------------------------------------------
> > Pull Request of Devfreq for Linux 4.3 / PM
> 
> I've just sent my second pull request for 4.3-rc1 to Linus and I won't be able
> to sent another one before the -rc1 is out.  Had I received this two days ago,
> it would have made it just fine.
> 
> I'll pull it on Monday.

Pulled, but got a conflict.

Please check the conflict resolution my bleeding-edge branch and let me know
if that's not the right one.

Thanks,
Rafael


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

* Re: Pull Request for PM / devfreq, 4.3 RCx
  2015-09-15  1:33 MyungJoo Ham
@ 2015-09-16  1:04 ` Rafael J. Wysocki
  0 siblings, 0 replies; 4+ messages in thread
From: Rafael J. Wysocki @ 2015-09-16  1:04 UTC (permalink / raw)
  To: myungjoo.ham
  Cc: rafael.j.wysocki@intel.com, linux-pm@vger.kernel.org,
	myungjoo.ham@gmail.com, javi.merino@arm.com, yexl@marvell.com,
	최찬우

On Tuesday, September 15, 2015 01:33:40 AM MyungJoo Ham wrote:
> > On Saturday, September 12, 2015 12:20:31 AM Rafael J. Wysocki wrote:
> > > On Friday, September 11, 2015 06:11:29 AM MyungJoo Ham wrote:
> > > > The following changes since commit 64291f7db5bd8150a74ad2036f1037e6a0428df2:
> > > > 
> > > >   Linux 4.2 (2015-08-30 11:34:09 -0700)
> > > > 
> > > > 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 5f25f066f75a67835abb5e400471a27abd09395b:
> > > > 
> > > >   PM / devfreq: Fix incorrect type issue. (2015-09-11 14:23:30 +0900)
> > > > 
> > > > ----------------------------------------------------------------
> > > > Pull Request of Devfreq for Linux 4.3 / PM
> > > 
> > > I've just sent my second pull request for 4.3-rc1 to Linus and I won't be able
> > > to sent another one before the -rc1 is out.  Had I received this two days ago,
> > > it would have made it just fine.
> > > 
> > > I'll pull it on Monday.
> > 
> > Pulled, but got a conflict.
> > 
> > Please check the conflict resolution my bleeding-edge branch and let me know
> > if that's not the right one.
> > 
> > Thanks,
> > Rafael
> > 
> 
> Diff shows no differences in devfreq related files and
> each commit is intact. I guess it is simply because pm-devfreq
> had old commits not included in 4.2.
> 
> So, that's the right one.

OK, thanks!

Rafael


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

end of thread, other threads:[~2015-09-16  0:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-11  6:11 Pull Request for PM / devfreq, 4.3 RCx MyungJoo Ham
2015-09-11 22:20 ` Rafael J. Wysocki
2015-09-15  0:01   ` Rafael J. Wysocki
  -- strict thread matches above, loose matches on Subject: below --
2015-09-15  1:33 MyungJoo Ham
2015-09-16  1:04 ` 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;
as well as URLs for NNTP newsgroup(s).