diff options
author | Paul Walmsley <paul@pwsan.com> | 2015-03-25 19:32:59 +0100 |
---|---|---|
committer | Michael Turquette <mturquette@linaro.org> | 2015-04-01 03:34:26 +0200 |
commit | aa571b148c6ab9843e79622f0209b6163d8d4fc5 (patch) | |
tree | 62cc364691fbb00b62d4ca316f45b04a0a4c1014 /MAINTAINERS | |
parent | clk: samsung: exynos3250: Add driver for CMU_ISP clock domain (diff) | |
download | linux-aa571b148c6ab9843e79622f0209b6163d8d4fc5.tar.xz linux-aa571b148c6ab9843e79622f0209b6163d8d4fc5.zip |
MAINTAINERS: clk: discuss on the linux-clk@vger.kernel.org list
Most Linux clock framework discussions take place on the
linux-kernel@vger.kernel.org or linux-arm-kernel@lists.infradead.org
mailing lists. The volume of unrelated messages on these lists makes
it difficult for non-maintainers to follow along with discussions.
Switch the discussion list for clock framework discussions to
linux-clk@vger.kernel.org. Also, add linux-clk@vger.kernel.org as a
mailing list for clock API discussions.
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Sylwester Nawrocki <s.nawrocki@samsung.com>
Cc: Tomasz Figa <tomasz.figa@gmail.com>
Cc: Viresh Kumar <viresh.linux@gmail.com>
Cc: Peter De Schrijver <pdeschrijver@nvidia.com>
Cc: Prashant Gaikwad <pgaikwad@nvidia.com>
Cc: Tero Kristo <t-kristo@ti.com>
Cc: Russell King <linux@arm.linux.org.uk>
Acked-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Michael Turquette <mturquette@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ddc5a8cf9a8a..34f8bc4f1be4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2552,6 +2552,7 @@ F: include/linux/cleancache.h CLK API M: Russell King <linux@arm.linux.org.uk> +L: linux-clk@vger.kernel.org S: Maintained F: include/linux/clk.h @@ -2612,7 +2613,7 @@ F: drivers/media/platform/coda/ COMMON CLK FRAMEWORK M: Mike Turquette <mturquette@linaro.org> M: Stephen Boyd <sboyd@codeaurora.org> -L: linux-kernel@vger.kernel.org +L: linux-clk@vger.kernel.org T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git S: Maintained F: drivers/clk/ |