From patchwork Tue Aug 21 06:16:13 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 178969 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 B74252C0088 for ; Tue, 21 Aug 2012 16:20:22 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1T3hlD-0003Fi-J3; Tue, 21 Aug 2012 06:16:19 +0000 Received: from mail-vb0-f49.google.com ([209.85.212.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1T3hlA-0003FU-H7 for linux-arm-kernel@lists.infradead.org; Tue, 21 Aug 2012 06:16:17 +0000 Received: by vbbfo1 with SMTP id fo1so6623186vbb.36 for ; Mon, 20 Aug 2012 23:16:13 -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=XQFdqzLw/Tatf7LSta8Wc4cXc/580cUuU9aHSvVqXa4=; b=OhBoGupCpeIP+/J/02bDcO022c6IqAF4idJkempsUOTQHyh9fudbBzG5g6wYRuSBsI +a8a8IbmiFWjSMHROoBET7w99g8qtB+MxdkcFqgLleExEDz/CjF7PtMCBSY782LfmmrJ l4wvWQGJXN1waEQT8j0zh7lElWZa0AqibVnJvjuc/jFMU5IOV07zt9aWFmegGCya+xEC 5/7XY9922v4rX52flVnIDnRCohdUEsAc3J7vf0aSaERxJONVrIX63/LAycTeXsILdGfy 2ymVZhZ/9MveCZkGOU1hwglWH+pwGPMg0PyX8xviwa/dhTnEoSRHWN2196KpWXHfHJWc YoPA== MIME-Version: 1.0 Received: by 10.58.79.2 with SMTP id f2mr1229659vex.31.1345529773787; Mon, 20 Aug 2012 23:16:13 -0700 (PDT) Received: by 10.52.180.6 with HTTP; Mon, 20 Aug 2012 23:16:13 -0700 (PDT) Date: Tue, 21 Aug 2012 08:16:13 +0200 Message-ID: Subject: [GIT PULL] ux500 fixes From: Linus Walleij To: arm@kernel.org X-Gm-Message-State: ALoCoQmrjz3k1HMoDyfXpoezkAKmsh1fRIzWmfYTHTdkWtDEhflQgBEmNvjhB5UdafcE8uikCu7z 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.212.49 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Ola LILJA2 , Lee Jones , 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, here are two audio fixes from Lee Jones for ux500 for the -rc series. Using a signed tag now! Please pull them in, Linus Walleij The following changes since commit d9875690d9b89a866022ff49e3fcea892345ad92: Linux 3.6-rc2 (2012-08-16 14:51:24 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git tags/ux500-fixes-v3.6-rc2 for you to fetch changes up to 46a8b9837da20206c6daca11949485fab7b6e875: ARM: ux500: Ensure probing of Audio devices when Device Tree is enabled (2012-08-17 11:21:30 +0200) ---------------------------------------------------------------- Here are two audio fixes for the ux500 found by Lee Jones. ---------------------------------------------------------------- Lee Jones (2): ARM: ux500: Fix merge error, no matching driver name for 'snd_soc_u8500' ARM: ux500: Ensure probing of Audio devices when Device Tree is enabled arch/arm/mach-ux500/board-mop500-msp.c | 10 +++++----- arch/arm/mach-ux500/board-mop500.c | 4 ++++ 2 files changed, 9 insertions(+), 5 deletions(-)