Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1564645
| From | Chanwoo Choi <cw00.choi@samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v4 0/4] PM / devfreq: Update the devfreq and devfreq-event device |
| Date | 2017-01-23 04:40 +0100 |
| Message-ID | <t2DE6-1bF-7@gated-at.bofh.it> (permalink) |
| References | <t2DE7-1bF-41@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
This patches update the devfreq and devfreq-event device. I add the summary of each patch as following. - Patch1 fixes the wrong description of governor_userspace.c. - Patch2 show the information of registered PPMU devices. - Patch3/4 modify the name of sysfs entry for devfreq/devfreq-event device Changes from v3: (https://lkml.org/lkml/2017/1/16/254) - Patch3 initializes the init value of 'event_no' in order to remove the unneeded operation (-1) when calling the atomic_inc_return(&event_no). - Patch4 uses the integer type for unique number of devfreq device. Changes from v2: (https://lkml.org/lkml/2016/12/28/102) - On v2 patchset, patch1/2/3/5 were merged on devfreq git repo. - Remain the warning message for exynos-ppmu.c when failed to get the clock of ppmu. - Rebase these patches on devfreq git repo[1]. Changes from v1: - Rebase these patches on v4.10-rc1. - Include the separate patch[2] in these patches. [1] https://git.kernel.org/cgit/linux/kernel/git/mzx/devfreq.git/ (branch: for-4.10-rc) [2] https://lkml.org/lkml/2016/12/16/7 - [PATCH] PM / devfreq: Fix the wrong description for userspace governor Chanwoo Choi (4): PM / devfreq: Fix the wrong description for userspace governor PM / devfreq: exynos-ppmu: Show the registred device for ppmu device PM / devfreq: Simplify the sysfs name of devfreq-event device PM / devfreq: Modify the device name as devfreq[X] for sysfs drivers/devfreq/devfreq-event.c | 4 ++-- drivers/devfreq/devfreq.c | 4 +++- drivers/devfreq/event/exynos-ppmu.c | 3 +++ drivers/devfreq/governor_userspace.c | 3 +-- 4 files changed, 9 insertions(+), 5 deletions(-) -- 1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v4 0/4] PM / devfreq: Update the devfreq and devfreq-event device Chanwoo Choi <cw00.choi@samsung.com> - 2017-01-23 04:40 +0100
[PATCH v4 2/4] PM / devfreq: exynos-ppmu: Show the registred device for ppmu device Chanwoo Choi <cw00.choi@samsung.com> - 2017-01-23 04:40 +0100
RE: [PATCH v4 1/4] PM / devfreq: Fix the wrong description for userspace governor MyungJoo Ham <myungjoo.ham@samsung.com> - 2017-01-24 04:50 +0100
Re: [PATCH v4 1/4] PM / devfreq: Fix the wrong description for userspace governor "Rafael J. Wysocki" <rafael@kernel.org> - 2017-01-30 11:50 +0100
RE: [PATCH v4 2/4] PM / devfreq: exynos-ppmu: Show the registred device for ppmu device MyungJoo Ham <myungjoo.ham@samsung.com> - 2017-01-24 04:50 +0100
Re: [PATCH v4 2/4] PM / devfreq: exynos-ppmu: Show the registred device for ppmu device Chanwoo Choi <cw00.choi@samsung.com> - 2017-01-24 11:30 +0100
csiph-web