From patchwork Thu Dec 15 14:15:45 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolas Ferre X-Patchwork-Id: 131652 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 0779C1007D4 for ; Fri, 16 Dec 2011 01:18:54 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1RbC6X-0003Q8-JP; Thu, 15 Dec 2011 14:16:13 +0000 Received: from bombadil.infradead.org ([2001:4830:2446:ff00:4687:fcff:fea6:5117]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1RbC6V-0003Pp-Bw for linux-arm-kernel@merlin.infradead.org; Thu, 15 Dec 2011 14:16:11 +0000 Received: from newsmtp5.atmel.com ([204.2.163.5] helo=sjogate2.atmel.com) by bombadil.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1RbC6P-0004nH-To for linux-arm-kernel@lists.infradead.org; Thu, 15 Dec 2011 14:16:10 +0000 Received: from meyreuil.atmel.fr ([10.159.254.132]) by sjogate2.atmel.com (8.13.6/8.13.6) with ESMTP id pBFEC0Sa023524; Thu, 15 Dec 2011 06:12:00 -0800 (PST) Received: from [10.159.245.112] ([10.159.245.112]) by meyreuil.atmel.fr (8.11.7p1+Sun/8.11.7) with ESMTP id pBFEFie01077; Thu, 15 Dec 2011 15:15:44 +0100 (MET) Message-ID: <4EEA0111.2000907@atmel.com> Date: Thu, 15 Dec 2011 15:15:45 +0100 From: Nicolas Ferre Organization: atmel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111124 Thunderbird/8.0 MIME-Version: 1.0 To: Arnd Bergmann , Olof Johansson , linux-arm-kernel Subject: [GIT PULL] at91 defconfigs for 3.3 X-Enigmail-Version: 1.4a1pre X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20111215_091606_339182_172CFF31 X-CRM114-Status: GOOD ( 14.53 ) X-Spam-Score: -4.2 (----) X-Spam-Report: SpamAssassin version 3.3.2 on bombadil.infradead.org summary: Content analysis details: (-4.2 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -2.3 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Jean-Christophe PLAGNIOL-VILLARD X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 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 Arnd, Olof, Here is a single patch that removes a defconfig for AT91. It is not needed anymore as we tend to group defconfigs by SoC and build all boards into it. The following changes since commit dc47ce90c3a822cd7c9e9339fe4d5f61dcb26b50: Linux 3.2-rc5 (2011-12-09 15:09:32 -0800) are available in the git repository at: git://github.com/at91linux/linux-at91.git for-arnd-3.3-defconfig Paul Gortmaker (1): ARM: at91: delete the pcontrol_g20_defconfig arch/arm/configs/pcontrol_g20_defconfig | 175 ------------------------------- 1 files changed, 0 insertions(+), 175 deletions(-) delete mode 100644 arch/arm/configs/pcontrol_g20_defconfig Thanks, best regards,