From patchwork Sat Mar 30 20:17:53 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anton Vorontsov X-Patchwork-Id: 232554 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.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 1AA0B2C0095 for ; Sun, 31 Mar 2013 07:25:00 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UM2Hk-0004lp-3k; Sat, 30 Mar 2013 20:21:56 +0000 Received: from mail-pa0-f52.google.com ([209.85.220.52]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UM2Hh-0004lK-Od for linux-arm-kernel@lists.infradead.org; Sat, 30 Mar 2013 20:21:54 +0000 Received: by mail-pa0-f52.google.com with SMTP id fb10so781294pad.25 for ; Sat, 30 Mar 2013 13:21:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:sender:date:from:to:cc:subject:message-id:mime-version :content-type:content-disposition:user-agent:x-gm-message-state; bh=4yux0+cfFwFYLzRzNC1LIz9WLYMbdCrq3pSWhatbbbU=; b=fAWIxDmqcxOEDLXlgBEePPzQNvPuFxmSVlt+Pz2km1HvA2JZ1SFZgkiBmgTqLiHJhx i9Pjw4gTLHFhitYg42lDpgzh1lYOh8drn3hbpC7R1HgaP+rH873ep56Gp0xf2bLjdMxC kylIIG0pQzawS5CiKY6K3qVUe7xwO6bVW0u8VJA+OwPfCzpJoefqvHbnLnEqRBATKusn w9rlGmEnT5QxIjbsio06Ulw+ht61Xde8yVYuRDBNnq1O8CPK0lkN7olZtNPIJs00rF8N tkem5Mqw/M3TCoSOpWm3KCffETLDMFpvgP796Z5J7pof30jWftltI7VzBXnnGT3lD5HM pkKg== X-Received: by 10.68.211.69 with SMTP id na5mr10355513pbc.71.1364674912115; Sat, 30 Mar 2013 13:21:52 -0700 (PDT) Received: from localhost (c-98-234-113-125.hsd1.ca.comcast.net. [98.234.113.125]) by mx.google.com with ESMTPS id vd4sm7562703pbc.35.2013.03.30.13.21.50 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 30 Mar 2013 13:21:51 -0700 (PDT) Date: Sat, 30 Mar 2013 13:17:53 -0700 From: Anton Vorontsov To: Arnd Bergmann Subject: [GIT PULL] ARM: cns3xxx: v3.9-rc1_cns3xxx_fixes Message-ID: <20130330201753.GA15370@lizard> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Gm-Message-State: ALoCoQna0eFtvurpLASEpfTPvkxyLxGW9LmPxCZikk1HOEhJIHkckfb1whPQNrGK7VNJmfVQJefi X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130330_162153_890926_ED706B29 X-CRM114-Status: UNSURE ( 8.70 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.220.52 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Mac Lin , Richard Liu , Imre Kaloz , Florian Fainelli , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Hello Arnd, Please pull v3.9-rc1_cns3xxx_fixes tag from the cns3xxx git tree, the tag includes Mac Lin's work to revive CNS3xxx booting: "Since commit 0536bdf33faf (ARM: move iotable mappings within the vmalloc region), [...] the pre-defined iotable mappings is not in the vmalloc region. [...] move the iotable mappings into the vmalloc region, and merge the MPCore private memory region (containing the SCU, the GIC and the TWD) as a single region." Plus there is a small cosmetic fix, also from Mac Lin. Thanks! The following changes since commit 6dbe51c251a327e012439c4772097a13df43c5b8: Linux 3.9-rc1 (2013-03-03 15:11:05 -0800) are available in the git repository at: git://git.infradead.org/users/cbou/linux-cns3xxx.git tags/v3.9-rc1_cns3xxx_fixes for you to fetch changes up to fc46d17c4a6b7aa2af11eb9275ed9791f2594ddf: ARM: cns3xxx: remove unused virtual address and iotable defines (2013-03-30 12:05:43 -0700) ---------------------------------------------------------------- Mac Lin (2): ARM: cns3xxx: fix mapping of private memory region ARM: cns3xxx: remove unused virtual address and iotable defines arch/arm/mach-cns3xxx/core.c | 26 +++----------------------- arch/arm/mach-cns3xxx/include/mach/cns3xxx.h | 43 ++++++++----------------------------------- 2 files changed, 11 insertions(+), 58 deletions(-)