Message ID | 1471524439-8115-1-git-send-email-cw00.choi@samsung.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
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> -- 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
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 > > > -- 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
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>
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(+)