Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1272919
| From | Chanwoo Choi <cw00.choi@samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/6] PM / devfreq: Clean code and add set the freq_table array |
| Date | 2015-11-19 09:20 +0100 |
| Message-ID | <qwsBI-6MQ-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This patch-set clean the code for both devfreq and devfreq-event framework and add the 'freq_table' for devfreq device. After initializing the 'freq_table', the 'trans_stat' sysfs provide the appropriate information. Chanwoo Choi (6): PM / devfreq: event: Remove the error log of devfreq_event_get_edev_by_phandle() PM / devfreq: event: Fix the error and warning from script/checkpatch.pl PM / devfreq: Add show_one macro to delete the duplicate code PM / devfreq: Set the freq_table of devfreq device PM / devfreq: Modify the indentation of trans_stat sysfs for readability PM / devfreq: Set the min_freq and max_freq of devfreq device drivers/devfreq/devfreq-event.c | 16 +++----- drivers/devfreq/devfreq.c | 81 ++++++++++++++++++++++++++++++++--------- include/linux/devfreq.h | 4 +- 3 files changed, 71 insertions(+), 30 deletions(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/6] PM / devfreq: Clean code and add set the freq_table array Chanwoo Choi <cw00.choi@samsung.com> - 2015-11-19 09:20 +0100 [PATCH 5/6] PM / devfreq: Modify the indentation of trans_stat sysfs for readability Chanwoo Choi <cw00.choi@samsung.com> - 2015-11-19 09:20 +0100 [PATCH 6/6] PM / devfreq: Set the min_freq and max_freq of devfreq device Chanwoo Choi <cw00.choi@samsung.com> - 2015-11-19 09:20 +0100 [PATCH 2/6] PM / devfreq: event: Fix the error and warning from script/checkpatch.pl Chanwoo Choi <cw00.choi@samsung.com> - 2015-11-19 09:30 +0100
csiph-web