From patchwork Thu Sep 20 12:09:09 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 185384 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (unknown [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 C92042C009A for ; Thu, 20 Sep 2012 22:12:14 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TEfZU-0001HU-7s; Thu, 20 Sep 2012 12:09:32 +0000 Received: from mail-we0-f177.google.com ([74.125.82.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TEfZO-0001Fu-Nm for linux-arm-kernel@lists.infradead.org; Thu, 20 Sep 2012 12:09:27 +0000 Received: by weyr3 with SMTP id r3so1236291wey.36 for ; Thu, 20 Sep 2012 05:09:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:x-gm-message-state; bh=m0yxxxa6B0OWmOd8f2YJ583vqK2o30Sx17ogcyFyU/8=; b=c2mA+Nafu79ODCCLSNKs9Q0huiGABMe/eFaCQyXvoZUXPrMMhkJSib6Wi2KHlhDDQR v4zF2oA1aKALvxovysHGPi/NiawnngR50VMZ8XUxz1EpzCtWdaqWdxjIACWQl0SqKPNK 0FQAfQkJKkqeMuwAgVqG5kmKSOrzLOoM8Azq8aQXs1E2eUReVboAhhZjoG403YeN26Au mi9DKquRl4gH1G2tcwSRHKGQDNQlXte/1Ne5iXd217AKRv98qLCoGeggawyeZ+eXcwFH XmbG9lUrMEBy7QPYxYSyqpeudznhibuFjzui21d0ldq7p1hxJLeG5iDpTVJPEObyHa/w UzBg== Received: by 10.216.23.202 with SMTP id v52mr1048834wev.32.1348142963574; Thu, 20 Sep 2012 05:09:23 -0700 (PDT) Received: from localhost.localdomain (LPuteaux-156-14-44-212.w82-127.abo.wanadoo.fr. [82.127.83.212]) by mx.google.com with ESMTPS id o2sm10403731wiz.11.2012.09.20.05.09.21 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 20 Sep 2012 05:09:22 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, broonie@opensource.wolfsonmicro.com Subject: [GIT PULL] MOP500 Audio patches due for ASoC Date: Thu, 20 Sep 2012 14:09:09 +0200 Message-Id: <1348142956-1872-1-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.9.5 X-Gm-Message-State: ALoCoQkc5IcqdDGdWJvsY73gX1KgJi17RF1pUs7+SFjoqExNUWxFHVHqo8iJ/7uRX0mHieYJwKz/ 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 [74.125.82.177 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: STEricsson_nomadik_linux@list.st.com, ola.o.lilja@stericsson.com, alsa-devel@alsa-project.org, linus.walleij@stericsson.com, arnd@arndb.de 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: , MIME-Version: 1.0 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 The following changes since commit 5698bd757d55b1bb87edd1a9744ab09c142abfc2: Linux 3.6-rc6 (2012-09-16 14:58:51 -0700) are available in the git repository at: git://git.linaro.org/people/ljones/linux-3.0-ux500.git for-asoc-next for you to fetch changes up to b4cad7af6665743647f28119b689e1552326d4da: Documentation: Define the MSP Driver Device Tree bindings (2012-09-20 09:10:59 +0200) ---------------------------------------------------------------- Lee Jones (7): ASoC: Ux500: Move MSP pinctrl setup into the MSP driver ASoC: Ux500: Enable MOP500 driver for Device Tree ASoC: Ux500: Enable ux500 MSP driver for Device Tree ASoC: codecs: Enable AB8500 CODEC for Device Tree ASoC: Ux500: Minor coding layout changes Documentation: Define the MOP500 Audio Machine Driver Device Tree bindings Documentation: Define the MSP Driver Device Tree bindings .../devicetree/bindings/sound/ux500-mop500.txt | 39 +++++++++ .../devicetree/bindings/sound/ux500-msp.txt | 43 ++++++++++ arch/arm/mach-ux500/board-mop500-msp.c | 79 +---------------- arch/arm/mach-ux500/include/mach/msp.h | 2 - include/linux/mfd/abx500/ab8500-codec.h | 6 +- sound/soc/codecs/ab8500-codec.c | 81 ++++++++++++++++++ sound/soc/ux500/mop500.c | 47 +++++++++-- sound/soc/ux500/ux500_msp_dai.c | 6 ++ sound/soc/ux500/ux500_msp_i2s.c | 89 +++++++++++++++----- sound/soc/ux500/ux500_msp_i2s.h | 8 +- 10 files changed, 292 insertions(+), 108 deletions(-) create mode 100644 Documentation/devicetree/bindings/sound/ux500-mop500.txt create mode 100644 Documentation/devicetree/bindings/sound/ux500-msp.txt