public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add myself as SAMSUNG SOC CLOCK DRIVERS
@ 2016-08-18 12:47 Chanwoo Choi
  2016-08-22 10:01 ` Sylwester Nawrocki
  0 siblings, 1 reply; 3+ messages in thread
From: Chanwoo Choi @ 2016-08-18 12:47 UTC (permalink / raw)
  To: s.nawrocki, tomasz.figa, k.kozlowski, kgene, linux-samsung-soc
  Cc: linux-kernel, linux-clk, chanwoo, Chanwoo Choi

Add the myself to the entry of SAMSUNG SOC CLOCK DRIVERS to review
and test the patches as supporter. I will help them. I can access the all
datasheet of Exynos SoC and test it on Exynos-based board. I was implemented
the exynos4415/5433 clock driver as author and handled the exynos3250 clock
driver. Lastly, adding the missing information of the exynos clock drivers.

Cc: Sylwester Nawrocki <s.nawrocki@samsung.com>
Cc: Tomasz Figa <tomasz.figa@gmail.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
---
 MAINTAINERS | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 20bb1d00098c..442d6f5c65be 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10233,9 +10233,12 @@ F:	drivers/nfc/s3fwrn5
 SAMSUNG SOC CLOCK DRIVERS
 M:	Sylwester Nawrocki <s.nawrocki@samsung.com>
 M:	Tomasz Figa <tomasz.figa@gmail.com>
+M:	Chanwoo Choi <cw00.choi@samsung.com>
 S:	Supported
 L:	linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
 F:	drivers/clk/samsung/
+F:	include/dt-bindings/clock/exynos*.h
+F:	Documentation/devicetree/bindings/clock/exynos*.txt
 
 SAMSUNG SXGBE DRIVERS
 M:	Byungho An <bh74.an@samsung.com>
-- 
1.9.1

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

* Re: [PATCH] MAINTAINERS: Add myself as SAMSUNG SOC CLOCK DRIVERS
  2016-08-18 12:47 [PATCH] MAINTAINERS: Add myself as SAMSUNG SOC CLOCK DRIVERS Chanwoo Choi
@ 2016-08-22 10:01 ` Sylwester Nawrocki
  2016-08-22 10:19   ` Chanwoo Choi
  0 siblings, 1 reply; 3+ messages in thread
From: Sylwester Nawrocki @ 2016-08-22 10:01 UTC (permalink / raw)
  To: Chanwoo Choi
  Cc: tomasz.figa, k.kozlowski, kgene, linux-samsung-soc, linux-kernel,
	linux-clk, chanwoo

Hi Chanwoo,

On 08/18/2016 02:47 PM, Chanwoo Choi wrote:
> Add the myself to the entry of SAMSUNG SOC CLOCK DRIVERS to review
> and test the patches as supporter. I will help them. I can access the all
> datasheet of Exynos SoC and test it on Exynos-based board. I was implemented
> the exynos4415/5433 clock driver as author and handled the exynos3250 clock
> driver. Lastly, adding the missing information of the exynos clock drivers.
> 
> Cc: Sylwester Nawrocki <s.nawrocki@samsung.com>
> Cc: Tomasz Figa <tomasz.figa@gmail.com>
> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>

I'm going to apply this patch with commit message rephrased as below.

"MAINTAINERS: Add myself as SAMSUNG SOC CLOCK DRIVERS co-maintainer

Add myself to the SAMSUNG SOC CLOCK DRIVERS entry, I'm going to review
and test related patches as supporter.  I can access all the datasheet
of Exynos SoC series and can do tests on Exynos based boards.  I have
implemented the exynos4415/5433 clock drivers and co-authored the
exynos3250 clock driver.  While at it, add missing paths of the exynos
clock driver files."

Please let me know if you see any issues with that.

> ---
>  MAINTAINERS | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 20bb1d00098c..442d6f5c65be 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -10233,9 +10233,12 @@ F:	drivers/nfc/s3fwrn5
>  SAMSUNG SOC CLOCK DRIVERS
>  M:	Sylwester Nawrocki <s.nawrocki@samsung.com>
>  M:	Tomasz Figa <tomasz.figa@gmail.com>
> +M:	Chanwoo Choi <cw00.choi@samsung.com>
>  S:	Supported
>  L:	linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
>  F:	drivers/clk/samsung/
> +F:	include/dt-bindings/clock/exynos*.h
> +F:	Documentation/devicetree/bindings/clock/exynos*.txt
>  
>  SAMSUNG SXGBE DRIVERS
>  M:	Byungho An <bh74.an@samsung.com>

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

* Re: [PATCH] MAINTAINERS: Add myself as SAMSUNG SOC CLOCK DRIVERS
  2016-08-22 10:01 ` Sylwester Nawrocki
@ 2016-08-22 10:19   ` Chanwoo Choi
  0 siblings, 0 replies; 3+ messages in thread
From: Chanwoo Choi @ 2016-08-22 10:19 UTC (permalink / raw)
  To: Sylwester Nawrocki
  Cc: tomasz.figa, k.kozlowski, kgene, linux-samsung-soc, linux-kernel,
	linux-clk, chanwoo

Hi Sylwester,

On 2016년 08월 22일 19:01, Sylwester Nawrocki wrote:
> Hi Chanwoo,
> 
> On 08/18/2016 02:47 PM, Chanwoo Choi wrote:
>> Add the myself to the entry of SAMSUNG SOC CLOCK DRIVERS to review
>> and test the patches as supporter. I will help them. I can access the all
>> datasheet of Exynos SoC and test it on Exynos-based board. I was implemented
>> the exynos4415/5433 clock driver as author and handled the exynos3250 clock
>> driver. Lastly, adding the missing information of the exynos clock drivers.
>>
>> Cc: Sylwester Nawrocki <s.nawrocki@samsung.com>
>> Cc: Tomasz Figa <tomasz.figa@gmail.com>
>> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
> 
> I'm going to apply this patch with commit message rephrased as below.
> 
> "MAINTAINERS: Add myself as SAMSUNG SOC CLOCK DRIVERS co-maintainer
> 
> Add myself to the SAMSUNG SOC CLOCK DRIVERS entry, I'm going to review
> and test related patches as supporter.  I can access all the datasheet
> of Exynos SoC series and can do tests on Exynos based boards.  I have
> implemented the exynos4415/5433 clock drivers and co-authored the
> exynos3250 clock driver.  While at it, add missing paths of the exynos
> clock driver files."
> 
> Please let me know if you see any issues with that.

There is no issue. Thanks.

Best Regards,
Chanwoo Choi

> 
>> ---
>>  MAINTAINERS | 3 +++
>>  1 file changed, 3 insertions(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 20bb1d00098c..442d6f5c65be 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -10233,9 +10233,12 @@ F:	drivers/nfc/s3fwrn5
>>  SAMSUNG SOC CLOCK DRIVERS
>>  M:	Sylwester Nawrocki <s.nawrocki@samsung.com>
>>  M:	Tomasz Figa <tomasz.figa@gmail.com>
>> +M:	Chanwoo Choi <cw00.choi@samsung.com>
>>  S:	Supported
>>  L:	linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
>>  F:	drivers/clk/samsung/
>> +F:	include/dt-bindings/clock/exynos*.h
>> +F:	Documentation/devicetree/bindings/clock/exynos*.txt
>>  
>>  SAMSUNG SXGBE DRIVERS
>>  M:	Byungho An <bh74.an@samsung.com>
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-clk" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
> 
> 

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

end of thread, other threads:[~2016-08-22 10:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-18 12:47 [PATCH] MAINTAINERS: Add myself as SAMSUNG SOC CLOCK DRIVERS Chanwoo Choi
2016-08-22 10:01 ` Sylwester Nawrocki
2016-08-22 10:19   ` Chanwoo Choi

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