Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1532893 > unrolled thread

[PATCH 0/3] MAINTAINERS updates for cpufreq and cpuidle

Started by"Rafael J. Wysocki" <rjw@rjwysocki.net>
First post2016-11-30 02:40 +0100
Last post2016-12-01 07:00 +0100
Articles 6 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/3] MAINTAINERS updates for cpufreq and cpuidle "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2016-11-30 02:40 +0100
    [PATCH 3/3] MAINTAINERS: Add Jacob Pan as a new intel_idle maintainer "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2016-11-30 02:40 +0100
    [PATCH 1/3] MAINTAINERS: Add bug tracking system location entry for cpufreq "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2016-11-30 02:40 +0100
      Re: [PATCH 1/3] MAINTAINERS: Add bug tracking system location entry  for cpufreq Viresh Kumar <viresh.kumar@linaro.org> - 2016-11-30 04:10 +0100
    [PATCH 2/3] MAINTAINERS: Add bug tracking system location entries for cpuidle "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2016-11-30 02:40 +0100
    Re: [PATCH 0/3] MAINTAINERS updates for cpufreq and cpuidle Len Brown <lenb@kernel.org> - 2016-12-01 07:00 +0100

#1532893 — [PATCH 0/3] MAINTAINERS updates for cpufreq and cpuidle

From"Rafael J. Wysocki" <rjw@rjwysocki.net>
Date2016-11-30 02:40 +0100
Subject[PATCH 0/3] MAINTAINERS updates for cpufreq and cpuidle
Message-ID<sJ22l-7Nz-3@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1532894 — [PATCH 3/3] MAINTAINERS: Add Jacob Pan as a new intel_idle maintainer

From"Rafael J. Wysocki" <rjw@rjwysocki.net>
Date2016-11-30 02:40 +0100
Subject[PATCH 3/3] MAINTAINERS: Add Jacob Pan as a new intel_idle maintainer
Message-ID<sJ22l-7Nz-1@gated-at.bofh.it>
In reply to#1532893
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

[toc] | [prev] | [next] | [standalone]


#1532899 — [PATCH 1/3] MAINTAINERS: Add bug tracking system location entry for cpufreq

From"Rafael J. Wysocki" <rjw@rjwysocki.net>
Date2016-11-30 02:40 +0100
Subject[PATCH 1/3] MAINTAINERS: Add bug tracking system location entry for cpufreq
Message-ID<sJ22m-7Nz-11@gated-at.bofh.it>
In reply to#1532893
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

[toc] | [prev] | [next] | [standalone]


#1532921 — Re: [PATCH 1/3] MAINTAINERS: Add bug tracking system location entry for cpufreq

FromViresh Kumar <viresh.kumar@linaro.org>
Date2016-11-30 04:10 +0100
SubjectRe: [PATCH 1/3] MAINTAINERS: Add bug tracking system location entry for cpufreq
Message-ID<sJ3rr-mM-1@gated-at.bofh.it>
In reply to#1532899
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

[toc] | [prev] | [next] | [standalone]


#1532903 — [PATCH 2/3] MAINTAINERS: Add bug tracking system location entries for cpuidle

From"Rafael J. Wysocki" <rjw@rjwysocki.net>
Date2016-11-30 02:40 +0100
Subject[PATCH 2/3] MAINTAINERS: Add bug tracking system location entries for cpuidle
Message-ID<sJ22m-7Nz-29@gated-at.bofh.it>
In reply to#1532893
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
 

[toc] | [prev] | [next] | [standalone]


#1533823

FromLen Brown <lenb@kernel.org>
Date2016-12-01 07:00 +0100
Message-ID<sJszv-87u-1@gated-at.bofh.it>
In reply to#1532893
> [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>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web