* [Qemu-devel] [PATCH] MAINTAINERS: Add hw/highbank.c maintainer
@ 2012-02-03 20:58 Mark Langsdorf
2012-02-04 2:43 ` Peter Maydell
2012-02-06 14:05 ` [Qemu-devel] [PATCH v2] " Mark Langsdorf
0 siblings, 2 replies; 5+ messages in thread
From: Mark Langsdorf @ 2012-02-03 20:58 UTC (permalink / raw)
To: qemu-devel; +Cc: peter.maydell, aliguori, afaerber, Mark Langsdorf, paul
Signed-off-by: Mark Langsdorf <mark.langsdorf@calxeda.com>
---
MAINTAINERS | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 173e893..bdc254f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -237,6 +237,11 @@ M: Peter Maydell <peter.maydell@linaro.org>
S: Maintained
F: hw/versatilepb.c
+Calxeda Highbank
+M: Mark Langsdorf <mark.langsdorf@calxeda.com>
+S: Supported
+F: hw/highbank.c
+
CRIS Machines
-------------
Axis Dev88
--
1.7.5.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: Add hw/highbank.c maintainer
2012-02-03 20:58 [Qemu-devel] [PATCH] MAINTAINERS: Add hw/highbank.c maintainer Mark Langsdorf
@ 2012-02-04 2:43 ` Peter Maydell
2012-02-04 11:41 ` Andreas Färber
2012-02-06 14:05 ` [Qemu-devel] [PATCH v2] " Mark Langsdorf
1 sibling, 1 reply; 5+ messages in thread
From: Peter Maydell @ 2012-02-04 2:43 UTC (permalink / raw)
To: Mark Langsdorf; +Cc: aliguori, paul, qemu-devel, afaerber
On 3 February 2012 20:58, Mark Langsdorf <mark.langsdorf@calxeda.com> wrote:
> Signed-off-by: Mark Langsdorf <mark.langsdorf@calxeda.com>
> ---
> MAINTAINERS | 5 +++++
> 1 files changed, 5 insertions(+), 0 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 173e893..bdc254f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -237,6 +237,11 @@ M: Peter Maydell <peter.maydell@linaro.org>
> S: Maintained
> F: hw/versatilepb.c
>
> +Calxeda Highbank
> +M: Mark Langsdorf <mark.langsdorf@calxeda.com>
> +S: Supported
> +F: hw/highbank.c
> +
Thanks for submitting this. I think your entry should go at the top, above
'Gumstix', since we seem to be sorting the subsections alphabetically
by heading.
-- PMM
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: Add hw/highbank.c maintainer
2012-02-04 2:43 ` Peter Maydell
@ 2012-02-04 11:41 ` Andreas Färber
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Färber @ 2012-02-04 11:41 UTC (permalink / raw)
To: Mark Langsdorf; +Cc: Peter Maydell, aliguori, qemu-devel, paul
Am 04.02.2012 03:43, schrieb Peter Maydell:
> On 3 February 2012 20:58, Mark Langsdorf <mark.langsdorf@calxeda.com> wrote:
>> Signed-off-by: Mark Langsdorf <mark.langsdorf@calxeda.com>
>> ---
>> MAINTAINERS | 5 +++++
>> 1 files changed, 5 insertions(+), 0 deletions(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 173e893..bdc254f 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -237,6 +237,11 @@ M: Peter Maydell <peter.maydell@linaro.org>
>> S: Maintained
>> F: hw/versatilepb.c
>>
>> +Calxeda Highbank
>> +M: Mark Langsdorf <mark.langsdorf@calxeda.com>
>> +S: Supported
>> +F: hw/highbank.c
>> +
>
> Thanks for submitting this. I think your entry should go at the top, above
> 'Gumstix', since we seem to be sorting the subsections alphabetically
> by heading.
For PowerPC we've started adding the board-specific device files as
well, so that they get a maintainer associated. I vaguely remember
there's more files than just highbank.c.
Andreas
--
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Qemu-devel] [PATCH v2] MAINTAINERS: Add hw/highbank.c maintainer
2012-02-03 20:58 [Qemu-devel] [PATCH] MAINTAINERS: Add hw/highbank.c maintainer Mark Langsdorf
2012-02-04 2:43 ` Peter Maydell
@ 2012-02-06 14:05 ` Mark Langsdorf
2012-02-15 15:34 ` Peter Maydell
1 sibling, 1 reply; 5+ messages in thread
From: Mark Langsdorf @ 2012-02-06 14:05 UTC (permalink / raw)
To: qemu-devel; +Cc: peter.maydell, aliguori, afaerber, Mark Langsdorf, paul
Signed-off-by: Mark Langsdorf <mark.langsdorf@calxeda.com>
---
Changes from v1
Put entry in alphabetical order
Added maintainership of hw/xgmac
MAINTAINERS | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 173e893..74ee059 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -183,6 +183,12 @@ F: *win32*
ARM Machines
------------
+Calxeda Highbank
+M: Mark Langsdorf <mark.langsdorf@calxeda.com>
+S: Supported
+F: hw/highbank.c
+F: hw/xgmac.c
+
Gumstix
M: qemu-devel@nongnu.org
S: Orphan
--
1.7.5.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] [PATCH v2] MAINTAINERS: Add hw/highbank.c maintainer
2012-02-06 14:05 ` [Qemu-devel] [PATCH v2] " Mark Langsdorf
@ 2012-02-15 15:34 ` Peter Maydell
0 siblings, 0 replies; 5+ messages in thread
From: Peter Maydell @ 2012-02-15 15:34 UTC (permalink / raw)
To: Mark Langsdorf; +Cc: aliguori, paul, qemu-devel, afaerber
I've taken this into arm-devs.next (fixing up the trivial conflict
with the Exynos new entry in the process).
thanks
-- PMM
On 6 February 2012 14:05, Mark Langsdorf <mark.langsdorf@calxeda.com> wrote:
> Signed-off-by: Mark Langsdorf <mark.langsdorf@calxeda.com>
> ---
> Changes from v1
> Put entry in alphabetical order
> Added maintainership of hw/xgmac
>
> MAINTAINERS | 6 ++++++
> 1 files changed, 6 insertions(+), 0 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 173e893..74ee059 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -183,6 +183,12 @@ F: *win32*
>
> ARM Machines
> ------------
> +Calxeda Highbank
> +M: Mark Langsdorf <mark.langsdorf@calxeda.com>
> +S: Supported
> +F: hw/highbank.c
> +F: hw/xgmac.c
> +
> Gumstix
> M: qemu-devel@nongnu.org
> S: Orphan
> --
> 1.7.5.4
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-02-15 15:35 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-03 20:58 [Qemu-devel] [PATCH] MAINTAINERS: Add hw/highbank.c maintainer Mark Langsdorf
2012-02-04 2:43 ` Peter Maydell
2012-02-04 11:41 ` Andreas Färber
2012-02-06 14:05 ` [Qemu-devel] [PATCH v2] " Mark Langsdorf
2012-02-15 15:34 ` Peter Maydell
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).