linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: clk: discuss on the linux-clk@vger.kernel.org list
@ 2015-03-25 18:32 Paul Walmsley
  2015-03-27  7:17 ` Stephen Boyd
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Walmsley @ 2015-03-25 18:32 UTC (permalink / raw)
  To: Mike Turquette, Stephen Boyd
  Cc: linux-kernel, Thomas Gleixner, Sylwester Nawrocki, Tomasz Figa,
	Viresh Kumar, Peter De Schrijver, Prashant Gaikwad, Tero Kristo,
	Russell King, linux-clk, linux-arm-kernel


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: Mike Turquette <mturquette@linaro.org>
Cc: Stephen Boyd <sboyd@codeaurora.org>
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>
---
Mike/Stephen, want to take this one?

 MAINTAINERS | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 85024e23309f..3ca8ae5aadb0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2551,6 +2551,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
 
@@ -2611,7 +2612,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/
-- 
2.1.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] MAINTAINERS: clk: discuss on the linux-clk@vger.kernel.org list
  2015-03-25 18:32 [PATCH] MAINTAINERS: clk: discuss on the linux-clk@vger.kernel.org list Paul Walmsley
@ 2015-03-27  7:17 ` Stephen Boyd
  2015-04-01  1:36   ` Michael Turquette
  0 siblings, 1 reply; 3+ messages in thread
From: Stephen Boyd @ 2015-03-27  7:17 UTC (permalink / raw)
  To: Paul Walmsley
  Cc: Mike Turquette, linux-kernel, Thomas Gleixner,
	Sylwester Nawrocki, Tomasz Figa, Viresh Kumar,
	Peter De Schrijver, Prashant Gaikwad, Tero Kristo, Russell King,
	linux-clk, linux-arm-kernel

On 03/25, Paul Walmsley wrote:
> 
> 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: Mike Turquette <mturquette@linaro.org>
> Cc: Stephen Boyd <sboyd@codeaurora.org>
> 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>

Mike or I will pick this up for 4.1

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] MAINTAINERS: clk: discuss on the linux-clk@vger.kernel.org list
  2015-03-27  7:17 ` Stephen Boyd
@ 2015-04-01  1:36   ` Michael Turquette
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Turquette @ 2015-04-01  1:36 UTC (permalink / raw)
  To: Stephen Boyd, Paul Walmsley
  Cc: linux-kernel, Thomas Gleixner, Sylwester Nawrocki, Tomasz Figa,
	Viresh Kumar, Peter De Schrijver, Prashant Gaikwad, Tero Kristo,
	Russell King, linux-clk, linux-arm-kernel

Quoting Stephen Boyd (2015-03-27 00:17:59)
> On 03/25, Paul Walmsley wrote:
> > 
> > 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: Mike Turquette <mturquette@linaro.org>
> > Cc: Stephen Boyd <sboyd@codeaurora.org>
> > 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>
> 
> Mike or I will pick this up for 4.1

Paul,

Thanks for requesting the new mailing list and for the patch. Applied to
clk-next.

Regards,
Mike

> 
> -- 
> Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
> a Linux Foundation Collaborative Project

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-04-01  1:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-25 18:32 [PATCH] MAINTAINERS: clk: discuss on the linux-clk@vger.kernel.org list Paul Walmsley
2015-03-27  7:17 ` Stephen Boyd
2015-04-01  1:36   ` Michael Turquette

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).