All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add DTS files to patterns for Samsung platform
@ 2013-09-12 10:57 Mark Brown
  2013-09-17 10:31 ` Tomasz Figa
  0 siblings, 1 reply; 5+ messages in thread
From: Mark Brown @ 2013-09-12 10:57 UTC (permalink / raw)
  To: Kukjin Kim; +Cc: linux-samsung-soc, linaro-kernel, Mark Brown

From: Mark Brown <broonie@linaro.org>

Help ensure that updates to the Samsung device trees get sent to the
Samsung maintainers for review by adding file patterns to MAINTAINERS.

Signed-off-by: Mark Brown <broonie@linaro.org>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 6d0dabe..8a0c044 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1154,6 +1154,8 @@ L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 L:	linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
 W:	http://www.fluff.org/ben/linux/
 S:	Maintained
+F:	arch/arm/boot/s3c*
+F:	arch/arm/boot/exynos*
 F:	arch/arm/plat-samsung/
 F:	arch/arm/mach-s3c24*/
 F:	arch/arm/mach-s3c64xx/
-- 
1.8.4.rc3

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

* Re: [PATCH] MAINTAINERS: Add DTS files to patterns for Samsung platform
  2013-09-12 10:57 Mark Brown
@ 2013-09-17 10:31 ` Tomasz Figa
  2013-09-17 11:05   ` Mark Brown
  0 siblings, 1 reply; 5+ messages in thread
From: Tomasz Figa @ 2013-09-17 10:31 UTC (permalink / raw)
  To: Mark Brown; +Cc: Kukjin Kim, linux-samsung-soc, linaro-kernel, Mark Brown

Hi Mark,

On Thursday 12 of September 2013 11:57:29 Mark Brown wrote:
> From: Mark Brown <broonie@linaro.org>
> 
> Help ensure that updates to the Samsung device trees get sent to the
> Samsung maintainers for review by adding file patterns to MAINTAINERS.
> 
> Signed-off-by: Mark Brown <broonie@linaro.org>
> ---
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6d0dabe..8a0c044 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1154,6 +1154,8 @@ L:	linux-arm-kernel@lists.infradead.org (moderated
> for non-subscribers) L:	linux-samsung-soc@vger.kernel.org (moderated for
> non-subscribers) W:	http://www.fluff.org/ben/linux/
>  S:	Maintained
> +F:	arch/arm/boot/s3c*
> +F:	arch/arm/boot/exynos*

I believe it should be arch/arm/boot/dts/.

Best regards,
Tomasz

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

* Re: [PATCH] MAINTAINERS: Add DTS files to patterns for Samsung platform
  2013-09-17 10:31 ` Tomasz Figa
@ 2013-09-17 11:05   ` Mark Brown
  0 siblings, 0 replies; 5+ messages in thread
From: Mark Brown @ 2013-09-17 11:05 UTC (permalink / raw)
  To: Tomasz Figa; +Cc: Kukjin Kim, linux-samsung-soc, linaro-kernel

[-- Attachment #1: Type: text/plain, Size: 290 bytes --]

On Tue, Sep 17, 2013 at 12:31:20PM +0200, Tomasz Figa wrote:

> > +F:	arch/arm/boot/s3c*
> > +F:	arch/arm/boot/exynos*

> I believe it should be arch/arm/boot/dts/.

Bah, so it should.  I wonder why I did actually start seeing the
appropriate things turning up after I did this patch then?

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

* [PATCH] MAINTAINERS: Add DTS files to patterns for Samsung platform
@ 2013-09-17 13:42 Mark Brown
  2013-10-07 22:16 ` Kukjin Kim
  0 siblings, 1 reply; 5+ messages in thread
From: Mark Brown @ 2013-09-17 13:42 UTC (permalink / raw)
  To: Kukjin Kim; +Cc: linux-samsung-soc, Mark Brown

From: Mark Brown <broonie@linaro.org>

Help ensure that updates to the Samsung device trees get sent to the
Samsung maintainers for review by adding file patterns to MAINTAINERS.

Signed-off-by: Mark Brown <broonie@linaro.org>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 6d0dabe..50e3b1f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1154,6 +1154,8 @@ L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 L:	linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
 W:	http://www.fluff.org/ben/linux/
 S:	Maintained
+F:	arch/arm/boot/dts/s3c*
+F:	arch/arm/boot/dts/exynos*
 F:	arch/arm/plat-samsung/
 F:	arch/arm/mach-s3c24*/
 F:	arch/arm/mach-s3c64xx/
-- 
1.8.4.rc3

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

* Re: [PATCH] MAINTAINERS: Add DTS files to patterns for Samsung platform
  2013-09-17 13:42 [PATCH] MAINTAINERS: Add DTS files to patterns for Samsung platform Mark Brown
@ 2013-10-07 22:16 ` Kukjin Kim
  0 siblings, 0 replies; 5+ messages in thread
From: Kukjin Kim @ 2013-10-07 22:16 UTC (permalink / raw)
  To: Mark Brown; +Cc: Kukjin Kim, linux-samsung-soc, Mark Brown

On 09/17/13 22:42, Mark Brown wrote:
> From: Mark Brown<broonie@linaro.org>
>
> Help ensure that updates to the Samsung device trees get sent to the
> Samsung maintainers for review by adding file patterns to MAINTAINERS.
>
> Signed-off-by: Mark Brown<broonie@linaro.org>
> ---
>   MAINTAINERS | 2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6d0dabe..50e3b1f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1154,6 +1154,8 @@ L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>   L:	linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
>   W:	http://www.fluff.org/ben/linux/
>   S:	Maintained
> +F:	arch/arm/boot/dts/s3c*
> +F:	arch/arm/boot/dts/exynos*
>   F:	arch/arm/plat-samsung/
>   F:	arch/arm/mach-s3c24*/
>   F:	arch/arm/mach-s3c64xx/

Applied, thanks.
Kukjin

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

end of thread, other threads:[~2013-10-07 22:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-17 13:42 [PATCH] MAINTAINERS: Add DTS files to patterns for Samsung platform Mark Brown
2013-10-07 22:16 ` Kukjin Kim
  -- strict thread matches above, loose matches on Subject: below --
2013-09-12 10:57 Mark Brown
2013-09-17 10:31 ` Tomasz Figa
2013-09-17 11:05   ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.