All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cpuidle: add MAINTAINERS entry for ARM Exynos cpuidle driver
@ 2014-12-02 15:41 ` Bartlomiej Zolnierkiewicz
  0 siblings, 0 replies; 6+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2014-12-02 15:41 UTC (permalink / raw)
  To: Daniel Lezcano
  Cc: Kukjin Kim, Kukjin Kim, Kyungmin Park, linux-samsung-soc,
	linux-arm-kernel, linux-pm, linux-kernel

Since there has been quite a lot of development going on for
ARM Exynos cpuidle driver recently I would like to add separate
MAINTAINERS entry for it and add myself as the primary maintainer.

The merging process would remain (almost) unchanged with patches
going (with my Ack) through Daniel's or Kukjin's tree.

Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
---
 MAINTAINERS |   10 ++++++++++
 1 file changed, 10 insertions(+)

Index: b/MAINTAINERS
===================================================================
--- a/MAINTAINERS	2014-11-27 18:02:51.988225868 +0100
+++ b/MAINTAINERS	2014-12-02 15:56:52.792997513 +0100
@@ -2701,6 +2701,16 @@ T:	git git://git.kernel.org/pub/scm/linu
 S:	Maintained
 F:	drivers/cpuidle/cpuidle-big_little.c
 
+CPUIDLE DRIVER - ARM EXYNOS
+M:	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
+M:	Daniel Lezcano <daniel.lezcano@linaro.org>
+M:	Kukjin Kim <kgene@kernel.org>
+L:	linux-pm@vger.kernel.org
+L:	linux-samsung-soc@vger.kernel.org
+S:	Supported
+F:	drivers/cpuidle/cpuidle-exynos.c
+F:	arch/arm/mach-exynos/pm.c
+
 CPUIDLE DRIVERS
 M:	Rafael J. Wysocki <rjw@rjwysocki.net>
 M:	Daniel Lezcano <daniel.lezcano@linaro.org>


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

* [PATCH] cpuidle: add MAINTAINERS entry for ARM Exynos cpuidle driver
@ 2014-12-02 15:41 ` Bartlomiej Zolnierkiewicz
  0 siblings, 0 replies; 6+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2014-12-02 15:41 UTC (permalink / raw)
  To: linux-arm-kernel

Since there has been quite a lot of development going on for
ARM Exynos cpuidle driver recently I would like to add separate
MAINTAINERS entry for it and add myself as the primary maintainer.

The merging process would remain (almost) unchanged with patches
going (with my Ack) through Daniel's or Kukjin's tree.

Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
---
 MAINTAINERS |   10 ++++++++++
 1 file changed, 10 insertions(+)

Index: b/MAINTAINERS
===================================================================
--- a/MAINTAINERS	2014-11-27 18:02:51.988225868 +0100
+++ b/MAINTAINERS	2014-12-02 15:56:52.792997513 +0100
@@ -2701,6 +2701,16 @@ T:	git git://git.kernel.org/pub/scm/linu
 S:	Maintained
 F:	drivers/cpuidle/cpuidle-big_little.c
 
+CPUIDLE DRIVER - ARM EXYNOS
+M:	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
+M:	Daniel Lezcano <daniel.lezcano@linaro.org>
+M:	Kukjin Kim <kgene@kernel.org>
+L:	linux-pm at vger.kernel.org
+L:	linux-samsung-soc at vger.kernel.org
+S:	Supported
+F:	drivers/cpuidle/cpuidle-exynos.c
+F:	arch/arm/mach-exynos/pm.c
+
 CPUIDLE DRIVERS
 M:	Rafael J. Wysocki <rjw@rjwysocki.net>
 M:	Daniel Lezcano <daniel.lezcano@linaro.org>

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

* Re: [PATCH] cpuidle: add MAINTAINERS entry for ARM Exynos cpuidle driver
  2014-12-02 15:41 ` Bartlomiej Zolnierkiewicz
@ 2014-12-03  0:08   ` Rafael J. Wysocki
  -1 siblings, 0 replies; 6+ messages in thread
From: Rafael J. Wysocki @ 2014-12-03  0:08 UTC (permalink / raw)
  To: Daniel Lezcano
  Cc: Bartlomiej Zolnierkiewicz, Kukjin Kim, Kukjin Kim, Kyungmin Park,
	linux-samsung-soc, linux-arm-kernel, linux-pm, linux-kernel

On Tuesday, December 02, 2014 04:41:35 PM Bartlomiej Zolnierkiewicz wrote:
> Since there has been quite a lot of development going on for
> ARM Exynos cpuidle driver recently I would like to add separate
> MAINTAINERS entry for it and add myself as the primary maintainer.
> 
> The merging process would remain (almost) unchanged with patches
> going (with my Ack) through Daniel's or Kukjin's tree.
> 
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
> Acked-by: Kyungmin Park <kyungmin.park@samsung.com>

Daniel, do you want me to apply this, or are you going to do that?

> ---
>  MAINTAINERS |   10 ++++++++++
>  1 file changed, 10 insertions(+)
> 
> Index: b/MAINTAINERS
> ===================================================================
> --- a/MAINTAINERS	2014-11-27 18:02:51.988225868 +0100
> +++ b/MAINTAINERS	2014-12-02 15:56:52.792997513 +0100
> @@ -2701,6 +2701,16 @@ T:	git git://git.kernel.org/pub/scm/linu
>  S:	Maintained
>  F:	drivers/cpuidle/cpuidle-big_little.c
>  
> +CPUIDLE DRIVER - ARM EXYNOS
> +M:	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
> +M:	Daniel Lezcano <daniel.lezcano@linaro.org>
> +M:	Kukjin Kim <kgene@kernel.org>
> +L:	linux-pm@vger.kernel.org
> +L:	linux-samsung-soc@vger.kernel.org
> +S:	Supported
> +F:	drivers/cpuidle/cpuidle-exynos.c
> +F:	arch/arm/mach-exynos/pm.c
> +
>  CPUIDLE DRIVERS
>  M:	Rafael J. Wysocki <rjw@rjwysocki.net>
>  M:	Daniel Lezcano <daniel.lezcano@linaro.org>
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-pm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

-- 
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.

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

* [PATCH] cpuidle: add MAINTAINERS entry for ARM Exynos cpuidle driver
@ 2014-12-03  0:08   ` Rafael J. Wysocki
  0 siblings, 0 replies; 6+ messages in thread
From: Rafael J. Wysocki @ 2014-12-03  0:08 UTC (permalink / raw)
  To: linux-arm-kernel

On Tuesday, December 02, 2014 04:41:35 PM Bartlomiej Zolnierkiewicz wrote:
> Since there has been quite a lot of development going on for
> ARM Exynos cpuidle driver recently I would like to add separate
> MAINTAINERS entry for it and add myself as the primary maintainer.
> 
> The merging process would remain (almost) unchanged with patches
> going (with my Ack) through Daniel's or Kukjin's tree.
> 
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
> Acked-by: Kyungmin Park <kyungmin.park@samsung.com>

Daniel, do you want me to apply this, or are you going to do that?

> ---
>  MAINTAINERS |   10 ++++++++++
>  1 file changed, 10 insertions(+)
> 
> Index: b/MAINTAINERS
> ===================================================================
> --- a/MAINTAINERS	2014-11-27 18:02:51.988225868 +0100
> +++ b/MAINTAINERS	2014-12-02 15:56:52.792997513 +0100
> @@ -2701,6 +2701,16 @@ T:	git git://git.kernel.org/pub/scm/linu
>  S:	Maintained
>  F:	drivers/cpuidle/cpuidle-big_little.c
>  
> +CPUIDLE DRIVER - ARM EXYNOS
> +M:	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
> +M:	Daniel Lezcano <daniel.lezcano@linaro.org>
> +M:	Kukjin Kim <kgene@kernel.org>
> +L:	linux-pm at vger.kernel.org
> +L:	linux-samsung-soc at vger.kernel.org
> +S:	Supported
> +F:	drivers/cpuidle/cpuidle-exynos.c
> +F:	arch/arm/mach-exynos/pm.c
> +
>  CPUIDLE DRIVERS
>  M:	Rafael J. Wysocki <rjw@rjwysocki.net>
>  M:	Daniel Lezcano <daniel.lezcano@linaro.org>
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-pm" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

-- 
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.

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

* Re: [PATCH] cpuidle: add MAINTAINERS entry for ARM Exynos cpuidle driver
  2014-12-03  0:08   ` Rafael J. Wysocki
@ 2014-12-03  9:06     ` Daniel Lezcano
  -1 siblings, 0 replies; 6+ messages in thread
From: Daniel Lezcano @ 2014-12-03  9:06 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Bartlomiej Zolnierkiewicz, Kukjin Kim, Kukjin Kim, Kyungmin Park,
	linux-samsung-soc, linux-arm-kernel, linux-pm, linux-kernel

On 12/03/2014 01:08 AM, Rafael J. Wysocki wrote:
> On Tuesday, December 02, 2014 04:41:35 PM Bartlomiej Zolnierkiewicz wrote:
>> Since there has been quite a lot of development going on for
>> ARM Exynos cpuidle driver recently I would like to add separate
>> MAINTAINERS entry for it and add myself as the primary maintainer.
>>
>> The merging process would remain (almost) unchanged with patches
>> going (with my Ack) through Daniel's or Kukjin's tree.
>>
>> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
>> Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
>
> Daniel, do you want me to apply this, or are you going to do that?

Please apply it.

Thanks !
  -- Daniel

>> ---
>>   MAINTAINERS |   10 ++++++++++
>>   1 file changed, 10 insertions(+)
>>
>> Index: b/MAINTAINERS
>> ===================================================================
>> --- a/MAINTAINERS	2014-11-27 18:02:51.988225868 +0100
>> +++ b/MAINTAINERS	2014-12-02 15:56:52.792997513 +0100
>> @@ -2701,6 +2701,16 @@ T:	git git://git.kernel.org/pub/scm/linu
>>   S:	Maintained
>>   F:	drivers/cpuidle/cpuidle-big_little.c
>>
>> +CPUIDLE DRIVER - ARM EXYNOS
>> +M:	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
>> +M:	Daniel Lezcano <daniel.lezcano@linaro.org>
>> +M:	Kukjin Kim <kgene@kernel.org>
>> +L:	linux-pm@vger.kernel.org
>> +L:	linux-samsung-soc@vger.kernel.org
>> +S:	Supported
>> +F:	drivers/cpuidle/cpuidle-exynos.c
>> +F:	arch/arm/mach-exynos/pm.c
>> +
>>   CPUIDLE DRIVERS
>>   M:	Rafael J. Wysocki <rjw@rjwysocki.net>
>>   M:	Daniel Lezcano <daniel.lezcano@linaro.org>
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-pm" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>


-- 
  <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog


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

* [PATCH] cpuidle: add MAINTAINERS entry for ARM Exynos cpuidle driver
@ 2014-12-03  9:06     ` Daniel Lezcano
  0 siblings, 0 replies; 6+ messages in thread
From: Daniel Lezcano @ 2014-12-03  9:06 UTC (permalink / raw)
  To: linux-arm-kernel

On 12/03/2014 01:08 AM, Rafael J. Wysocki wrote:
> On Tuesday, December 02, 2014 04:41:35 PM Bartlomiej Zolnierkiewicz wrote:
>> Since there has been quite a lot of development going on for
>> ARM Exynos cpuidle driver recently I would like to add separate
>> MAINTAINERS entry for it and add myself as the primary maintainer.
>>
>> The merging process would remain (almost) unchanged with patches
>> going (with my Ack) through Daniel's or Kukjin's tree.
>>
>> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
>> Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
>
> Daniel, do you want me to apply this, or are you going to do that?

Please apply it.

Thanks !
  -- Daniel

>> ---
>>   MAINTAINERS |   10 ++++++++++
>>   1 file changed, 10 insertions(+)
>>
>> Index: b/MAINTAINERS
>> ===================================================================
>> --- a/MAINTAINERS	2014-11-27 18:02:51.988225868 +0100
>> +++ b/MAINTAINERS	2014-12-02 15:56:52.792997513 +0100
>> @@ -2701,6 +2701,16 @@ T:	git git://git.kernel.org/pub/scm/linu
>>   S:	Maintained
>>   F:	drivers/cpuidle/cpuidle-big_little.c
>>
>> +CPUIDLE DRIVER - ARM EXYNOS
>> +M:	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
>> +M:	Daniel Lezcano <daniel.lezcano@linaro.org>
>> +M:	Kukjin Kim <kgene@kernel.org>
>> +L:	linux-pm at vger.kernel.org
>> +L:	linux-samsung-soc at vger.kernel.org
>> +S:	Supported
>> +F:	drivers/cpuidle/cpuidle-exynos.c
>> +F:	arch/arm/mach-exynos/pm.c
>> +
>>   CPUIDLE DRIVERS
>>   M:	Rafael J. Wysocki <rjw@rjwysocki.net>
>>   M:	Daniel Lezcano <daniel.lezcano@linaro.org>
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-pm" in
>> the body of a message to majordomo at vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>


-- 
  <http://www.linaro.org/> Linaro.org ? Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

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

end of thread, other threads:[~2014-12-03  9:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-02 15:41 [PATCH] cpuidle: add MAINTAINERS entry for ARM Exynos cpuidle driver Bartlomiej Zolnierkiewicz
2014-12-02 15:41 ` Bartlomiej Zolnierkiewicz
2014-12-03  0:08 ` Rafael J. Wysocki
2014-12-03  0:08   ` Rafael J. Wysocki
2014-12-03  9:06   ` Daniel Lezcano
2014-12-03  9:06     ` Daniel Lezcano

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.