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 |
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
>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
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!