* [PATCH 1/2] MAINTAINERS: Add linux-samsung-soc mailing list for Samsung
@ 2011-11-10 11:16 Mark Brown
2011-11-10 11:16 ` [PATCH 2/2] MAINTAINERS: Extend Samsung patterns to cover SPI and ASoC drivers Mark Brown
2011-11-15 7:21 ` [PATCH 1/2] MAINTAINERS: Add linux-samsung-soc mailing list for Samsung Kukjin Kim
0 siblings, 2 replies; 6+ messages in thread
From: Mark Brown @ 2011-11-10 11:16 UTC (permalink / raw)
To: linux-arm-kernel
There's a Samsung-specific mailing list but it's not advertised in
MAINTAINERS - add it to the overall architecture to make it more
discoverable.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
MAINTAINERS | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index c18b278..a21d4fb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1046,6 +1046,7 @@ ARM/SAMSUNG ARM ARCHITECTURES
M: Ben Dooks <ben-linux@fluff.org>
M: Kukjin Kim <kgene.kim@samsung.com>
L: linux-arm-kernel at lists.infradead.org (moderated for non-subscribers)
+L: linux-samsung-soc at vger.kernel.org
W: http://www.fluff.org/ben/linux/
S: Maintained
F: arch/arm/plat-samsung/
--
1.7.7.2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 2/2] MAINTAINERS: Extend Samsung patterns to cover SPI and ASoC drivers
2011-11-10 11:16 [PATCH 1/2] MAINTAINERS: Add linux-samsung-soc mailing list for Samsung Mark Brown
@ 2011-11-10 11:16 ` Mark Brown
2011-11-15 9:14 ` Kukjin Kim
2011-11-15 7:21 ` [PATCH 1/2] MAINTAINERS: Add linux-samsung-soc mailing list for Samsung Kukjin Kim
1 sibling, 1 reply; 6+ messages in thread
From: Mark Brown @ 2011-11-10 11:16 UTC (permalink / raw)
To: linux-arm-kernel
Help people find the overall architecture.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
MAINTAINERS | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index a21d4fb..9eca526 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1054,6 +1054,8 @@ F: arch/arm/plat-s3c24xx/
F: arch/arm/plat-s5p/
F: drivers/*/*s3c2410*
F: drivers/*/*/*s3c2410*
+F: drivers/spi/spi-s3c*
+F: sound/soc/samsung/*
ARM/S3C2410 ARM ARCHITECTURE
M: Ben Dooks <ben-linux@fluff.org>
--
1.7.7.2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 2/2] MAINTAINERS: Extend Samsung patterns to cover SPI and ASoC drivers
2011-11-10 11:16 ` [PATCH 2/2] MAINTAINERS: Extend Samsung patterns to cover SPI and ASoC drivers Mark Brown
@ 2011-11-15 9:14 ` Kukjin Kim
2011-11-15 11:16 ` Mark Brown
0 siblings, 1 reply; 6+ messages in thread
From: Kukjin Kim @ 2011-11-15 9:14 UTC (permalink / raw)
To: linux-arm-kernel
Mark Brown wrote:
>
> Help people find the overall architecture.
>
> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
> ---
> MAINTAINERS | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index a21d4fb..9eca526 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1054,6 +1054,8 @@ F: arch/arm/plat-s3c24xx/
> F: arch/arm/plat-s5p/
> F: drivers/*/*s3c2410*
> F: drivers/*/*/*s3c2410*
> +F: drivers/spi/spi-s3c*
> +F: sound/soc/samsung/*
>
> ARM/S3C2410 ARM ARCHITECTURE
> M: Ben Dooks <ben-linux@fluff.org>
> --
> 1.7.7.2
Hmm, I'm ok on this but needs Grant's opinion :)
(Cc'ed Grant Likely)
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 2/2] MAINTAINERS: Extend Samsung patterns to cover SPI and ASoC drivers
2011-11-15 9:14 ` Kukjin Kim
@ 2011-11-15 11:16 ` Mark Brown
2011-12-01 7:30 ` Kukjin Kim
0 siblings, 1 reply; 6+ messages in thread
From: Mark Brown @ 2011-11-15 11:16 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Nov 15, 2011 at 06:14:22PM +0900, Kukjin Kim wrote:
> Mark Brown wrote:
> > +F: drivers/spi/spi-s3c*
> > +F: sound/soc/samsung/*
> Hmm, I'm ok on this but needs Grant's opinion :)
> (Cc'ed Grant Likely)
Note that you can have multiple entries for a single file, people are
supposed to use a bit of thought when working out who to mail - if you
use something like get_maintainers it'll return all matching entries.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 2/2] MAINTAINERS: Extend Samsung patterns to cover SPI and ASoC drivers
2011-11-15 11:16 ` Mark Brown
@ 2011-12-01 7:30 ` Kukjin Kim
0 siblings, 0 replies; 6+ messages in thread
From: Kukjin Kim @ 2011-12-01 7:30 UTC (permalink / raw)
To: linux-arm-kernel
Mark Brown wrote:
>
> On Tue, Nov 15, 2011 at 06:14:22PM +0900, Kukjin Kim wrote:
> > Mark Brown wrote:
>
> > > +F: drivers/spi/spi-s3c*
> > > +F: sound/soc/samsung/*
>
> > Hmm, I'm ok on this but needs Grant's opinion :)
>
> > (Cc'ed Grant Likely)
>
> Note that you can have multiple entries for a single file, people are
> supposed to use a bit of thought when working out who to mail - if you
> use something like get_maintainers it'll return all matching entries.
OK, I agree.
Will apply.
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 1/2] MAINTAINERS: Add linux-samsung-soc mailing list for Samsung
2011-11-10 11:16 [PATCH 1/2] MAINTAINERS: Add linux-samsung-soc mailing list for Samsung Mark Brown
2011-11-10 11:16 ` [PATCH 2/2] MAINTAINERS: Extend Samsung patterns to cover SPI and ASoC drivers Mark Brown
@ 2011-11-15 7:21 ` Kukjin Kim
1 sibling, 0 replies; 6+ messages in thread
From: Kukjin Kim @ 2011-11-15 7:21 UTC (permalink / raw)
To: linux-arm-kernel
Mark Brown wrote:
>
> There's a Samsung-specific mailing list but it's not advertised in
> MAINTAINERS - add it to the overall architecture to make it more
> discoverable.
>
> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
I'm okay on this,
Acked-by: Kukjin Kim <kgene.kim@samsung.com>
(Cc'ed Andrew Morton)
Hi Andrew, could you please pick this up in your tree?
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
> ---
> MAINTAINERS | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c18b278..a21d4fb 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1046,6 +1046,7 @@ ARM/SAMSUNG ARM ARCHITECTURES
> M: Ben Dooks <ben-linux@fluff.org>
> M: Kukjin Kim <kgene.kim@samsung.com>
> L: linux-arm-kernel at lists.infradead.org (moderated for non-subscribers)
> +L: linux-samsung-soc at vger.kernel.org
> W: http://www.fluff.org/ben/linux/
> S: Maintained
> F: arch/arm/plat-samsung/
> --
> 1.7.7.2
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-12-01 7:30 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-10 11:16 [PATCH 1/2] MAINTAINERS: Add linux-samsung-soc mailing list for Samsung Mark Brown
2011-11-10 11:16 ` [PATCH 2/2] MAINTAINERS: Extend Samsung patterns to cover SPI and ASoC drivers Mark Brown
2011-11-15 9:14 ` Kukjin Kim
2011-11-15 11:16 ` Mark Brown
2011-12-01 7:30 ` Kukjin Kim
2011-11-15 7:21 ` [PATCH 1/2] MAINTAINERS: Add linux-samsung-soc mailing list for Samsung Kukjin Kim
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).