linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] MAINTAINERS updates for cpufreq and cpuidle
@ 2016-11-30  1:29 Rafael J. Wysocki
  2016-11-30  1:31 ` [PATCH 1/3] MAINTAINERS: Add bug tracking system location entry for cpufreq Rafael J. Wysocki
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Rafael J. Wysocki @ 2016-11-30  1:29 UTC (permalink / raw)
  To: Linux PM; +Cc: LKML, Jacob Pan, Linux ACPI, Viresh Kumar, Daniel Lezcano

Hi,

A few MAINTAINERS updates:

[1/3] Add a bug tracking system location entry for cpufreq.
[2/3] Add a bug tracking system location entry for cpuidle and intel_idle.
[3/3] Add a new maintainer of intel_idle.

Thanks,
Rafael

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

* [PATCH 1/3] MAINTAINERS: Add bug tracking system location entry for cpufreq
  2016-11-30  1:29 [PATCH 0/3] MAINTAINERS updates for cpufreq and cpuidle Rafael J. Wysocki
@ 2016-11-30  1:31 ` Rafael J. Wysocki
  2016-11-30  3:02   ` Viresh Kumar
  2016-11-30  1:32 ` [PATCH 2/3] MAINTAINERS: Add bug tracking system location entries for cpuidle Rafael J. Wysocki
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 6+ messages in thread
From: Rafael J. Wysocki @ 2016-11-30  1:31 UTC (permalink / raw)
  To: Linux PM; +Cc: LKML, Jacob Pan, Linux ACPI, Viresh Kumar, Daniel Lezcano

From: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

The kernel Bugzilla is used for tracking cpufreq bugs, so document
that.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
---
 MAINTAINERS |    1 +
 1 file changed, 1 insertion(+)

Index: linux-pm/MAINTAINERS
===================================================================
--- linux-pm.orig/MAINTAINERS
+++ linux-pm/MAINTAINERS
@@ -3349,6 +3349,7 @@ L:	linux-pm@vger.kernel.org
 S:	Maintained
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
 T:	git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
+B:	https://bugzilla.kernel.org
 F:	Documentation/cpu-freq/
 F:	drivers/cpufreq/
 F:	include/linux/cpufreq.h

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

* [PATCH 2/3] MAINTAINERS: Add bug tracking system location entries for cpuidle
  2016-11-30  1:29 [PATCH 0/3] MAINTAINERS updates for cpufreq and cpuidle Rafael J. Wysocki
  2016-11-30  1:31 ` [PATCH 1/3] MAINTAINERS: Add bug tracking system location entry for cpufreq Rafael J. Wysocki
@ 2016-11-30  1:32 ` Rafael J. Wysocki
  2016-11-30  1:33 ` [PATCH 3/3] MAINTAINERS: Add Jacob Pan as a new intel_idle maintainer Rafael J. Wysocki
  2016-12-01  5:58 ` [PATCH 0/3] MAINTAINERS updates for cpufreq and cpuidle Len Brown
  3 siblings, 0 replies; 6+ messages in thread
From: Rafael J. Wysocki @ 2016-11-30  1:32 UTC (permalink / raw)
  To: Linux PM; +Cc: LKML, Jacob Pan, Linux ACPI, Viresh Kumar, Daniel Lezcano

From: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

The kernel Bugzilla is used for tracking bugs in the cpuidle core and
intel_idle, so document that.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
---
 MAINTAINERS |    2 ++
 1 file changed, 2 insertions(+)

Index: linux-pm/MAINTAINERS
===================================================================
--- linux-pm.orig/MAINTAINERS
+++ linux-pm/MAINTAINERS
@@ -3389,6 +3389,7 @@ M:	Daniel Lezcano <daniel.lezcano@linaro
 L:	linux-pm@vger.kernel.org
 S:	Maintained
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
+B:	https://bugzilla.kernel.org
 F:	drivers/cpuidle/*
 F:	include/linux/cpuidle.h
 
@@ -6301,6 +6302,7 @@ INTEL IDLE DRIVER
 M:	Len Brown <lenb@kernel.org>
 L:	linux-pm@vger.kernel.org
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
+B:	https://bugzilla.kernel.org
 S:	Supported
 F:	drivers/idle/intel_idle.c
 

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

* [PATCH 3/3] MAINTAINERS: Add Jacob Pan as a new intel_idle maintainer
  2016-11-30  1:29 [PATCH 0/3] MAINTAINERS updates for cpufreq and cpuidle Rafael J. Wysocki
  2016-11-30  1:31 ` [PATCH 1/3] MAINTAINERS: Add bug tracking system location entry for cpufreq Rafael J. Wysocki
  2016-11-30  1:32 ` [PATCH 2/3] MAINTAINERS: Add bug tracking system location entries for cpuidle Rafael J. Wysocki
@ 2016-11-30  1:33 ` Rafael J. Wysocki
  2016-12-01  5:58 ` [PATCH 0/3] MAINTAINERS updates for cpufreq and cpuidle Len Brown
  3 siblings, 0 replies; 6+ messages in thread
From: Rafael J. Wysocki @ 2016-11-30  1:33 UTC (permalink / raw)
  To: Linux PM; +Cc: LKML, Jacob Pan, Linux ACPI, Viresh Kumar, Daniel Lezcano

From: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

The intel_idle driver is going to be maintained by Jacob Pan now, so
update MAINTAINERS accordingly.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
---
 MAINTAINERS |    1 +
 1 file changed, 1 insertion(+)

Index: linux-pm/MAINTAINERS
===================================================================
--- linux-pm.orig/MAINTAINERS
+++ linux-pm/MAINTAINERS
@@ -6299,6 +6299,7 @@ S:	Maintained
 F:	drivers/platform/x86/intel-vbtn.c
 
 INTEL IDLE DRIVER
+M:	Jacob Pan <jacob.jun.pan@linux.intel.com>
 M:	Len Brown <lenb@kernel.org>
 L:	linux-pm@vger.kernel.org
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git

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

* Re: [PATCH 1/3] MAINTAINERS: Add bug tracking system location entry for cpufreq
  2016-11-30  1:31 ` [PATCH 1/3] MAINTAINERS: Add bug tracking system location entry for cpufreq Rafael J. Wysocki
@ 2016-11-30  3:02   ` Viresh Kumar
  0 siblings, 0 replies; 6+ messages in thread
From: Viresh Kumar @ 2016-11-30  3:02 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: Linux PM, LKML, Jacob Pan, Linux ACPI, Daniel Lezcano

On 30-11-16, 02:31, Rafael J. Wysocki wrote:
> From: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
> 
> The kernel Bugzilla is used for tracking cpufreq bugs, so document
> that.
> 
> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
> ---
>  MAINTAINERS |    1 +
>  1 file changed, 1 insertion(+)

Acked-by: Viresh Kumar <viresh.kumar@linaro.org>

-- 
viresh

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

* Re: [PATCH 0/3] MAINTAINERS updates for cpufreq and cpuidle
  2016-11-30  1:29 [PATCH 0/3] MAINTAINERS updates for cpufreq and cpuidle Rafael J. Wysocki
                   ` (2 preceding siblings ...)
  2016-11-30  1:33 ` [PATCH 3/3] MAINTAINERS: Add Jacob Pan as a new intel_idle maintainer Rafael J. Wysocki
@ 2016-12-01  5:58 ` Len Brown
  3 siblings, 0 replies; 6+ messages in thread
From: Len Brown @ 2016-12-01  5:58 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Linux PM, LKML, Jacob Pan, Linux ACPI, Viresh Kumar, Daniel Lezcano

> [1/3] Add a bug tracking system location entry for cpufreq.
> [2/3] Add a bug tracking system location entry for cpuidle and intel_idle.
> [3/3] Add a new maintainer of intel_idle.

Acked-by: Len Brown <len.brown@intel.com>

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

end of thread, other threads:[~2016-12-01  5:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-30  1:29 [PATCH 0/3] MAINTAINERS updates for cpufreq and cpuidle Rafael J. Wysocki
2016-11-30  1:31 ` [PATCH 1/3] MAINTAINERS: Add bug tracking system location entry for cpufreq Rafael J. Wysocki
2016-11-30  3:02   ` Viresh Kumar
2016-11-30  1:32 ` [PATCH 2/3] MAINTAINERS: Add bug tracking system location entries for cpuidle Rafael J. Wysocki
2016-11-30  1:33 ` [PATCH 3/3] MAINTAINERS: Add Jacob Pan as a new intel_idle maintainer Rafael J. Wysocki
2016-12-01  5:58 ` [PATCH 0/3] MAINTAINERS updates for cpufreq and cpuidle Len Brown

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).