diff options
author | Chanwoo Choi <[email protected]> | 2015-11-05 13:30:17 +0900 |
---|---|---|
committer | MyungJoo Ham <[email protected]> | 2016-01-13 17:30:33 +0900 |
commit | 6a3cd7220364ad9e92c926600500f225c02ae3ac (patch) | |
tree | ea9f27390cb04be8a58a23c1db105500c04aad42 | |
parent | 34bd322070a41898b032f59a0dfd345627fc1e7e (diff) |
MAINTAINERS: Add missing git repository and directory for devfreq
This patch adds the missing git repository infomation and directory for
devfreq. When using get_maintainer.pl, the result should include the
correct maintainer information.
Suggested-by: Joe Perches <[email protected]>
[cw00.chio: Add missing directory for devfreq]
Signed-off-by: Chanwoo Choi <[email protected]>
Signed-off-by: Myungjoo Ham <[email protected]>
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 233f83464814..033abfcdf818 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3403,8 +3403,11 @@ DEVICE FREQUENCY (DEVFREQ) M: MyungJoo Ham <[email protected]> M: Kyungmin Park <[email protected]> +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 NUMBER REGISTRY M: Torben Mathiasen <[email protected]> |