mbox series

[Pull,Request] for Rafael, Linux-PM, from devfreq.

Message ID 20190417022610epcms1p620ea173956cd58582ab4ceb47c55e4db@epcms1p6 (mailing list archive)
State Accepted, archived
Delegated to: Rafael Wysocki
Headers show
Series [Pull,Request] for Rafael, Linux-PM, from devfreq. | expand

Pull-request

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

Message

MyungJoo Ham April 17, 2019, 2:26 a.m. UTC
Dear Rafael,

Here goes a pull-request for next / Linux-PM.


Cheers,
MyungJoo

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

The following changes since commit dc4060a5dc2557e6b5aa813bf5b73677299d62d2:

  Linux 5.1-rc5 (2019-04-14 15:17:41 -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 cf451adfa392bd9ba36f31659dbe6a5010b46ef9:

  PM / devfreq: add tracing for scheduling work (2019-04-16 09:29:18 +0900)

- ----------------------------------------------------------------
Enric Balletbo i Serra (3):
      PM / devfreq: Fix static checker warning in try_then_request_governor
      PM / devfreq: rockchip-dfi: Move GRF definitions to a common place.
      PM / devfreq: rk3399_dmc: Pass ODT and auto power down parameters to TF-A.

Lukasz Luba (2):
      trace: events: add devfreq trace event file
      PM / devfreq: add tracing for scheduling work

Marek Szyprowski (1):
      PM / devfreq: exynos-bus: Suspend all devices on system shutdown

MyungJoo Ham (1):
      PM / devfreq: consistent indentation

Rob Herring (1):
      PM / devfreq: Use of_node_name_eq for node name comparisons

Saravana Kannan (1):
      PM / devfreq: Restart previous governor if new governor fails to start

Yangtao Li (5):
      PM / devfreq: fix mem leak in devfreq_add_device()
      PM / devfreq: fix missing check of return value in devfreq_add_device()
      PM / devfreq: rk3399_dmc: remove unneeded semicolon
      PM / devfreq: rockchip-dfi: remove unneeded semicolon
      PM / devfreq: tegra: remove unneeded variable

 MAINTAINERS                          |  1 +
 drivers/devfreq/devfreq-event.c      |  2 +-
 drivers/devfreq/devfreq.c            | 90 +++++++++++++++++++++++-------------
 drivers/devfreq/event/exynos-ppmu.c  |  2 +-
 drivers/devfreq/event/rockchip-dfi.c | 25 ++++------
 drivers/devfreq/exynos-bus.c         |  8 ++++
 drivers/devfreq/rk3399_dmc.c         | 73 ++++++++++++++++++++++++++++-
 drivers/devfreq/tegra-devfreq.c      |  7 +--
 include/soc/rockchip/rk3399_grf.h    | 21 +++++++++
 include/soc/rockchip/rockchip_sip.h  |  1 +
 include/trace/events/devfreq.h       | 40 ++++++++++++++++
 11 files changed, 213 insertions(+), 57 deletions(-)
 create mode 100644 include/soc/rockchip/rk3399_grf.h
 create mode 100644 include/trace/events/devfreq.h
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJctoG3AAoJEBOhurvWBoCK0EIQAI4FrdkJE3lHjsfyCeCxVlNE
8/G3PdY8FtqRjfjQGZnqjfXRb8yVrRninG2V2NVXEX/x4+P6MTqztnWFwF0CSrLB
PKTW0yjQzoD4qfu0bVxfD8Zy2iodJWtsVKyy8LnsWEMfZSxd/25+mJr/eIVHpQq1
g2ESlgbMIos1Vuq+NV0S4Z+oJXb7SMD/swqvSBVfebrE9WEsrwECFXLRcTxmb0ag
1YWx07g/DZ/jCN5OFtHrSsNtF9D7Gh/vNq5tEaIV9BzjYsiI1wC7Z3unVTUL1bKz
W8eL5Fkpi6b1w9+Ivb76pCbobZlzGI6YMBNzWQaaXoi85S+0DBkNeroOC2Eni+/1
7wB5krOS36aQIZJh/q1cV2k4Ekb2QV81BycDpSCLzIs8ACkHo7lNjIeLt56CGZQp
qo6oRH487SmH5MF2Q2kT6eoBYe8b/AjECpb69jk0JHD+6uwCCIKhmXIPDcTb73v+
x5pXhiQ8MH99IsUuaJ8LgCMxjjlrGfkbTzBhm02evsMV1gQz72oDtLzW5pqg9uFp
lBh54CgWp13hlm9UELgY44HYCcUk5mvB0R8w+hkBPyZY2IjCcEjeS6+xTVDjvYKd
KrnP0qYbx1+pZMdwwlkrqk1+UXMmdy5CHQAZRT4FgqxhgH3MDA2ObHV8P82ruQCp
ZmsWNOY1z6CH6Eiv8A2j
=WOOn
-----END PGP SIGNATURE-----


--
MyungJoo Ham (함명주), Ph.D.
On-Device Lab, Platform Team, Samsung Research.
Cell: +82-10-6714-2858

Comments

Rafael J. Wysocki April 17, 2019, 8:10 a.m. UTC | #1
On Wed, Apr 17, 2019 at 4:26 AM MyungJoo Ham <myungjoo.ham@samsung.com> wrote:
>
> Dear Rafael,
>
> Here goes a pull-request for next / Linux-PM.
>
>
> Cheers,
> MyungJoo
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> The following changes since commit dc4060a5dc2557e6b5aa813bf5b73677299d62d2:
>
>   Linux 5.1-rc5 (2019-04-14 15:17:41 -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 cf451adfa392bd9ba36f31659dbe6a5010b46ef9:
>
>   PM / devfreq: add tracing for scheduling work (2019-04-16 09:29:18 +0900)

Pulled, thanks!

That said, next time can you please provide a high-level brief
description of what's being changed, so I can add it to my merge?

Cheers,
Rafael
MyungJoo Ham April 17, 2019, 8:13 a.m. UTC | #2
>On Wed, Apr 17, 2019 at 4:26 AM MyungJoo Ham <myungjoo.ham@samsung.com> wrote:
>>
>> Dear Rafael,
>>
>> Here goes a pull-request for next / Linux-PM.
>>
>>
>> Cheers,
>> MyungJoo
>>
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> The following changes since commit dc4060a5dc2557e6b5aa813bf5b73677299d62d2:
>>
>>   Linux 5.1-rc5 (2019-04-14 15:17:41 -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 cf451adfa392bd9ba36f31659dbe6a5010b46ef9:
>>
>>   PM / devfreq: add tracing for scheduling work (2019-04-16 09:29:18 +0900)
>
>Pulled, thanks!
>
>That said, next time can you please provide a high-level brief
>description of what's being changed, so I can add it to my merge?
>
>Cheers,
>Rafael

Sorry for missing that part in the mail message; I forgot to add it
from the tag message.

It's

This includes:
- Number of bugfixes (mainly on exception handling or styles)
- Exynos-bus: fix issues related with shutdown/reboot
- Rockchip-dfi: code refactoring
- RK3399: support trusted firmware
- Added trace support for devfreq-event


Cheers,
MyungJoo
Rafael J. Wysocki April 17, 2019, 8:16 a.m. UTC | #3
On Wed, Apr 17, 2019 at 10:13 AM MyungJoo Ham <myungjoo.ham@samsung.com> wrote:
>
> >On Wed, Apr 17, 2019 at 4:26 AM MyungJoo Ham <myungjoo.ham@samsung.com> wrote:
> >>
> >> Dear Rafael,
> >>
> >> Here goes a pull-request for next / Linux-PM.
> >>
> >>
> >> Cheers,
> >> MyungJoo
> >>
> >> -----BEGIN PGP SIGNED MESSAGE-----
> >> Hash: SHA1
> >>
> >> The following changes since commit dc4060a5dc2557e6b5aa813bf5b73677299d62d2:
> >>
> >>   Linux 5.1-rc5 (2019-04-14 15:17:41 -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 cf451adfa392bd9ba36f31659dbe6a5010b46ef9:
> >>
> >>   PM / devfreq: add tracing for scheduling work (2019-04-16 09:29:18 +0900)
> >
> >Pulled, thanks!
> >
> >That said, next time can you please provide a high-level brief
> >description of what's being changed, so I can add it to my merge?
> >
> >Cheers,
> >Rafael
>
> Sorry for missing that part in the mail message; I forgot to add it
> from the tag message.
>
> It's
>
> This includes:
> - Number of bugfixes (mainly on exception handling or styles)
> - Exynos-bus: fix issues related with shutdown/reboot
> - Rockchip-dfi: code refactoring
> - RK3399: support trusted firmware
> - Added trace support for devfreq-event

Thanks!