Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1270980
| From | Viresh Kumar <viresh.kumar@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] PM / OPP: Add entry in MAINTAINERS |
| Date | 2015-11-17 10:10 +0100 |
| Message-ID | <qvKr0-31p-13@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Add entry for operating performance points into MAINTAINERS file. This will also allow get_maintainers to list OPP stakeholders properly. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> --- Hi Rafael, As discussed separately, I have pointed the tree to my (new) repository, where I have created two new branches opp/next and opp/fixes for applying OPP changes. MAINTAINERS | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index e9caa4b28828..bcd7cf801f0a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7901,6 +7901,18 @@ S: Maintained F: net/openvswitch/ F: include/uapi/linux/openvswitch.h +OPERATING PERFORMANCE POINTS (OPP) +M: Viresh Kumar <vireshk@kernel.org> +M: Nishanth Menon <nm@ti.com> +M: Stephen Boyd <sboyd@codeaurora.org> +L: linux-pm@vger.kernel.org +S: Maintained +T: git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git +F: drivers/base/power/opp/ +F: include/linux/pm_opp.h +F: Documentation/power/opp.txt +F: Documentation/devicetree/bindings/opp/ + OPL4 DRIVER M: Clemens Ladisch <clemens@ladisch.de> L: alsa-devel@alsa-project.org (moderated for non-subscribers) -- 2.6.2.198.g614a2ac -- 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] PM / OPP: Add entry in MAINTAINERS Viresh Kumar <viresh.kumar@linaro.org> - 2015-11-17 10:10 +0100 Re: [PATCH] PM / OPP: Add entry in MAINTAINERS Stephen Boyd <sboyd@codeaurora.org> - 2015-11-18 02:40 +0100
csiph-web