From: pawel.moll@arm.com (Pawel Moll)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2] MAINTAINERS: ARM Versatile Express platform
Date: Mon, 01 Dec 2014 13:57:39 +0000 [thread overview]
Message-ID: <1417442259.4058.5.camel@arm.com> (raw)
In-Reply-To: <1417197395.4305.5.camel@perches.com>
On Fri, 2014-11-28 at 17:56 +0000, Joe Perches wrote:
> On Wed, 2014-11-26 at 12:13 +0000, Pawel Moll wrote:
> > This patch adds a separate section for the ARM
> > Versatile Express platform maintainers, listing
> > all different bits and bobs used by it.
> >
> > Acked-by: Liviu Dudau <liviu.dudau@arm.com>
> > Acked-by: Sudeep Holla <sudeep.holla@arm.com>
> > Acked-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
> > Signed-off-by: Pawel Moll <pawel.moll@arm.com>
> > Acked-by: Michael Turquette <mturquette@linaro.org>
> > ---
> > MAINTAINERS | 12 ++++++++++++
> > 1 file changed, 12 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 0ff630d..924454f 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -1503,6 +1503,18 @@ S: Maintained
> > F: drivers/clk/ux500/
> > F: include/linux/platform_data/clk-ux500.h
> >
> > +ARM/VERSATILE EXPRESS PLATFORM
> > +M: Liviu Dudau <liviu.dudau@arm.com>
> > +M: Sudeep Holla <sudeep.holla@arm.com>
> > +M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
> > +L: linux-arm-kernel at lists.infradead.org (moderated for non-subscribers)
> > +S: Maintained
> > +F: arch/arm/boot/dts/vexpress*
> > +F: arch/arm/mach-vexpress/
> > +F: */*/vexpress*
> > +F: drivers/clk/versatile/clk-vexpress-osc.c
> > +F: drivers/clocksource/versatile.c
>
> Your original submission had:
>
> F: drivers/power/reset/vexpress-poweroff.c
>
> This file is not matched by:
>
> F: */*/vexpress*
Oh boy, of course. I'll send fix in a second.
Pawel
WARNING: multiple messages have this Message-ID (diff)
From: Pawel Moll <pawel.moll@arm.com>
To: Joe Perches <joe@perches.com>
Cc: "arm@kernel.org" <arm@kernel.org>,
Russell King <linux@arm.linux.org.uk>,
Mike Turquette <mturquette@linaro.org>,
Arnd Bergmann <arnd@arndb.de>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Liviu Dudau <Liviu.Dudau@arm.com>,
Sudeep Holla <Sudeep.Holla@arm.com>,
Lorenzo Pieralisi <Lorenzo.Pieralisi@arm.com>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v2] MAINTAINERS: ARM Versatile Express platform
Date: Mon, 01 Dec 2014 13:57:39 +0000 [thread overview]
Message-ID: <1417442259.4058.5.camel@arm.com> (raw)
In-Reply-To: <1417197395.4305.5.camel@perches.com>
On Fri, 2014-11-28 at 17:56 +0000, Joe Perches wrote:
> On Wed, 2014-11-26 at 12:13 +0000, Pawel Moll wrote:
> > This patch adds a separate section for the ARM
> > Versatile Express platform maintainers, listing
> > all different bits and bobs used by it.
> >
> > Acked-by: Liviu Dudau <liviu.dudau@arm.com>
> > Acked-by: Sudeep Holla <sudeep.holla@arm.com>
> > Acked-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
> > Signed-off-by: Pawel Moll <pawel.moll@arm.com>
> > Acked-by: Michael Turquette <mturquette@linaro.org>
> > ---
> > MAINTAINERS | 12 ++++++++++++
> > 1 file changed, 12 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 0ff630d..924454f 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -1503,6 +1503,18 @@ S: Maintained
> > F: drivers/clk/ux500/
> > F: include/linux/platform_data/clk-ux500.h
> >
> > +ARM/VERSATILE EXPRESS PLATFORM
> > +M: Liviu Dudau <liviu.dudau@arm.com>
> > +M: Sudeep Holla <sudeep.holla@arm.com>
> > +M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
> > +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> > +S: Maintained
> > +F: arch/arm/boot/dts/vexpress*
> > +F: arch/arm/mach-vexpress/
> > +F: */*/vexpress*
> > +F: drivers/clk/versatile/clk-vexpress-osc.c
> > +F: drivers/clocksource/versatile.c
>
> Your original submission had:
>
> F: drivers/power/reset/vexpress-poweroff.c
>
> This file is not matched by:
>
> F: */*/vexpress*
Oh boy, of course. I'll send fix in a second.
Pawel
next prev parent reply other threads:[~2014-12-01 13:57 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-25 18:17 [PATCH v2 RESEND 1/2] ARM: vexpress: Remove non-DT code Pawel Moll
2014-11-25 18:17 ` Pawel Moll
2014-11-25 18:17 ` [PATCH 2/2] MAINTAINERS: ARM Versatile Express platform Pawel Moll
2014-11-25 18:17 ` Pawel Moll
2014-11-26 1:54 ` Mike Turquette
2014-11-26 1:54 ` Mike Turquette
2014-11-26 1:59 ` Joe Perches
2014-11-26 1:59 ` Joe Perches
2014-11-26 12:04 ` Pawel Moll
2014-11-26 12:04 ` Pawel Moll
2014-11-26 12:17 ` Arnd Bergmann
2014-11-26 12:17 ` Arnd Bergmann
2014-11-26 14:40 ` Pawel Moll
2014-11-26 14:40 ` Pawel Moll
2014-11-26 15:40 ` Joe Perches
2014-11-26 15:40 ` Joe Perches
2014-11-26 12:13 ` [PATCH v2] " Pawel Moll
2014-11-26 12:13 ` Pawel Moll
2014-11-28 15:14 ` Arnd Bergmann
2014-11-28 15:14 ` Arnd Bergmann
2014-11-28 17:56 ` Joe Perches
2014-11-28 17:56 ` Joe Perches
2014-12-01 13:57 ` Pawel Moll [this message]
2014-12-01 13:57 ` Pawel Moll
2014-12-01 14:16 ` [PATCH] MAINTAINERS: ARM Versatile Express platform, add missing pattern Pawel Moll
2014-12-04 16:02 ` Arnd Bergmann
2014-11-28 15:08 ` [PATCH v2 RESEND 1/2] ARM: vexpress: Remove non-DT code Arnd Bergmann
2014-11-28 15:08 ` Arnd Bergmann
2014-11-28 15:30 ` Russell King - ARM Linux
2014-11-28 15:30 ` Russell King - ARM Linux
2014-11-28 15:53 ` Pawel Moll
2014-11-28 15:53 ` Pawel Moll
2014-11-28 16:31 ` Arnd Bergmann
2014-11-28 16:31 ` Arnd Bergmann
2014-11-28 16:34 ` Pawel Moll
2014-11-28 16:34 ` Pawel Moll
2014-11-28 16:44 ` [PATCH RESEND] ARM: vexpress: Enable regulator framework when MMCI is in use Pawel Moll
2014-11-28 20:57 ` Arnd Bergmann
2014-11-28 16:48 ` [PATCH v2 RESEND 1/2] ARM: vexpress: Remove non-DT code Russell King - ARM Linux
2014-11-28 16:48 ` Russell King - ARM Linux
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1417442259.4058.5.camel@arm.com \
--to=pawel.moll@arm.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.