[patch 2/4] [ARM] mmp: support marvell ARMADA610

Eric Miao eric.y.miao at gmail.com
Tue Jan 5 02:30:56 EST 2010


> OK. Update the patches.
>

Applied to branch 'mmp2' and made some changes as follows
(please let me know your concerns and help test this):

1. irq-mmp2.c: separate the difference into different irq_chip
and individual demux handler for those MUXed IRQs, naming
is changed a bit as well. Having a single irq_chip and demux
handler isn't performance friendly - having to go through a lengthy
condition branches each time - and that's why irq_chip is invented.

2. merge patch 1, 2, 3 together so mmp2 can build (my build
here complains about no machine_desc defined if flint support
isn't there)

And I'd like you to help co-maintaine MMP2 together with me,
please kindly Ack if you're fine with the patch follows:

commit 2004b15682f0f612b85088d730164e91fca2eec8
Author: Eric Miao <eric.y.miao at gmail.com>
Date:   Tue Jan 5 15:28:26 2010 +0800

    MAINTAINERS: add maintainers for Marvell MMP2 (aka ARMADA610) support

    Cc: Haojian Zhuang <haojian.zhuang at marvell.com>
    Signed-off-by: Eric Miao <eric.y.miao at gmail.com>

diff --git a/MAINTAINERS b/MAINTAINERS
index 66f5f7d..33978ed 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4439,6 +4439,13 @@ L:	linux-arm-kernel at lists.infradead.org
(moderated for non-subscribers)
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
 S:	Maintained

+MMP2 SUPPORT (aka ARMADA610)
+M:	Haojian Zhuang <haojian.zhuang at marvell.com>
+M:	Eric Miao <eric.y.miao at gmail.com>
+L:	linux-arm-kernel at lists.infradead.org (moderated for non-subscribers)
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
+S:	Maintained
+
 PXA MMCI DRIVER
 S:	Orphan



More information about the linux-arm-kernel mailing list