From patchwork Tue Apr 17 06:39:02 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 153066 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 3FDF9B7037 for ; Tue, 17 Apr 2012 16:41:45 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SK24B-0008Vh-SW; Tue, 17 Apr 2012 06:39:07 +0000 Received: from mail-gy0-f177.google.com ([209.85.160.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1SK248-0008VM-51 for linux-arm-kernel@lists.infradead.org; Tue, 17 Apr 2012 06:39:04 +0000 Received: by ghbf11 with SMTP id f11so3206607ghb.36 for ; Mon, 16 Apr 2012 23:39:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type :x-gm-message-state; bh=3173rfnQNvapE7ObQ14UF9+GYT/ON0jja/pNIEyO4Tw=; b=UDLIKglCT/GzyKNZRDBQRokXlzrZukhzhGeRAQPflXVYLIOLyeJAvs87Pn6BJn7zfC zcHhL0KDNe6Uxyu3QQQZzS5C7OPGb3aUlbp7rH5LXCA3SPIZOW0xVBNBjZQxzb1EpobH BVj3gB4tHuHUcfirAHiNA5bhcpFwlbVTi5tYPuvJHdnLjVMNPx3FNphzGYAV/CBvVn9C 0yitgsvdIMhII/X2OtT9BGrbas2y6FnE6Vp+AV5Qv92exzH71RI8UY1w1F6zfhoiIFlY b1WUyx8S5SiQLnk7sC0IfLqxGhYv2Lt4kHwJ+tciiSH0uRUi1lgtlZ4NKnbQuTCGy9Uu hZig== MIME-Version: 1.0 Received: by 10.100.246.16 with SMTP id t16mr4174218anh.3.1334644742410; Mon, 16 Apr 2012 23:39:02 -0700 (PDT) Received: by 10.236.200.162 with HTTP; Mon, 16 Apr 2012 23:39:02 -0700 (PDT) Date: Tue, 17 Apr 2012 08:39:02 +0200 Message-ID: Subject: [GIT PULL] ux500 fixes for 3.4-rc series From: Linus Walleij To: arm@kernel.org X-Gm-Message-State: ALoCoQma2NWENoRyAjENCA9UI9Cmww5emIzx7Gxhx3UIpX4kjvYovavUeLUk68dz4TDkmfvjcLYc X-Spam-Note: CRM114 invocation failed 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.160.177 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Lee Jones , Jonas ABERG , linux-arm-kernel@lists.infradead.org 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 Hi Arnd, Olof, These are a few -rc fixes for ux500 collected since the merge window. The following changes since commit 0034102808e0dbbf3a2394b82b1bb40b5778de9e: Linux 3.4-rc2 (2012-04-07 18:30:41 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git fixes-for-arm-soc-20120416 for you to fetch changes up to f27962ac68a9b4cf17958522ecd7c10ce2375ee1: ARM: ux500: update defconfig (2012-04-16 09:00:53 +0200) ---------------------------------------------------------------- Jonas Aaberg (1): ARM: ux500: wake secondary cpu via resched Lee Jones (1): ARM: ux500: Fix unmet direct dependency Linus Walleij (1): ARM: ux500: update defconfig arch/arm/configs/u8500_defconfig | 9 ++++----- arch/arm/mach-ux500/Kconfig | 1 + arch/arm/mach-ux500/platsmp.c | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-)