From patchwork Fri Sep 7 12:21:56 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnd Bergmann X-Patchwork-Id: 1421901 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id 5434DDF283 for ; Fri, 7 Sep 2012 12:25:23 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1T9xZh-0008Rd-Ru; Fri, 07 Sep 2012 12:22:18 +0000 Received: from moutng.kundenserver.de ([212.227.126.187]) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1T9xZa-0008NO-CY for linux-arm-kernel@lists.infradead.org; Fri, 07 Sep 2012 12:22:13 +0000 Received: from klappe2.localnet (deibp9eh1--blueice3n2.emea.ibm.com [195.212.29.180]) by mrelayeu.kundenserver.de (node=mreu2) with ESMTP (Nemesis) id 0M1CQ8-1TPA0V3qw4-00t3OP; Fri, 07 Sep 2012 14:22:01 +0200 From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] ARM: ks8695: add board support for the OpenGear boards based on the KS8695 Date: Fri, 7 Sep 2012 12:21:56 +0000 User-Agent: KMail/1.12.2 (Linux/3.5.0; KDE/4.3.2; x86_64; ; ) References: <1346996139-5692-1-git-send-email-gerg@snapgear.com> In-Reply-To: <1346996139-5692-1-git-send-email-gerg@snapgear.com> MIME-Version: 1.0 Message-Id: <201209071221.56938.arnd@arndb.de> X-Provags-ID: V02:K0:AnLhWi5iszvUYAMAUgGdBL37qPH9EGphhVy6fBtxY3b ElEFw+OBUAIiLL1UwXw8ocsHmzxZM6ZsLlydNS7qq8Lk1Zsltc DRX4lCvgLpUV2mpPSC40xFKq8DcxROluVxjuKB/WzJaYYQGQZf yG5viY2oxJYPIfPY0KPGDz3+DexQEl1y5KqXdVYlvWCmyOxNlE MG1DyyL3eYWAlg7sfyfZ9bzvOocAhUxOW4/cyPY281PutzkTEG jN8I7aaVwCbTvlls2pelHLkeaI47BLf8ydShGBzH4DHGz73Fc3 JFaAAB3ZdNR+l0S/xsaZHRZu8FZzS9Qi3fhDYjRoFNMr572oNz +wcmXUlznWKDmdz5J8OI= X-Spam-Note: CRM114 invocation failed X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [212.227.126.187 listed in list.dnswl.org] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Olof Johansson , gerg@snapgear.com, Greg Ungerer X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org On Friday 07 September 2012, gerg@snapgear.com wrote: > From: Greg Ungerer > > A number of boards produced by OpenGear and based on the Micrel KS8695 SoC. > Add board support to the KS8695 kernel code to support them. > > The following machine type entries will need to be added back into the > mach-types file with these in mainline: > > cm4008 MACH_CM4008 CM4008 624 > cm41xx MACH_CM41XX CM41XX 672 > cm4002 MACH_CM4002 CM4002 876 > im42xx MACH_IM42XX IM42XX 1105 > im4004 MACH_IM4004 IM4004 1400 > > Signed-off-by: Greg Ungerer Acked-by: Arnd Bergmann Acked-by: Greg Ungerer --- Hi Greg, Both ks8695 patches look good to me, I think we can apply them to the arm-soc tree right away. If you agree, I'd also like to apply the patch below to list you as a contact for the platform. If you prefer, we can also list it as Maintained. Arnd 8<---- ARM: ks8695: add maintainers entry Greg Ungerer has hardware for this platform and is testing it regularly. Signed-off-by: Arnd Bergmann diff --git a/MAINTAINERS b/MAINTAINERS index fdc0119..f7b8d14 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -913,6 +913,12 @@ W: http://www.digriz.org.uk/ts78xx/kernel S: Maintained F: arch/arm/mach-orion5x/ts78xx-* +ARM/MICREL KS8695 ARCHITECTURE +M: Greg Ungerer +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) +F: arch/arm/mach-ks8695 +S: Odd Fixes + ARM/MIOA701 MACHINE SUPPORT M: Robert Jarzmik L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)