mbox series

[Pull,Request] For Rafael's Linux/PM

Message ID 1746807975.41538443981993.JavaMail.epsvc@epcpmgr02 (mailing list archive)
State Not Applicable, archived
Headers show
Series [Pull,Request] For Rafael's Linux/PM | expand

Pull-request

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

Message

MyungJoo Ham Oct. 2, 2018, 1:27 a.m. UTC
Dear Rafael,


Here goes the pull request from PM / devfreq to Linux / PM, for next.

This mainly has follow-ups for recent Linux changes in a few APIs (thermal, kfree, dev*, ...).


Cheers,
MyungJoo


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

The following changes since commit 17b57b1883c1285f3d0dc2266e8f79286a7bef38:

  Linux 4.19-rc6 (2018-09-30 07:15:35 -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 8188b154f95014dae4d19892fefb202c8df3f885:

  PM / devfreq: remove redundant null pointer check before kfree (2018-10-02 10:16:41 +0900)

- ----------------------------------------------------------------
Bjorn Andersson (1):
      PM / devfreq: Drop custom MIN/MAX macros

Enric Balletbo i Serra (1):
      PM / devfreq: Fix devfreq_add_device() when drivers are built as modules.

Matthias Kaehlcke (3):
      PM / devfreq: Fix handling of min/max_freq == 0
      PM / devfreq: Don't adjust to user limits in governors
      PM / devfreq: Make update_devfreq() public

Rob Herring (1):
      PM / devfreq: Convert to using %pOFn instead of device_node.name

Vincent Donnefort (1):
      PM / devfreq: stopping the governor before device_unregister()

zhong jiang (1):
      PM / devfreq: remove redundant null pointer check before kfree

 drivers/devfreq/devfreq.c                 | 118 ++++++++++++++++++++++--------
 drivers/devfreq/event/exynos-ppmu.c       |   4 +-
 drivers/devfreq/governor.h                |   6 +-
 drivers/devfreq/governor_performance.c    |   5 +-
 drivers/devfreq/governor_powersave.c      |   2 +-
 drivers/devfreq/governor_simpleondemand.c |  12 +--
 drivers/devfreq/governor_userspace.c      |  16 +---
 include/linux/devfreq.h                   |   8 ++
 8 files changed, 110 insertions(+), 61 deletions(-)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJbsse1AAoJEBOhurvWBoCKe/kP/0GdwqPX8BtDXjZHXDFUB6wI
eO0/gmt9ErZUbxE0ftxO2NCrw9IH1QA+M6PR19CjwpXPeFy0i1VPJn9XJWGRk441
P5y8clIhIN4G+IaOjicbsX8Ivrozh8gWTH7MvECpV9uqiMyzfVrLngRVHphlKGWh
aEbMs8lOHxBv1aOzOKUM5eYVEcXfnJfRHS89UsflQrii2tlsgWY8zi5ZpsRl1XME
VlXv8hdylBpDuHBd8fxn23F5AHtyTaY8uKFcwZEtB7ViPbuphKk58yuuFlVtQj8s
Eck8hzooFk2wDQKRu6cmt+TMrExIh7kJYEqTomQHFQ8kMIQ25B2CIY+HUyTKdY8E
mnT0LbrUXjGDWHxBPJMk/eFlGpXRCR46nJY682Uscvv5rFv9Oitd0O1pHGmKEasx
pFf6LYrnFRZDZGyitDcjlcT9SX2pIUSLTC5Id1+y7rDo9t+wl7bhdcoz49kHwI7W
K9dzrsgGO3HhtiI6dNLAqKlyu6BNVMXd7qhMHqixZ4WCdlLeZV8vHzokmQWL88C7
hzUnPIC4QCSC3qIVM32Ade75P6weTJ5utOq1rgxUXaYmxt9knirlGsZUFK8ZHfVX
YBWnL+pGTJlHr4YJ2/9Ebu/jtFgwtL1jXqNQCW0HtjenxIFJBVA5X7ELOuP+s7Qc
K6/0Y4qoxx1xVbj2zPl5
=pr05
-----END PGP SIGNATURE-----

Comments

Rafael J. Wysocki Oct. 2, 2018, 6:10 a.m. UTC | #1
On Tue, Oct 2, 2018 at 3:33 AM MyungJoo Ham <myungjoo.ham@samsung.com> wrote:
>
> Dear Rafael,
>
>
> Here goes the pull request from PM / devfreq to Linux / PM, for next.
>
> This mainly has follow-ups for recent Linux changes in a few APIs (thermal, kfree, dev*, ...).

Pulled, thanks!