From patchwork Fri Jul 1 06:54:11 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jean-Christophe PLAGNIOL-VILLARD X-Patchwork-Id: 102874 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 0AF57B6F62 for ; Fri, 1 Jul 2011 17:09:33 +1000 (EST) Received: from canuck.infradead.org ([2001:4978:20e::1]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QcXqw-0000NL-IB; Fri, 01 Jul 2011 07:09:26 +0000 Received: from localhost ([127.0.0.1] helo=canuck.infradead.org) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1QcXqw-0004Ns-7v; Fri, 01 Jul 2011 07:09:26 +0000 Received: from 2.98.mail-out.ovh.net ([46.105.40.161] helo=98.mail-out.ovh.net) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1QcXqt-0004NZ-9z for linux-arm-kernel@lists.infradead.org; Fri, 01 Jul 2011 07:09:24 +0000 Received: from mail31.ha.ovh.net (b7.ovh.net [213.186.33.57]) by 98.mail-out.ovh.net (Postfix) with SMTP id 920CA4B2918 for ; Fri, 1 Jul 2011 09:08:58 +0200 (CEST) Received: from b0.ovh.net (HELO queueout) (213.186.33.50) by b0.ovh.net with SMTP; 1 Jul 2011 09:09:22 +0200 Received: from ns32433.ovh.net (HELO localhost) (plagnioj%jcrosoft.com@213.251.161.87) by ns0.ovh.net with SMTP; 1 Jul 2011 09:09:20 +0200 Date: Fri, 1 Jul 2011 08:54:11 +0200 From: Jean-Christophe PLAGNIOL-VILLARD To: Linus Torvalds , Russell King , Arnd Bergmann Subject: AT91: Fix pull requset Message-ID: <20110701065411.GD14408@game.jcrosoft.org> MIME-Version: 1.0 Content-Disposition: inline X-PGP-Key: http://uboot.jcrosoft.org/plagnioj.asc X-PGP-key-fingerprint: 6309 2BBA 16C8 3A07 1772 CC24 DEFC FFA3 279C CE7C User-Agent: Mutt/1.5.20 (2009-06-14) X-Ovh-Tracer-Id: 8259601717259840314 X-Ovh-Remote: 213.251.161.87 (ns32433.ovh.net) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-Spam-Check: DONE|U 0.5/N X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -130 X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20110701_030923_497053_7FC01BA6 X-CRM114-Status: GOOD ( 13.23 ) X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.3.1 on canuck.infradead.org summary: Content analysis details: (0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [46.105.40.161 listed in list.dnswl.org] Cc: Nicolas Ferre , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.12 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org HI Linus, Russell, Arnd I do not known who can take this pull request But this is some fix for at91 for the 3.0 The following changes since commit 5220cc9382e11ca955ce946ee6a5bac577bb14ff: Merge branch 'for-linus' of git://git.kernel.dk/linux-block (2011-06-24 08:42:35 -0700) are available in the git repository at: git://github.com/at91linux/linux-2.6-at91.git at91-next Jean-Christophe PLAGNIOL-VILLARD (3): at91: fix at91_set_serial_console: use platform device id atmel_serial: fix internal port num at91: fix udc, ehci and mmc clock device name for cap9/9g45/9rl Joachim Eastwood (1): at91: Use "pclk" as con_id on at91cap9 and at91rm9200 arch/arm/mach-at91/at91cap9.c | 8 ++++---- arch/arm/mach-at91/at91cap9_devices.c | 2 +- arch/arm/mach-at91/at91rm9200.c | 6 +++--- arch/arm/mach-at91/at91rm9200_devices.c | 2 +- arch/arm/mach-at91/at91sam9260_devices.c | 2 +- arch/arm/mach-at91/at91sam9261_devices.c | 2 +- arch/arm/mach-at91/at91sam9263_devices.c | 2 +- arch/arm/mach-at91/at91sam9g45.c | 10 +++++----- arch/arm/mach-at91/at91sam9g45_devices.c | 2 +- arch/arm/mach-at91/at91sam9rl.c | 4 ++-- arch/arm/mach-at91/at91sam9rl_devices.c | 2 +- drivers/tty/serial/atmel_serial.c | 3 ++- 12 files changed, 23 insertions(+), 22 deletions(-) Best Regards, J.