From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752841AbcFVPqw (ORCPT ); Wed, 22 Jun 2016 11:46:52 -0400 Received: from mail-pa0-f49.google.com ([209.85.220.49]:35396 "EHLO mail-pa0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752196AbcFVPqu (ORCPT ); Wed, 22 Jun 2016 11:46:50 -0400 Date: Wed, 22 Jun 2016 21:16:04 +0530 From: Viresh Kumar To: Krzysztof Kozlowski Cc: linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Bartlomiej Zolnierkiewicz , Kukjin Kim , "Rafael J. Wysocki" Subject: Re: [PATCH] MAINTAINERS: Extend Samsung SoC entry with S3C/S5P drivers Message-ID: <20160622154604.GH5458@vireshk-i7> References: <1466597805-31988-1-git-send-email-k.kozlowski@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1466597805-31988-1-git-send-email-k.kozlowski@samsung.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 22-06-16, 14:16, Krzysztof Kozlowski wrote: > Some of the drivers for S3C and S5P families of Samsung SoCs go in > through Samsung SoC tree. Extend the entry so proper maintainers would > be displayed in such cases, most notably the cpufreq drivers. This does > not change the work-flow for other drivers which have sub-maintainers > (like Samsung clocks). > > Signed-off-by: Krzysztof Kozlowski > Cc: Kukjin Kim > Cc: Viresh Kumar > Cc: "Rafael J. Wysocki" > Cc: linux-samsung-soc@vger.kernel.org > Cc: linux-pm@vger.kernel.org > --- > MAINTAINERS | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 092ce3990541..1e5cf07030ae 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1619,8 +1619,10 @@ F: arch/arm/mach-s3c24*/ > F: arch/arm/mach-s3c64xx/ > F: arch/arm/mach-s5p*/ > F: arch/arm/mach-exynos*/ > -F: drivers/*/*s3c2410* > -F: drivers/*/*/*s3c2410* > +F: drivers/*/*s3c24* > +F: drivers/*/*/*s3c24* > +F: drivers/*/*s3c64xx* > +F: drivers/*/*s5pv210* > F: drivers/memory/samsung/* > F: drivers/soc/samsung/* > F: drivers/spi/spi-s3c* Acked-by: Viresh Kumar -- viresh From mboxrd@z Thu Jan 1 00:00:00 1970 From: viresh.kumar@linaro.org (Viresh Kumar) Date: Wed, 22 Jun 2016 21:16:04 +0530 Subject: [PATCH] MAINTAINERS: Extend Samsung SoC entry with S3C/S5P drivers In-Reply-To: <1466597805-31988-1-git-send-email-k.kozlowski@samsung.com> References: <1466597805-31988-1-git-send-email-k.kozlowski@samsung.com> Message-ID: <20160622154604.GH5458@vireshk-i7> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 22-06-16, 14:16, Krzysztof Kozlowski wrote: > Some of the drivers for S3C and S5P families of Samsung SoCs go in > through Samsung SoC tree. Extend the entry so proper maintainers would > be displayed in such cases, most notably the cpufreq drivers. This does > not change the work-flow for other drivers which have sub-maintainers > (like Samsung clocks). > > Signed-off-by: Krzysztof Kozlowski > Cc: Kukjin Kim > Cc: Viresh Kumar > Cc: "Rafael J. Wysocki" > Cc: linux-samsung-soc at vger.kernel.org > Cc: linux-pm at vger.kernel.org > --- > MAINTAINERS | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 092ce3990541..1e5cf07030ae 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1619,8 +1619,10 @@ F: arch/arm/mach-s3c24*/ > F: arch/arm/mach-s3c64xx/ > F: arch/arm/mach-s5p*/ > F: arch/arm/mach-exynos*/ > -F: drivers/*/*s3c2410* > -F: drivers/*/*/*s3c2410* > +F: drivers/*/*s3c24* > +F: drivers/*/*/*s3c24* > +F: drivers/*/*s3c64xx* > +F: drivers/*/*s5pv210* > F: drivers/memory/samsung/* > F: drivers/soc/samsung/* > F: drivers/spi/spi-s3c* Acked-by: Viresh Kumar -- viresh