All of lore.kernel.org
 help / color / mirror / Atom feed
* PULL-REQUEST for Rafael (for-next from devfreq)
       [not found] <CGME20170131082002epcms1p4d8f861af1ac46dc185507a0bace2e438@epcms1p4>
@ 2017-01-31  8:20 ` MyungJoo Ham
  2017-01-31 12:19   ` Rafael J. Wysocki
  0 siblings, 1 reply; 2+ messages in thread
From: MyungJoo Ham @ 2017-01-31  8:20 UTC (permalink / raw)
  To: rjw, linux-pm; +Cc: Chanwoo Choi, myungjoo.ham, chris.diamand

[-- Attachment #1: Type: text/plain, Size: 3116 bytes --]

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

The following changes since commit 566cf877a1fcb6d6dc0126b076aad062054c2637:

  Linux 4.10-rc6 (2017-01-29 14:25:17 -0800)

are available in the git repository at:

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

for you to fetch changes up to 4585fbcb5331fc910b7e553ad3efd0dd7b320d14:

  PM / devfreq: Modify the device name as devfreq(X) for sysfs (2017-01-31 16:57:19 +0900)

- ----------------------------------------------------------------
Pull Request from PM / devfreq to Linux-PM for next.

- ----------------------------------------------------------------
Chanwoo Choi (11):
      PM / devfreq: exynos-bus: Add the detailed correlation for Exynos5433
      PM / devfreq: exynos-ppmu: Use the regmap interface to handle the registers
      PM / devfreq: exynos-bus: Print the real clock rate of bus
      PM / devfreq: Fix the checkpatch warnings
      PM / devfreq: Fix the wrong description for userspace governor
      PM / devfreq: exynos-ppmu: Show the registred device for ppmu device
      PM / devfreq: Fix available_governor sysfs
      PM / devfreq: Fix wrong trans_stat of passive devfreq device
      PM / devfreq: Remove unnecessary separate _remove_devfreq()
      PM / devfreq: Simplify the sysfs name of devfreq-event device
      PM / devfreq: Modify the device name as devfreq(X) for sysfs

Chris Diamand (1):
      PM / devfreq: Don't delete sysfs group twice

 .../ABI/testing/sysfs-class-devfreq-event          |  25 ++
 .../devicetree/bindings/devfreq/exynos-bus.txt     |  14 +
 drivers/devfreq/devfreq-event.c                    |   4 +-
 drivers/devfreq/devfreq.c                          |  74 +++--
 drivers/devfreq/event/exynos-ppmu.c                | 329 +++++++++++++++------
 drivers/devfreq/exynos-bus.c                       |   8 +-
 drivers/devfreq/governor.h                         |   2 +
 drivers/devfreq/governor_passive.c                 |   6 +
 drivers/devfreq/governor_userspace.c               |  11 +-
 include/linux/devfreq.h                            |   3 +
 10 files changed, 350 insertions(+), 126 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-class-devfreq-event
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJYkEXEAAoJEBOhurvWBoCKfZcQAKI333tLW2YNL80siQuDChrx
DRuctzf5kojgWqXjY7kBomYrUeyPAkF8y1SMahTK1atm1NmpTjsLNN7SbmuKn3Rt
yFYma+JB2eVImHLuB0rlyA2WqQJXjTkZMzjK9C9r9x6IQyVzWt3uvhOXTcfADP/C
PMgVglhftzeaPxfCtKsaeS1WzNANU0eLP1uhr2niGGntjglhcdE743YgYpai/Q+J
kCd0UvjAjC57U7lI6NW4zVXMuUkPDq8+wu+7pvbs821trMtaqjuZvxL+7TCR8JNh
iM3gOjeYQZVPSfpJG6wt3yzstt3mi9FBRjaSWFNog8kobE0ov8a7Yg+xH7JSeC1H
TItnxxb54uHe5EB/YN1mFxH+BonQZ/YNJ1PQ5da/o2YMuJxHHQK6MFSjlIYn/Lwv
lZkHiIUWJjuRY/+yJ5kbftpIiX6gQpmVmOW3Ffviha5wY5vR1LBHC+DQ0s/WPQZO
pKVbU2s170hSTqzus+eLM1j70VWWRHUhunOf3b8Mp2tRu0zjKRA6b4iE5WDp4JDI
en0x1JsJO6kYzrugGOxRLW9aOrBUWvK3+u3ggI6UnSfBiHZjOcCBOBmaT/g5Qjx2
cBEii440b5ipFTByCy2rHN3KK8uOFQ0FmIsedoYGbv+ehZysiX1no0cZVzkjxSTM
rDfoVIvtwzX0Y1KJAnud
=A36W
-----END PGP SIGNATURE-----

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

* Re: PULL-REQUEST for Rafael (for-next from devfreq)
  2017-01-31  8:20 ` PULL-REQUEST for Rafael (for-next from devfreq) MyungJoo Ham
@ 2017-01-31 12:19   ` Rafael J. Wysocki
  0 siblings, 0 replies; 2+ messages in thread
From: Rafael J. Wysocki @ 2017-01-31 12:19 UTC (permalink / raw)
  To: Myungjoo Ham; +Cc: rjw, linux-pm, Chanwoo Choi, myungjoo.ham, chris.diamand

On Tue, Jan 31, 2017 at 9:20 AM, MyungJoo Ham <myungjoo.ham@samsung.com> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> The following changes since commit 566cf877a1fcb6d6dc0126b076aad062054c2637:
>
>   Linux 4.10-rc6 (2017-01-29 14:25:17 -0800)
>
> are available in the git repository at:
>
>   https://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git tags/pullreq_20170131
>
> for you to fetch changes up to 4585fbcb5331fc910b7e553ad3efd0dd7b320d14:
>
>   PM / devfreq: Modify the device name as devfreq(X) for sysfs (2017-01-31 16:57:19 +0900)

Pulled, thanks!

Cheers,
Rafael

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

end of thread, other threads:[~2017-01-31 12:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20170131082002epcms1p4d8f861af1ac46dc185507a0bace2e438@epcms1p4>
2017-01-31  8:20 ` PULL-REQUEST for Rafael (for-next from devfreq) MyungJoo Ham
2017-01-31 12:19   ` 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.