Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1528984
| From | Chanwoo Choi <cw00.choi@samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/6] PM / devfreq: Modify devfreq/devfreq-event for improvement |
| Date | 2016-11-24 06:10 +0100 |
| Message-ID | <sGUsh-6pb-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This patches modify the devfreq and devfreq-event framework for improving them. But, these patches don't make an impact to operation of devfreq/devfreq-event. Chanwoo Choi (6): PM / devfreq: Fix the checkpatch warnings PM / devfreq: Modify the device name as devfreq[X] for sysfs PM / devfreq: event: Simplify the sysfs name of devfreq-event device PM / devfreq: Remove the duplicate sysfs entry for current frequency PM / devfreq: event: exynos-ppmu: Use the regmap interface to handle the registers PM / devfreq: event: exynos-ppmu: Add the completion log of device registration drivers/devfreq/devfreq-event.c | 2 +- drivers/devfreq/devfreq.c | 25 ++- drivers/devfreq/event/exynos-ppmu.c | 329 ++++++++++++++++++++++++++---------- 3 files changed, 251 insertions(+), 105 deletions(-) -- 1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/6] PM / devfreq: Modify devfreq/devfreq-event for improvement Chanwoo Choi <cw00.choi@samsung.com> - 2016-11-24 06:10 +0100
[PATCH 6/6] PM / devfreq: event: exynos-ppmu: Add the completion log of device registration Chanwoo Choi <cw00.choi@samsung.com> - 2016-11-24 06:10 +0100
[PATCH 2/6] PM / devfreq: Modify the device name as devfreq[X] for sysfs Chanwoo Choi <cw00.choi@samsung.com> - 2016-11-24 06:10 +0100
[PATCH 1/6] PM / devfreq: Fix the checkpatch warnings Chanwoo Choi <cw00.choi@samsung.com> - 2016-11-24 06:10 +0100
Re: [PATCH 1/6] PM / devfreq: Fix the checkpatch warnings Joe Perches <joe@perches.com> - 2016-11-24 11:30 +0100
Re: [PATCH 1/6] PM / devfreq: Fix the checkpatch warnings Chanwoo Choi <cw00.choi@samsung.com> - 2016-11-24 11:50 +0100
Re: [PATCH 1/6] PM / devfreq: Fix the checkpatch warnings Joe Perches <joe@perches.com> - 2016-11-24 12:00 +0100
Re: [PATCH 1/6] PM / devfreq: Fix the checkpatch warnings Chanwoo Choi <cw00.choi@samsung.com> - 2016-11-25 00:40 +0100
csiph-web