linux-samsung-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] clk: samsung: MAINTAINERS: add Krzysztof Kozlowski
@ 2022-08-23  7:31 ` Krzysztof Kozlowski
  2022-08-23  7:36   ` Krzysztof Kozlowski
                     ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Krzysztof Kozlowski @ 2022-08-23  7:31 UTC (permalink / raw)
  To: Sylwester Nawrocki, Tomasz Figa, Chanwoo Choi, Alim Akhtar,
	Michael Turquette, Stephen Boyd, linux-samsung-soc, linux-clk,
	linux-kernel
  Cc: Krzysztof Kozlowski

Add Krzysztof Kozlowski (already Samsung SoC maintainer) as Samsung SoC
clock maintainer to handle the patches.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

---

Agreed with Sylwester who is recently busy. Let me handle some patches
as I already handle rest of Samsung SoC.

I plan to send pulls the same way Sylwester did - to Stephen.
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 5a72b303aed5..13d2b804dfa1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -18048,12 +18048,14 @@ Q:	https://patchwork.linuxtv.org/project/linux-media/list/
 F:	drivers/media/platform/samsung/exynos4-is/
 
 SAMSUNG SOC CLOCK DRIVERS
+M:	Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
 M:	Sylwester Nawrocki <s.nawrocki@samsung.com>
 M:	Tomasz Figa <tomasz.figa@gmail.com>
 M:	Chanwoo Choi <cw00.choi@samsung.com>
 R:	Alim Akhtar <alim.akhtar@samsung.com>
 L:	linux-samsung-soc@vger.kernel.org
 S:	Supported
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/snawrocki/clk.git
 F:	Documentation/devicetree/bindings/clock/samsung,*.yaml
 F:	Documentation/devicetree/bindings/clock/samsung,s3c*
-- 
2.34.1


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

* Re: [PATCH] clk: samsung: MAINTAINERS: add Krzysztof Kozlowski
  2022-08-23  7:31 ` [PATCH] clk: samsung: MAINTAINERS: add Krzysztof Kozlowski Krzysztof Kozlowski
@ 2022-08-23  7:36   ` Krzysztof Kozlowski
  2022-08-23  7:43     ` Chanho Park
  2022-08-23  7:51   ` Sylwester Nawrocki
                     ` (3 subsequent siblings)
  4 siblings, 1 reply; 7+ messages in thread
From: Krzysztof Kozlowski @ 2022-08-23  7:36 UTC (permalink / raw)
  To: Chanho Park, Sam Protsenko
  Cc: Alim Akhtar, Chanwoo Choi, linux-kernel, linux-clk, Tomasz Figa,
	Michael Turquette, Sylwester Nawrocki, Stephen Boyd,
	linux-samsung-soc

On 23/08/2022 10:31, Krzysztof Kozlowski wrote:
> Add Krzysztof Kozlowski (already Samsung SoC maintainer) as Samsung SoC
> clock maintainer to handle the patches.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 
> ---
> 
> Agreed with Sylwester who is recently busy. Let me handle some patches
> as I already handle rest of Samsung SoC.
> 
> I plan to send pulls the same way Sylwester did - to Stephen.


Hi Sam and Chanho,

Please accept our apologies for any delays in handling the patches.

I went through archives and grabbed few remaining Samsung clk patchsets:
1. bindings:
https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git/log/?h=for-v6.0/samsung-clk-dt-bindings

2. clk:
https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git/log/?h=next/clk

3. and DTS via my regular branches.

Everything should pop-up in next linux-next.

If something is still missing/pending/lost, please kindly resend.

Also thanks for your upstream Samsung contributions!

Best regards,
Krzysztof

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

* RE: [PATCH] clk: samsung: MAINTAINERS: add Krzysztof Kozlowski
  2022-08-23  7:36   ` Krzysztof Kozlowski
@ 2022-08-23  7:43     ` Chanho Park
  0 siblings, 0 replies; 7+ messages in thread
From: Chanho Park @ 2022-08-23  7:43 UTC (permalink / raw)
  To: 'Krzysztof Kozlowski', 'Sam Protsenko'
  Cc: 'Alim Akhtar', 'Chanwoo Choi',
	linux-kernel, linux-clk, 'Tomasz Figa',
	'Michael Turquette', 'Sylwester Nawrocki',
	'Stephen Boyd',
	linux-samsung-soc

> > Add Krzysztof Kozlowski (already Samsung SoC maintainer) as Samsung
> > SoC clock maintainer to handle the patches.
> >
> > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> >
> > ---
> >
> > Agreed with Sylwester who is recently busy. Let me handle some patches
> > as I already handle rest of Samsung SoC.
> >
> > I plan to send pulls the same way Sylwester did - to Stephen.
> 
> 
> Hi Sam and Chanho,
> 
> Please accept our apologies for any delays in handling the patches.

No problem :)

> 
> I went through archives and grabbed few remaining Samsung clk patchsets:
> 1. bindings:
> https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git/log/?h=for-
> v6.0/samsung-clk-dt-bindings
> 
> 2. clk:
> https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git/log/?h=next
> /clk
> 
> 3. and DTS via my regular branches.
> 
> Everything should pop-up in next linux-next.
> 
> If something is still missing/pending/lost, please kindly resend.
> 
> Also thanks for your upstream Samsung contributions!

Great. Thanks for your support.

Best Regards,
Chanho Park


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

* Re: [PATCH] clk: samsung: MAINTAINERS: add Krzysztof Kozlowski
  2022-08-23  7:31 ` [PATCH] clk: samsung: MAINTAINERS: add Krzysztof Kozlowski Krzysztof Kozlowski
  2022-08-23  7:36   ` Krzysztof Kozlowski
@ 2022-08-23  7:51   ` Sylwester Nawrocki
  2022-08-23 21:45   ` Stephen Boyd
                     ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Sylwester Nawrocki @ 2022-08-23  7:51 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Tomasz Figa, Chanwoo Choi, Alim Akhtar,
	Michael Turquette, Stephen Boyd, linux-samsung-soc, linux-clk,
	linux-kernel

On 23.08.2022 09:31, Krzysztof Kozlowski wrote:
> Add Krzysztof Kozlowski (already Samsung SoC maintainer) as Samsung SoC
> clock maintainer to handle the patches.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 
> ---
> 
> Agreed with Sylwester who is recently busy. Let me handle some patches
> as I already handle rest of Samsung SoC.
> 
> I plan to send pulls the same way Sylwester did - to Stephen.

Acked-by: Sylwester Nawrocki <s.nawrocki@samsung.com>


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

* Re: [PATCH] clk: samsung: MAINTAINERS: add Krzysztof Kozlowski
  2022-08-23  7:31 ` [PATCH] clk: samsung: MAINTAINERS: add Krzysztof Kozlowski Krzysztof Kozlowski
  2022-08-23  7:36   ` Krzysztof Kozlowski
  2022-08-23  7:51   ` Sylwester Nawrocki
@ 2022-08-23 21:45   ` Stephen Boyd
  2022-08-23 22:06   ` Chanwoo Choi
  2022-08-24 13:11   ` Krzysztof Kozlowski
  4 siblings, 0 replies; 7+ messages in thread
From: Stephen Boyd @ 2022-08-23 21:45 UTC (permalink / raw)
  To: Alim Akhtar, Chanwoo Choi, Krzysztof Kozlowski,
	Michael Turquette, Sylwester Nawrocki, Tomasz Figa, linux-clk,
	linux-kernel, linux-samsung-soc
  Cc: Krzysztof Kozlowski

Quoting Krzysztof Kozlowski (2022-08-23 00:31:54)
> Add Krzysztof Kozlowski (already Samsung SoC maintainer) as Samsung SoC
> clock maintainer to handle the patches.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 
> ---

Acked-by: Stephen Boyd <sboyd@kernel.org>

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

* Re: [PATCH] clk: samsung: MAINTAINERS: add Krzysztof Kozlowski
  2022-08-23  7:31 ` [PATCH] clk: samsung: MAINTAINERS: add Krzysztof Kozlowski Krzysztof Kozlowski
                     ` (2 preceding siblings ...)
  2022-08-23 21:45   ` Stephen Boyd
@ 2022-08-23 22:06   ` Chanwoo Choi
  2022-08-24 13:11   ` Krzysztof Kozlowski
  4 siblings, 0 replies; 7+ messages in thread
From: Chanwoo Choi @ 2022-08-23 22:06 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Sylwester Nawrocki, Tomasz Figa,
	Chanwoo Choi, Alim Akhtar, Michael Turquette, Stephen Boyd,
	linux-samsung-soc, linux-clk, linux-kernel

On 22. 8. 23. 16:31, Krzysztof Kozlowski wrote:
> Add Krzysztof Kozlowski (already Samsung SoC maintainer) as Samsung SoC
> clock maintainer to handle the patches.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 
> ---
> 
> Agreed with Sylwester who is recently busy. Let me handle some patches
> as I already handle rest of Samsung SoC.
> 
> I plan to send pulls the same way Sylwester did - to Stephen.
> ---
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 5a72b303aed5..13d2b804dfa1 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -18048,12 +18048,14 @@ Q:	https://patchwork.linuxtv.org/project/linux-media/list/
>  F:	drivers/media/platform/samsung/exynos4-is/
>  
>  SAMSUNG SOC CLOCK DRIVERS
> +M:	Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>  M:	Sylwester Nawrocki <s.nawrocki@samsung.com>
>  M:	Tomasz Figa <tomasz.figa@gmail.com>
>  M:	Chanwoo Choi <cw00.choi@samsung.com>
>  R:	Alim Akhtar <alim.akhtar@samsung.com>
>  L:	linux-samsung-soc@vger.kernel.org
>  S:	Supported
> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/snawrocki/clk.git
>  F:	Documentation/devicetree/bindings/clock/samsung,*.yaml
>  F:	Documentation/devicetree/bindings/clock/samsung,s3c*

Acked-by: Chanwoo Choi <cw00.choi@samsung.com>

-- 
Best Regards,
Samsung Electronics
Chanwoo Choi

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

* Re: [PATCH] clk: samsung: MAINTAINERS: add Krzysztof Kozlowski
  2022-08-23  7:31 ` [PATCH] clk: samsung: MAINTAINERS: add Krzysztof Kozlowski Krzysztof Kozlowski
                     ` (3 preceding siblings ...)
  2022-08-23 22:06   ` Chanwoo Choi
@ 2022-08-24 13:11   ` Krzysztof Kozlowski
  4 siblings, 0 replies; 7+ messages in thread
From: Krzysztof Kozlowski @ 2022-08-24 13:11 UTC (permalink / raw)
  To: sboyd, cw00.choi, tomasz.figa, krzysztof.kozlowski, linux-kernel,
	s.nawrocki, mturquette, alim.akhtar, linux-clk,
	linux-samsung-soc

On Tue, 23 Aug 2022 10:31:54 +0300, Krzysztof Kozlowski wrote:
> Add Krzysztof Kozlowski (already Samsung SoC maintainer) as Samsung SoC
> clock maintainer to handle the patches.
> 
> 

Applied, thanks!

[1/1] clk: samsung: MAINTAINERS: add Krzysztof Kozlowski
      https://git.kernel.org/krzk/linux/c/ef96c458888fa2a329b14efc7991530f645fbddb

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

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

end of thread, other threads:[~2022-08-24 13:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20220823073202eucas1p148f4ef93a8469ccfb5f4f2bdc7146555@eucas1p1.samsung.com>
2022-08-23  7:31 ` [PATCH] clk: samsung: MAINTAINERS: add Krzysztof Kozlowski Krzysztof Kozlowski
2022-08-23  7:36   ` Krzysztof Kozlowski
2022-08-23  7:43     ` Chanho Park
2022-08-23  7:51   ` Sylwester Nawrocki
2022-08-23 21:45   ` Stephen Boyd
2022-08-23 22:06   ` Chanwoo Choi
2022-08-24 13:11   ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).