public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Switch to kernel.org account for Krzysztof Kozlowski
@ 2016-08-15 17:17 Krzysztof Kozlowski
  2016-08-15 17:36 ` Joe Perches
  2016-08-16 10:36 ` Bartlomiej Zolnierkiewicz
  0 siblings, 2 replies; 7+ messages in thread
From: Krzysztof Kozlowski @ 2016-08-15 17:17 UTC (permalink / raw)
  To: Krzysztof Kozlowski, linux-kernel, linux-samsung-soc,
	linux-arm-kernel
  Cc: Kukjin Kim, Arnd Bergmann, Olof Johansson, Kevin Hilman,
	Krzysztof Kozlowski

Change my email address to kernel.org account instead of Samsung one.
Also switch Maxim MUIC charger drivers from supported to maintained
mode.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Cc: Kukjin Kim <kgene@kernel.org>
Cc: linux-samsung-soc@vger.kernel.org

---

Affected drivers/subsystems:
1. arch/arm,
2. mfd,
3. power,
4. regulator,
5. clk,
6. rtc,
7. extcon,
8. pinctrl,
9. sound/soc,

However if there are no objections, I can push it through my tree (to
arm-soc folks).
---
 MAINTAINERS | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 45c98485c3f0..d437e0123bac 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1623,7 +1623,7 @@ N:	rockchip
 
 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
 M:	Kukjin Kim <kgene@kernel.org>
-M:	Krzysztof Kozlowski <k.kozlowski@samsung.com>
+M:	Krzysztof Kozlowski <krzk@kernel.org>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 L:	linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
 S:	Maintained
@@ -7465,9 +7465,9 @@ F:	Documentation/devicetree/bindings/sound/max9860.txt
 F:	sound/soc/codecs/max9860.*
 
 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
-M:	Krzysztof Kozlowski <k.kozlowski@samsung.com>
+M:	Krzysztof Kozlowski <krzk@kernel.org>
 L:	linux-pm@vger.kernel.org
-S:	Supported
+S:	Maintained
 F:	drivers/power/supply/max14577_charger.c
 F:	drivers/power/supply/max77693_charger.c
 
@@ -7481,7 +7481,7 @@ F:	include/dt-bindings/*/*max77802.h
 
 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
 M:	Chanwoo Choi <cw00.choi@samsung.com>
-M:	Krzysztof Kozlowski <k.kozlowski@samsung.com>
+M:	Krzysztof Kozlowski <krzk@kernel.org>
 L:	linux-kernel@vger.kernel.org
 S:	Supported
 F:	drivers/*/max14577*.c
@@ -9258,7 +9258,7 @@ F:	drivers/pinctrl/sh-pfc/
 
 PIN CONTROLLER - SAMSUNG
 M:	Tomasz Figa <tomasz.figa@gmail.com>
-M:	Krzysztof Kozlowski <k.kozlowski@samsung.com>
+M:	Krzysztof Kozlowski <krzk@kernel.org>
 M:	Sylwester Nawrocki <s.nawrocki@samsung.com>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 L:	linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
@@ -10189,7 +10189,7 @@ S:	Maintained
 F:	drivers/platform/x86/samsung-laptop.c
 
 SAMSUNG AUDIO (ASoC) DRIVERS
-M:	Krzysztof Kozlowski <k.kozlowski@samsung.com>
+M:	Krzysztof Kozlowski <krzk@kernel.org>
 M:	Sangbeom Kim <sbkim73@samsung.com>
 M:	Sylwester Nawrocki <s.nawrocki@samsung.com>
 L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
@@ -10204,7 +10204,7 @@ F:	drivers/video/fbdev/s3c-fb.c
 
 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
 M:	Sangbeom Kim <sbkim73@samsung.com>
-M:	Krzysztof Kozlowski <k.kozlowski@samsung.com>
+M:	Krzysztof Kozlowski <krzk@kernel.org>
 L:	linux-kernel@vger.kernel.org
 L:	linux-samsung-soc@vger.kernel.org
 S:	Supported
-- 
2.7.4

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

* Re: [PATCH] MAINTAINERS: Switch to kernel.org account for Krzysztof Kozlowski
  2016-08-15 17:17 [PATCH] MAINTAINERS: Switch to kernel.org account for Krzysztof Kozlowski Krzysztof Kozlowski
@ 2016-08-15 17:36 ` Joe Perches
  2016-08-15 17:46   ` Krzysztof Kozlowski
  2016-08-16 10:36 ` Bartlomiej Zolnierkiewicz
  1 sibling, 1 reply; 7+ messages in thread
From: Joe Perches @ 2016-08-15 17:36 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Krzysztof Kozlowski, linux-kernel,
	linux-samsung-soc, linux-arm-kernel
  Cc: Kukjin Kim, Arnd Bergmann, Olof Johansson, Kevin Hilman

On Mon, 2016-08-15 at 19:17 +0200, Krzysztof Kozlowski wrote:
> Change my email address to kernel.org account instead of Samsung one.
> Also switch Maxim MUIC charger drivers from supported to maintained
> mode.

You should probably add a .mailmap entry too

Krzysztof Kozlowski <krzk@kernel.org> <k.kozlowski@samsung.com>

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

* Re: [PATCH] MAINTAINERS: Switch to kernel.org account for Krzysztof Kozlowski
  2016-08-15 17:36 ` Joe Perches
@ 2016-08-15 17:46   ` Krzysztof Kozlowski
  2016-08-15 17:51     ` Joe Perches
  0 siblings, 1 reply; 7+ messages in thread
From: Krzysztof Kozlowski @ 2016-08-15 17:46 UTC (permalink / raw)
  To: Joe Perches
  Cc: Krzysztof Kozlowski, Krzysztof Kozlowski, linux-kernel,
	linux-samsung-soc, linux-arm-kernel, Kukjin Kim, Arnd Bergmann,
	Olof Johansson, Kevin Hilman

On Mon, Aug 15, 2016 at 10:36:45AM -0700, Joe Perches wrote:
> On Mon, 2016-08-15 at 19:17 +0200, Krzysztof Kozlowski wrote:
> > Change my email address to kernel.org account instead of Samsung one.
> > Also switch Maxim MUIC charger drivers from supported to maintained
> > mode.
> 
> You should probably add a .mailmap entry too
> 
> Krzysztof Kozlowski <krzk@kernel.org> <k.kozlowski@samsung.com>

I wasn't sure about this. When is mailmap used? For shortlog and
"get_maintainers --git"?

Best regards,
Krzysztof

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

* Re: [PATCH] MAINTAINERS: Switch to kernel.org account for Krzysztof Kozlowski
  2016-08-15 17:46   ` Krzysztof Kozlowski
@ 2016-08-15 17:51     ` Joe Perches
  2016-08-15 17:59       ` Krzysztof Kozlowski
  0 siblings, 1 reply; 7+ messages in thread
From: Joe Perches @ 2016-08-15 17:51 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Krzysztof Kozlowski, linux-kernel, linux-samsung-soc,
	linux-arm-kernel, Kukjin Kim, Arnd Bergmann, Olof Johansson,
	Kevin Hilman

On Mon, 2016-08-15 at 19:46 +0200, Krzysztof Kozlowski wrote:
> On Mon, Aug 15, 2016 at 10:36:45AM -0700, Joe Perches wrote:
> > 
> > On Mon, 2016-08-15 at 19:17 +0200, Krzysztof Kozlowski wrote:
> > > 
> > > Change my email address to kernel.org account instead of Samsung one.
> > > Also switch Maxim MUIC charger drivers from supported to maintained
> > > mode.
> > You should probably add a .mailmap entry too
> > 
> > Krzysztof Kozlowski <krzk@kernel.org> <k.kozlowski@samsung.com>
> I wasn't sure about this. When is mailmap used? For shortlog and
> "get_maintainers --git"?

git shortlog with option -e and always with get_maintainer.pl

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

* Re: [PATCH] MAINTAINERS: Switch to kernel.org account for Krzysztof Kozlowski
  2016-08-15 17:51     ` Joe Perches
@ 2016-08-15 17:59       ` Krzysztof Kozlowski
  0 siblings, 0 replies; 7+ messages in thread
From: Krzysztof Kozlowski @ 2016-08-15 17:59 UTC (permalink / raw)
  To: Joe Perches
  Cc: Krzysztof Kozlowski, Krzysztof Kozlowski, linux-kernel,
	linux-samsung-soc, linux-arm-kernel, Kukjin Kim, Arnd Bergmann,
	Olof Johansson, Kevin Hilman

On Mon, Aug 15, 2016 at 10:51:07AM -0700, Joe Perches wrote:
> On Mon, 2016-08-15 at 19:46 +0200, Krzysztof Kozlowski wrote:
> > On Mon, Aug 15, 2016 at 10:36:45AM -0700, Joe Perches wrote:
> > > 
> > > On Mon, 2016-08-15 at 19:17 +0200, Krzysztof Kozlowski wrote:
> > > > 
> > > > Change my email address to kernel.org account instead of Samsung one.
> > > > Also switch Maxim MUIC charger drivers from supported to maintained
> > > > mode.
> > > You should probably add a .mailmap entry too
> > > 
> > > Krzysztof Kozlowski <krzk@kernel.org> <k.kozlowski@samsung.com>
> > I wasn't sure about this. When is mailmap used? For shortlog and
> > "get_maintainers --git"?
> 
> git shortlog with option -e and always with get_maintainer.pl

Indeed "shortlog -e" splits my humble person. I'll change also mailmap,
thanks for hint!

Best regards,
Krzysztof

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

* Re: [PATCH] MAINTAINERS: Switch to kernel.org account for Krzysztof Kozlowski
  2016-08-15 17:17 [PATCH] MAINTAINERS: Switch to kernel.org account for Krzysztof Kozlowski Krzysztof Kozlowski
  2016-08-15 17:36 ` Joe Perches
@ 2016-08-16 10:36 ` Bartlomiej Zolnierkiewicz
  2016-08-16 12:01   ` Krzysztof Kozlowski
  1 sibling, 1 reply; 7+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2016-08-16 10:36 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Krzysztof Kozlowski, linux-kernel, linux-samsung-soc,
	linux-arm-kernel, Kukjin Kim, Arnd Bergmann, Olof Johansson,
	Kevin Hilman


Hi,

On Monday, August 15, 2016 07:17:49 PM Krzysztof Kozlowski wrote:
> Change my email address to kernel.org account instead of Samsung one.
> Also switch Maxim MUIC charger drivers from supported to maintained
> mode.

I would like to help with maintaining affected drivers/subsystems
from Samsung R&D Institute Poland's side (I can devote some of my
paid time for this) after your departure from the company.

Would it be possible to add me as co-maintainer to affected
drivers/subsystems (except pinctrl and sound/soc ones as they are
already covered by Sylwester Nawrocki)?

Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics

> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> Cc: Kukjin Kim <kgene@kernel.org>
> Cc: linux-samsung-soc@vger.kernel.org
> 
> ---
> 
> Affected drivers/subsystems:
> 1. arch/arm,
> 2. mfd,
> 3. power,
> 4. regulator,
> 5. clk,
> 6. rtc,
> 7. extcon,
> 8. pinctrl,
> 9. sound/soc,
> 
> However if there are no objections, I can push it through my tree (to
> arm-soc folks).
> ---
>  MAINTAINERS | 14 +++++++-------
>  1 file changed, 7 insertions(+), 7 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 45c98485c3f0..d437e0123bac 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1623,7 +1623,7 @@ N:	rockchip
>  
>  ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
>  M:	Kukjin Kim <kgene@kernel.org>
> -M:	Krzysztof Kozlowski <k.kozlowski@samsung.com>
> +M:	Krzysztof Kozlowski <krzk@kernel.org>
>  L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>  L:	linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
>  S:	Maintained
> @@ -7465,9 +7465,9 @@ F:	Documentation/devicetree/bindings/sound/max9860.txt
>  F:	sound/soc/codecs/max9860.*
>  
>  MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
> -M:	Krzysztof Kozlowski <k.kozlowski@samsung.com>
> +M:	Krzysztof Kozlowski <krzk@kernel.org>
>  L:	linux-pm@vger.kernel.org
> -S:	Supported
> +S:	Maintained
>  F:	drivers/power/supply/max14577_charger.c
>  F:	drivers/power/supply/max77693_charger.c
>  
> @@ -7481,7 +7481,7 @@ F:	include/dt-bindings/*/*max77802.h
>  
>  MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
>  M:	Chanwoo Choi <cw00.choi@samsung.com>
> -M:	Krzysztof Kozlowski <k.kozlowski@samsung.com>
> +M:	Krzysztof Kozlowski <krzk@kernel.org>
>  L:	linux-kernel@vger.kernel.org
>  S:	Supported
>  F:	drivers/*/max14577*.c
> @@ -9258,7 +9258,7 @@ F:	drivers/pinctrl/sh-pfc/
>  
>  PIN CONTROLLER - SAMSUNG
>  M:	Tomasz Figa <tomasz.figa@gmail.com>
> -M:	Krzysztof Kozlowski <k.kozlowski@samsung.com>
> +M:	Krzysztof Kozlowski <krzk@kernel.org>
>  M:	Sylwester Nawrocki <s.nawrocki@samsung.com>
>  L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>  L:	linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
> @@ -10189,7 +10189,7 @@ S:	Maintained
>  F:	drivers/platform/x86/samsung-laptop.c
>  
>  SAMSUNG AUDIO (ASoC) DRIVERS
> -M:	Krzysztof Kozlowski <k.kozlowski@samsung.com>
> +M:	Krzysztof Kozlowski <krzk@kernel.org>
>  M:	Sangbeom Kim <sbkim73@samsung.com>
>  M:	Sylwester Nawrocki <s.nawrocki@samsung.com>
>  L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
> @@ -10204,7 +10204,7 @@ F:	drivers/video/fbdev/s3c-fb.c
>  
>  SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
>  M:	Sangbeom Kim <sbkim73@samsung.com>
> -M:	Krzysztof Kozlowski <k.kozlowski@samsung.com>
> +M:	Krzysztof Kozlowski <krzk@kernel.org>
>  L:	linux-kernel@vger.kernel.org
>  L:	linux-samsung-soc@vger.kernel.org
>  S:	Supported

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

* Re: [PATCH] MAINTAINERS: Switch to kernel.org account for Krzysztof Kozlowski
  2016-08-16 10:36 ` Bartlomiej Zolnierkiewicz
@ 2016-08-16 12:01   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 7+ messages in thread
From: Krzysztof Kozlowski @ 2016-08-16 12:01 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz
  Cc: Krzysztof Kozlowski, linux-kernel, linux-samsung-soc,
	linux-arm-kernel, Kukjin Kim, Arnd Bergmann, Olof Johansson,
	Kevin Hilman

On 08/16/2016 12:36 PM, Bartlomiej Zolnierkiewicz wrote:
> 
> Hi,
> 
> On Monday, August 15, 2016 07:17:49 PM Krzysztof Kozlowski wrote:
>> Change my email address to kernel.org account instead of Samsung one.
>> Also switch Maxim MUIC charger drivers from supported to maintained
>> mode.
> 
> I would like to help with maintaining affected drivers/subsystems
> from Samsung R&D Institute Poland's side (I can devote some of my
> paid time for this) after your departure from the company.
> 
> Would it be possible to add me as co-maintainer to affected
> drivers/subsystems (except pinctrl and sound/soc ones as they are
> already covered by Sylwester Nawrocki)?

Awesome! I'll add you to the MUICs/PMICs and leave the "supported" state
for Maxim chargers.

Best regards,
Krzysztof

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

end of thread, other threads:[~2016-08-16 12:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-15 17:17 [PATCH] MAINTAINERS: Switch to kernel.org account for Krzysztof Kozlowski Krzysztof Kozlowski
2016-08-15 17:36 ` Joe Perches
2016-08-15 17:46   ` Krzysztof Kozlowski
2016-08-15 17:51     ` Joe Perches
2016-08-15 17:59       ` Krzysztof Kozlowski
2016-08-16 10:36 ` Bartlomiej Zolnierkiewicz
2016-08-16 12:01   ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox