Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1728157 > unrolled thread
| Started by | "Rafael J. Wysocki" <rjw@rjwysocki.net> |
|---|---|
| First post | 2017-09-07 13:30 +0200 |
| Last post | 2017-09-08 01:30 +0200 |
| Articles | 7 — 5 participants |
Back to article view | Back to linux.kernel
[PATCH] ACPI / PMIC: Add code reviewers to MAINTAINERS "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2017-09-07 13:30 +0200
Re: [PATCH] ACPI / PMIC: Add code reviewers to MAINTAINERS Mika Westerberg <mika.westerberg@linux.intel.com> - 2017-09-07 13:40 +0200
Re: [PATCH] ACPI / PMIC: Add code reviewers to MAINTAINERS Lee Jones <lee.jones@linaro.org> - 2017-09-07 13:40 +0200
Re: [PATCH] ACPI / PMIC: Add code reviewers to MAINTAINERS Joe Perches <joe@perches.com> - 2017-09-07 14:00 +0200
Re: [PATCH] ACPI / PMIC: Add code reviewers to MAINTAINERS "Rafael J. Wysocki" <rafael@kernel.org> - 2017-09-08 01:30 +0200
Re: [PATCH] ACPI / PMIC: Add code reviewers to MAINTAINERS Joe Perches <joe@perches.com> - 2017-09-08 03:20 +0200
[PATCH v2] ACPI / PMIC: Add code reviewers to MAINTAINERS "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2017-09-08 01:30 +0200
| From | "Rafael J. Wysocki" <rjw@rjwysocki.net> |
|---|---|
| Date | 2017-09-07 13:30 +0200 |
| Subject | [PATCH] ACPI / PMIC: Add code reviewers to MAINTAINERS |
| Message-ID | <un3ar-7Hu-19@gated-at.bofh.it> |
From: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Andy and Mika review code changes under drivers/acpi/pmic/ on a regular basis and I rely on their help with that, so add them as code reviwewers for that part of the kernel. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> --- MAINTAINERS | 12 ++++++++++++ 1 file changed, 12 insertions(+) Index: linux-pm/MAINTAINERS =================================================================== --- linux-pm.orig/MAINTAINERS +++ linux-pm/MAINTAINERS @@ -352,6 +352,18 @@ L: linux-acpi@vger.kernel.org S: Maintained F: drivers/acpi/arm64 +ACPI PMIC DRIVERS +M: "Rafael J. Wysocki" <rjw@rjwysocki.net> +M: Len Brown <lenb@kernel.org> +L: linux-acpi@vger.kernel.org +R: Andy Shevchenko <andy@infradead.org> +R: Mika Westerberg <mika.westerberg@linux.intel.com> +Q: https://patchwork.kernel.org/project/linux-acpi/list/ +T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm +B: https://bugzilla.kernel.org +S: Supported +F: drivers/acpi/pmic/ + ACPI THERMAL DRIVER M: Zhang Rui <rui.zhang@intel.com> L: linux-acpi@vger.kernel.org
[toc] | [next] | [standalone]
| From | Mika Westerberg <mika.westerberg@linux.intel.com> |
|---|---|
| Date | 2017-09-07 13:40 +0200 |
| Message-ID | <un3k6-7L9-11@gated-at.bofh.it> |
| In reply to | #1728157 |
On Thu, Sep 07, 2017 at 01:18:23PM +0200, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki <rafael.j.wysocki@intel.com> > > Andy and Mika review code changes under drivers/acpi/pmic/ on > a regular basis and I rely on their help with that, so add them > as code reviwewers for that part of the kernel. > > Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com>
[toc] | [prev] | [next] | [standalone]
| From | Lee Jones <lee.jones@linaro.org> |
|---|---|
| Date | 2017-09-07 13:40 +0200 |
| Message-ID | <un3k6-7L9-9@gated-at.bofh.it> |
| In reply to | #1728157 |
On Thu, 07 Sep 2017, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki <rafael.j.wysocki@intel.com> > > Andy and Mika review code changes under drivers/acpi/pmic/ on > a regular basis and I rely on their help with that, so add them > as code reviwewers for that part of the kernel. > > Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> > --- > MAINTAINERS | 12 ++++++++++++ > 1 file changed, 12 insertions(+) Acked-by: Lee Jones <lee.jones@linaro.org> -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog
[toc] | [prev] | [next] | [standalone]
| From | Joe Perches <joe@perches.com> |
|---|---|
| Date | 2017-09-07 14:00 +0200 |
| Message-ID | <un3Dr-7Vp-1@gated-at.bofh.it> |
| In reply to | #1728157 |
On Thu, 2017-09-07 at 13:18 +0200, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki <rafael.j.wysocki@intel.com> > > Andy and Mika review code changes under drivers/acpi/pmic/ on > a regular basis and I rely on their help with that, so add them > as code reviwewers for that part of the kernel. > > Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> > --- > MAINTAINERS | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > > Index: linux-pm/MAINTAINERS > =================================================================== > --- linux-pm.orig/MAINTAINERS > +++ linux-pm/MAINTAINERS > @@ -352,6 +352,18 @@ L: linux-acpi@vger.kernel.org > S: Maintained > F: drivers/acpi/arm64 > > +ACPI PMIC DRIVERS > +M: "Rafael J. Wysocki" <rjw@rjwysocki.net> > +M: Len Brown <lenb@kernel.org> > +L: linux-acpi@vger.kernel.org > +R: Andy Shevchenko <andy@infradead.org> > +R: Mika Westerberg <mika.westerberg@linux.intel.com> Please put reviewers before lists
[toc] | [prev] | [next] | [standalone]
| From | "Rafael J. Wysocki" <rafael@kernel.org> |
|---|---|
| Date | 2017-09-08 01:30 +0200 |
| Message-ID | <unepc-6Sv-13@gated-at.bofh.it> |
| In reply to | #1728180 |
On Thu, Sep 7, 2017 at 1:51 PM, Joe Perches <joe@perches.com> wrote: > On Thu, 2017-09-07 at 13:18 +0200, Rafael J. Wysocki wrote: >> From: Rafael J. Wysocki <rafael.j.wysocki@intel.com> >> >> Andy and Mika review code changes under drivers/acpi/pmic/ on >> a regular basis and I rely on their help with that, so add them >> as code reviwewers for that part of the kernel. >> >> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> >> --- >> MAINTAINERS | 12 ++++++++++++ >> 1 file changed, 12 insertions(+) >> >> Index: linux-pm/MAINTAINERS >> =================================================================== >> --- linux-pm.orig/MAINTAINERS >> +++ linux-pm/MAINTAINERS >> @@ -352,6 +352,18 @@ L: linux-acpi@vger.kernel.org >> S: Maintained >> F: drivers/acpi/arm64 >> >> +ACPI PMIC DRIVERS >> +M: "Rafael J. Wysocki" <rjw@rjwysocki.net> >> +M: Len Brown <lenb@kernel.org> >> +L: linux-acpi@vger.kernel.org >> +R: Andy Shevchenko <andy@infradead.org> >> +R: Mika Westerberg <mika.westerberg@linux.intel.com> > > Please put reviewers before lists OK So the APEI entry should be reordered too I suppose?
[toc] | [prev] | [next] | [standalone]
| From | Joe Perches <joe@perches.com> |
|---|---|
| Date | 2017-09-08 03:20 +0200 |
| Message-ID | <ung7D-8gD-1@gated-at.bofh.it> |
| In reply to | #1728497 |
On Fri, 2017-09-08 at 01:21 +0200, Rafael J. Wysocki wrote: > On Thu, Sep 7, 2017 at 1:51 PM, Joe Perches <joe@perches.com> wrote: > > On Thu, 2017-09-07 at 13:18 +0200, Rafael J. Wysocki wrote: > > > From: Rafael J. Wysocki <rafael.j.wysocki@intel.com> > > > > > > Andy and Mika review code changes under drivers/acpi/pmic/ on > > > a regular basis and I rely on their help with that, so add them > > > as code reviwewers for that part of the kernel. > > > > > > Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> > > > --- > > > MAINTAINERS | 12 ++++++++++++ > > > 1 file changed, 12 insertions(+) > > > > > > Index: linux-pm/MAINTAINERS > > > =================================================================== > > > --- linux-pm.orig/MAINTAINERS > > > +++ linux-pm/MAINTAINERS > > > @@ -352,6 +352,18 @@ L: linux-acpi@vger.kernel.org > > > S: Maintained > > > F: drivers/acpi/arm64 > > > > > > +ACPI PMIC DRIVERS > > > +M: "Rafael J. Wysocki" <rjw@rjwysocki.net> > > > +M: Len Brown <lenb@kernel.org> > > > +L: linux-acpi@vger.kernel.org > > > +R: Andy Shevchenko <andy@infradead.org> > > > +R: Mika Westerberg <mika.westerberg@linux.intel.com> > > > > Please put reviewers before lists > > OK > > So the APEI entry should be reordered too I suppose? That'd be nice one day if Linus decides not to split the MAINTAINERS file up using scripts/parse_maintainers.pl. That puts everything in the appropriate sorted order.
[toc] | [prev] | [next] | [standalone]
| From | "Rafael J. Wysocki" <rjw@rjwysocki.net> |
|---|---|
| Date | 2017-09-08 01:30 +0200 |
| Subject | [PATCH v2] ACPI / PMIC: Add code reviewers to MAINTAINERS |
| Message-ID | <unepb-6Sv-1@gated-at.bofh.it> |
| In reply to | #1728157 |
rom: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Andy and Mika review code changes under drivers/acpi/pmic/ on
a regular basis and I rely on their help with that, so add them
as code reviwewers for that part of the kernel.
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Lee Jones <lee.jones@linaro.org>
Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com>
---
-> v2: Reorder fields as per the Joe's comment.
Add tags from Mika and Lee.
---
MAINTAINERS | 12 ++++++++++++
1 file changed, 12 insertions(+)
Index: linux-pm/MAINTAINERS
===================================================================
--- linux-pm.orig/MAINTAINERS
+++ linux-pm/MAINTAINERS
@@ -352,6 +352,18 @@ L: linux-acpi@vger.kernel.org
S: Maintained
F: drivers/acpi/arm64
+ACPI PMIC DRIVERS
+M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
+M: Len Brown <lenb@kernel.org>
+R: Andy Shevchenko <andy@infradead.org>
+R: Mika Westerberg <mika.westerberg@linux.intel.com>
+L: linux-acpi@vger.kernel.org
+Q: https://patchwork.kernel.org/project/linux-acpi/list/
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
+B: https://bugzilla.kernel.org
+S: Supported
+F: drivers/acpi/pmic/
+
ACPI THERMAL DRIVER
M: Zhang Rui <rui.zhang@intel.com>
L: linux-acpi@vger.kernel.org
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web