Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1464945 > unrolled thread

[PATCH] MAINTAINERS: add myself as Samsung SPI maintainer

Started byAndi Shyti <andi.shyti@samsung.com>
First post2016-08-18 08:50 +0200
Last post2016-08-18 09:20 +0200
Articles 4 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] MAINTAINERS: add myself as Samsung SPI maintainer Andi Shyti <andi.shyti@samsung.com> - 2016-08-18 08:50 +0200
    Re: [PATCH] MAINTAINERS: add myself as Samsung SPI maintainer Krzysztof Kozlowski <krzk@kernel.org> - 2016-08-18 09:00 +0200
      Re: [PATCH] MAINTAINERS: add myself as Samsung SPI maintainer Krzysztof Kozlowski <krzk@kernel.org> - 2016-08-18 09:10 +0200
        Re: [PATCH] MAINTAINERS: add myself as Samsung SPI maintainer Andi Shyti <andi.shyti@samsung.com> - 2016-08-18 09:20 +0200

#1464945 — [PATCH] MAINTAINERS: add myself as Samsung SPI maintainer

FromAndi Shyti <andi.shyti@samsung.com>
Date2016-08-18 08:50 +0200
Subject[PATCH] MAINTAINERS: add myself as Samsung SPI maintainer
Message-ID<s7pjj-4o3-7@gated-at.bofh.it>
Create a new entry for the Samsung SPI driver supported by the
drivers/spi/spi-s3c* and remove it from its original place under
"ARM/SAMSUNG EXYNOS ARM ARCHITECTURES".

The original maintainership inherited from the Samsung Exynos
ARM Architecture is kept as it was (i.e. Kukjin and Krzysztof), I
will help and co-maintain the driver.

CC: Krzysztof Kozlowski <krzk@kernel.org>
CC: Kukjin Kim <kgene@kernel.org>
CC: Mark Brown <broonie@kernel.org>
CC: linux-samsung-soc@vger.kernel.org
CC: linux-spi@vger.kernel.org
Signed-off-by: Andi Shyti <andi.shyti@samsung.com>
---
Hi,

this patch depends on Krzysztof's previous patch-set on the
MAINTAINER file: https://lkml.org/lkml/2016/8/16/571

Thanks,
Andi

 MAINTAINERS | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index c9cd8d3..c305fa2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1633,7 +1633,6 @@ F:	drivers/*/*s3c64xx*
 F:	drivers/*/*s5pv210*
 F:	drivers/memory/samsung/*
 F:	drivers/soc/samsung/*
-F:	drivers/spi/spi-s3c*
 F:	Documentation/arm/Samsung/
 F:	Documentation/devicetree/bindings/arm/samsung/
 F:	Documentation/devicetree/bindings/sram/samsung-sram.txt
@@ -10240,6 +10239,15 @@ S:	Supported
 L:	linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
 F:	drivers/clk/samsung/
 
+SAMSUNG SPI DRIVERS
+M:	Kukjin Kim <kgene@kernel.org>
+M:	Krzysztof Kozlowski <krzk@kernel.org>
+M:	Andi Shyti <andi.shyti@samsung.com>
+L:	linux-spi@vger.kernel.org
+L:	linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
+S:	Maintained
+F:	drivers/spi/spi-s3c*
+
 SAMSUNG SXGBE DRIVERS
 M:	Byungho An <bh74.an@samsung.com>
 M:	Girish K S <ks.giri@samsung.com>
-- 
2.8.1

[toc] | [next] | [standalone]


#1464948

FromKrzysztof Kozlowski <krzk@kernel.org>
Date2016-08-18 09:00 +0200
Message-ID<s7psZ-4rZ-13@gated-at.bofh.it>
In reply to#1464945
On Thu, Aug 18, 2016 at 8:44 AM, Andi Shyti <andi.shyti@samsung.com> wrote:
> Create a new entry for the Samsung SPI driver supported by the
> drivers/spi/spi-s3c* and remove it from its original place under
> "ARM/SAMSUNG EXYNOS ARM ARCHITECTURES".
>
> The original maintainership inherited from the Samsung Exynos
> ARM Architecture is kept as it was (i.e. Kukjin and Krzysztof), I
> will help and co-maintain the driver.
>
> CC: Krzysztof Kozlowski <krzk@kernel.org>
> CC: Kukjin Kim <kgene@kernel.org>
> CC: Mark Brown <broonie@kernel.org>
> CC: linux-samsung-soc@vger.kernel.org
> CC: linux-spi@vger.kernel.org
> Signed-off-by: Andi Shyti <andi.shyti@samsung.com>
> ---
> Hi,
>
> this patch depends on Krzysztof's previous patch-set on the
> MAINTAINER file: https://lkml.org/lkml/2016/8/16/571

Thanks for taking care of SPI. From my side:
Acked-by: Krzysztof Kozlowski <krzk@kernel.org>

I think there is no strict dependency on my patch (patches do not
overlap) so it can safely go through SPI tree if accepted.

Best regards,
Krzysztof

[toc] | [prev] | [next] | [standalone]


#1464951

FromKrzysztof Kozlowski <krzk@kernel.org>
Date2016-08-18 09:10 +0200
Message-ID<s7pCG-4NL-9@gated-at.bofh.it>
In reply to#1464948
On Thu, Aug 18, 2016 at 8:58 AM, Krzysztof Kozlowski <krzk@kernel.org> wrote:
> On Thu, Aug 18, 2016 at 8:44 AM, Andi Shyti <andi.shyti@samsung.com> wrote:
>> Create a new entry for the Samsung SPI driver supported by the
>> drivers/spi/spi-s3c* and remove it from its original place under
>> "ARM/SAMSUNG EXYNOS ARM ARCHITECTURES".
>>
>> The original maintainership inherited from the Samsung Exynos
>> ARM Architecture is kept as it was (i.e. Kukjin and Krzysztof), I
>> will help and co-maintain the driver.
>>
>> CC: Krzysztof Kozlowski <krzk@kernel.org>
>> CC: Kukjin Kim <kgene@kernel.org>
>> CC: Mark Brown <broonie@kernel.org>
>> CC: linux-samsung-soc@vger.kernel.org
>> CC: linux-spi@vger.kernel.org
>> Signed-off-by: Andi Shyti <andi.shyti@samsung.com>
>> ---
>> Hi,
>>
>> this patch depends on Krzysztof's previous patch-set on the
>> MAINTAINER file: https://lkml.org/lkml/2016/8/16/571
>
> Thanks for taking care of SPI. From my side:
> Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
>
> I think there is no strict dependency on my patch (patches do not
> overlap) so it can safely go through SPI tree if accepted.

One thought. Probably you should extend the entry to cover all the SPI files:
include/linux/platform_data/spi-s3c64xx.h
Documentation/devicetree/bindings/spi/spi-samsung.txt

Best regards,
Krzysztof

[toc] | [prev] | [next] | [standalone]


#1464966

FromAndi Shyti <andi.shyti@samsung.com>
Date2016-08-18 09:20 +0200
Message-ID<s7pMm-4SU-37@gated-at.bofh.it>
In reply to#1464951
> >> Create a new entry for the Samsung SPI driver supported by the
> >> drivers/spi/spi-s3c* and remove it from its original place under
> >> "ARM/SAMSUNG EXYNOS ARM ARCHITECTURES".

> One thought. Probably you should extend the entry to cover all the SPI files:
> include/linux/platform_data/spi-s3c64xx.h
> Documentation/devicetree/bindings/spi/spi-samsung.txt

OK, will do!

Thanks,
Andi

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web