| Submitter | Arnd Bergmann |
|---|---|
| Date | July 23, 2012, 8:32 p.m. |
| Message ID | <1343075561-17446-5-git-send-email-arnd@arndb.de> |
| Download | mbox |
| Permalink | /patch/182201/ |
| State | New |
| Headers | show
Return-Path: <linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org> 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 529662C008B for <incoming-imx@patchwork.ozlabs.org>; Fri, 7 Sep 2012 00:49:59 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1T9dK7-0002Hp-Vn; Thu, 06 Sep 2012 14:44:52 +0000 Received: from moutng.kundenserver.de ([212.227.17.10]) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1StPJO-0001SA-R2 for linux-arm-kernel@lists.infradead.org; Mon, 23 Jul 2012 20:33:15 +0000 Received: from klappe2.lan (HSI-KBW-149-172-5-253.hsi13.kabel-badenwuerttemberg.de [149.172.5.253]) by mrelayeu.kundenserver.de (node=mrbap4) with ESMTP (Nemesis) id 0Lr20J-1TX7yp1drf-00eZl9; Mon, 23 Jul 2012 22:32:44 +0200 From: Arnd Bergmann <arnd@arndb.de> To: Linus Torvalds <torvalds@linux-foundation.org> Subject: [GIT PULL 04/15] arm-soc: samsung dma changes Date: Mon, 23 Jul 2012 22:32:30 +0200 Message-Id: <1343075561-17446-5-git-send-email-arnd@arndb.de> X-Mailer: git-send-email 1.7.10 In-Reply-To: <1343075561-17446-1-git-send-email-arnd@arndb.de> References: <1343075561-17446-1-git-send-email-arnd@arndb.de> X-Provags-ID: V02:K0:gFM819uogD6xXjhrHiwdG3uFUKqjA1+jedHqOwWx4ME cSnWa/dXz9dOWGtgCHhBN3c1KxbtGUbxfiva2IIz5X85Yj7HoO jJ7u9Pkfmxd346Hl+eevqZyykEQWgo88tUlM76KaxLb+uBc4ga XeZyPykWPhzeGdFAKBUAlx7+sIP4f08dJtO2bUe/8Mbol6l356 k1cOCkE+g7rOzwwgreUkpW0aiKzWakv7io4byqbMbw0nXjfwLj Rn3RZnSIdTGGOl0wU9CFaCqBrCUjTNZJz/Ex6pZuJTcQsozUJA ST8Oqtre5/neCL0iNkqWbJZ8qJTOWZ6cZdz1+CzhzP6Q1DtNlg ZGI0sPaPvlXyaioq9jABGBFLlxjTQ1j9QLOL8tyyK X-Bad-Reply: References and In-Reply-To but no 'Re:' in Subject. X-Spam-Note: CRM114 invocation failed X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [212.227.17.10 listed in list.dnswl.org] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Mailman-Approved-At: Thu, 06 Sep 2012 10:43:41 -0400 Cc: arm@kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 bd0a521e88aa7a06ae7aabaed7ae196ed4ad867a: Linux 3.5-rc6 (2012-07-07 17:23:56 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git next/dma for you to fetch changes up to 31dfec74c0dc49521b2e17543ff9dd9dd0221702: Merge branch 'next/devel-dma-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/dma (2012-07-10 14:12:05 +0200) ---------------------------------------------------------------- arm-soc: samsung dma changes Some platforms are not yet converted to use the dmaengine framework, including some of the samsung SoCs. In the meantime, we treat this as platform code and merge the patches through the arm-soc tree. ---------------------------------------------------------------- Arnd Bergmann (2): Merge branch 'next/devel-dma-ops' of git://git.kernel.org/.../kgene/linux-samsung into next/dma Merge branch 'next/dma' into for-next Boojin Kim (3): ARM: SAMSUNG: Add config() function in DMA common operations spi/s3c64xx: Add the use of DMA config operation ASoC: follow the updated samsung DMA common operations Sachin Kamat (1): ARM: SAMSUNG: Fix compiler warning in dma-ops.c file arch/arm/plat-samsung/dma-ops.c | 76 ++++++++++++++------------ arch/arm/plat-samsung/include/plat/dma-ops.h | 20 ++++--- arch/arm/plat-samsung/s3c-dma-ops.c | 39 +++++++------ drivers/spi/spi-s3c64xx.c | 33 ++++++----- sound/soc/samsung/dma.c | 18 +++--- 5 files changed, 105 insertions(+), 81 deletions(-)