aboutsummaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorGravatar Rafael J. Wysocki <rafael.j.wysocki@intel.com> 2016-01-21 00:43:13 +0100
committerGravatar Rafael J. Wysocki <rafael.j.wysocki@intel.com> 2016-01-21 00:43:13 +0100
commitfa8bb4518771b19460a318fbab3eb36c81db3a50 (patch)
tree2f77b8379f54746aa76ab4630965a1dcdc9c8273 /MAINTAINERS
parentMerge branch 'pm-core' (diff)
parentMerge branch 'for-rafael' of https://git.kernel.org/pub/scm/linux/kernel/git/... (diff)
downloadlinux-fa8bb4518771b19460a318fbab3eb36c81db3a50.tar.gz
linux-fa8bb4518771b19460a318fbab3eb36c81db3a50.tar.bz2
linux-fa8bb4518771b19460a318fbab3eb36c81db3a50.zip
Merge branch 'pm-devfreq'
* pm-devfreq: MAINTAINERS: Add devfreq-event entry MAINTAINERS: Add missing git repository and directory for devfreq PM / devfreq: Do not show statistics if it's not ready. PM / devfreq: Modify the indentation of trans_stat sysfs for readability PM / devfreq: Set the freq_table of devfreq device PM / devfreq: Add show_one macro to delete the duplicate code PM / devfreq: event: Fix the error and warning from script/checkpatch.pl PM / devfreq: event: Remove the error log of devfreq_event_get_edev_by_phandle()
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS13
1 files changed, 13 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index ded96408efe6..530f7d8fccb5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3421,8 +3421,21 @@ DEVICE FREQUENCY (DEVFREQ)
M: MyungJoo Ham <myungjoo.ham@samsung.com>
M: Kyungmin Park <kyungmin.park@samsung.com>
L: linux-pm@vger.kernel.org
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
S: Maintained
F: drivers/devfreq/
+F: include/linux/devfreq.h
+F: Documentation/devicetree/bindings/devfreq/
+
+DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
+M: Chanwoo Choi <cw00.choi@samsung.com>
+L: linux-pm@vger.kernel.org
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
+S: Supported
+F: drivers/devfreq/event/
+F: drivers/devfreq/devfreq-event.c
+F: include/linux/devfreq-event.h
+F: Documentation/devicetree/bindings/devfreq/event/
DEVICE NUMBER REGISTRY
M: Torben Mathiasen <device@lanana.org>