All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] MAINTAINERS: update thermal subsystem entry
@ 2013-04-10 14:44 Eduardo Valentin
  2013-04-10 14:44 ` [PATCH 1/2] MAINTAINERS: Add Thermal subsystem co-maintainer Eduardo Valentin
  2013-04-10 14:44 ` [PATCH 2/2] MAINTAINERS: Add patchwork entry for Thermal subsystem Eduardo Valentin
  0 siblings, 2 replies; 5+ messages in thread
From: Eduardo Valentin @ 2013-04-10 14:44 UTC (permalink / raw)
  To: Linus Torvalds, Zhang Rui; +Cc: linux-pm, Eduardo Valentin

Hi Linus, Rui,

I am adding myself as thermal subsystem co-maintainer, as discussed
off line with Rui.

The work split will be so that I will help by taking care of platform
thermal drivers and non-ACPI thermal drivers. I will also help by making
sure we keep the thermal framework core code generic enough to cover
the non-ACPI thermal drivers too.

Rui will continue his current role and will be keeping the tree and sending
out the pull requests. I can of course help there too, whenever there is
a need or when he is off.

I took the opportunity to also add the patchwork entry for the thermal subsystem.

Regards,

Eduardo Valentin (2):
  MAINTAINERS: Add Thermal subsystem co-maintainer
  MAINTAINERS: Add patchwork entry for Thermal subsystem

 MAINTAINERS |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

-- 
1.7.7.1.488.ge8e1c


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

* [PATCH 1/2] MAINTAINERS: Add Thermal subsystem co-maintainer
  2013-04-10 14:44 [PATCH 0/2] MAINTAINERS: update thermal subsystem entry Eduardo Valentin
@ 2013-04-10 14:44 ` Eduardo Valentin
  2013-04-12  1:59   ` Zhang Rui
  2013-04-10 14:44 ` [PATCH 2/2] MAINTAINERS: Add patchwork entry for Thermal subsystem Eduardo Valentin
  1 sibling, 1 reply; 5+ messages in thread
From: Eduardo Valentin @ 2013-04-10 14:44 UTC (permalink / raw)
  To: Linus Torvalds, Zhang Rui; +Cc: linux-pm, Eduardo Valentin

Adding myself as co-maintainer for the thermal subsystem.

The agreed work split will be so that as a co-maintainer
I will be taking care of platform thermal drivers, non-ACPI
thermal drivers and making sure the thermal framework core
code will continue to suffice the non-ACPI thermal needs.

Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com>
---
 MAINTAINERS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 836a618..0850f21 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7899,6 +7899,7 @@ F:	arch/xtensa/
 
 THERMAL
 M:      Zhang Rui <rui.zhang@intel.com>
+M:      Eduardo Valentin <eduardo.valentin@ti.com>
 L:      linux-pm@vger.kernel.org
 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
 S:      Supported
-- 
1.7.7.1.488.ge8e1c


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

* [PATCH 2/2] MAINTAINERS: Add patchwork entry for Thermal subsystem
  2013-04-10 14:44 [PATCH 0/2] MAINTAINERS: update thermal subsystem entry Eduardo Valentin
  2013-04-10 14:44 ` [PATCH 1/2] MAINTAINERS: Add Thermal subsystem co-maintainer Eduardo Valentin
@ 2013-04-10 14:44 ` Eduardo Valentin
  2013-04-12  1:59   ` Zhang Rui
  1 sibling, 1 reply; 5+ messages in thread
From: Eduardo Valentin @ 2013-04-10 14:44 UTC (permalink / raw)
  To: Linus Torvalds, Zhang Rui; +Cc: linux-pm, Eduardo Valentin

Update the Thermal subsystem MAINTAINERS entry by adding
its patchwork link.

Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com>
---
 MAINTAINERS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 0850f21..ace0114 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7902,6 +7902,7 @@ M:      Zhang Rui <rui.zhang@intel.com>
 M:      Eduardo Valentin <eduardo.valentin@ti.com>
 L:      linux-pm@vger.kernel.org
 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
+Q:      https://patchwork.kernel.org/project/linux-pm/list/
 S:      Supported
 F:      drivers/thermal/
 F:      include/linux/thermal.h
-- 
1.7.7.1.488.ge8e1c


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

* Re: [PATCH 1/2] MAINTAINERS: Add Thermal subsystem co-maintainer
  2013-04-10 14:44 ` [PATCH 1/2] MAINTAINERS: Add Thermal subsystem co-maintainer Eduardo Valentin
@ 2013-04-12  1:59   ` Zhang Rui
  0 siblings, 0 replies; 5+ messages in thread
From: Zhang Rui @ 2013-04-12  1:59 UTC (permalink / raw)
  To: Eduardo Valentin; +Cc: Linus Torvalds, linux-pm

On Wed, 2013-04-10 at 10:44 -0400, Eduardo Valentin wrote:
> Adding myself as co-maintainer for the thermal subsystem.
> 
> The agreed work split will be so that as a co-maintainer
> I will be taking care of platform thermal drivers, non-ACPI
> thermal drivers and making sure the thermal framework core
> code will continue to suffice the non-ACPI thermal needs.
> 
> Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com>
Acked-by: Zhang Rui <rui.zhang@intel.com>

thanks,
rui
> ---
>  MAINTAINERS |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 836a618..0850f21 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7899,6 +7899,7 @@ F:	arch/xtensa/
>  
>  THERMAL
>  M:      Zhang Rui <rui.zhang@intel.com>
> +M:      Eduardo Valentin <eduardo.valentin@ti.com>
>  L:      linux-pm@vger.kernel.org
>  T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
>  S:      Supported



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

* Re: [PATCH 2/2] MAINTAINERS: Add patchwork entry for Thermal subsystem
  2013-04-10 14:44 ` [PATCH 2/2] MAINTAINERS: Add patchwork entry for Thermal subsystem Eduardo Valentin
@ 2013-04-12  1:59   ` Zhang Rui
  0 siblings, 0 replies; 5+ messages in thread
From: Zhang Rui @ 2013-04-12  1:59 UTC (permalink / raw)
  To: Eduardo Valentin; +Cc: Linus Torvalds, linux-pm

On Wed, 2013-04-10 at 10:44 -0400, Eduardo Valentin wrote:
> Update the Thermal subsystem MAINTAINERS entry by adding
> its patchwork link.
> 
> Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com>
Acked-by: Zhang Rui <rui.zhang@intel.com>

thanks,
rui
> ---
>  MAINTAINERS |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0850f21..ace0114 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7902,6 +7902,7 @@ M:      Zhang Rui <rui.zhang@intel.com>
>  M:      Eduardo Valentin <eduardo.valentin@ti.com>
>  L:      linux-pm@vger.kernel.org
>  T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
> +Q:      https://patchwork.kernel.org/project/linux-pm/list/
>  S:      Supported
>  F:      drivers/thermal/
>  F:      include/linux/thermal.h



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

end of thread, other threads:[~2013-04-12  1:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-10 14:44 [PATCH 0/2] MAINTAINERS: update thermal subsystem entry Eduardo Valentin
2013-04-10 14:44 ` [PATCH 1/2] MAINTAINERS: Add Thermal subsystem co-maintainer Eduardo Valentin
2013-04-12  1:59   ` Zhang Rui
2013-04-10 14:44 ` [PATCH 2/2] MAINTAINERS: Add patchwork entry for Thermal subsystem Eduardo Valentin
2013-04-12  1:59   ` Zhang Rui

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.