From patchwork Mon Jan 2 00:45:59 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kukjin Kim X-Patchwork-Id: 133771 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 06084B6F9A for ; Mon, 2 Jan 2012 11:49:10 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1RhW2W-0000bj-Tg; Mon, 02 Jan 2012 00:46:13 +0000 Received: from mailout4.samsung.com ([203.254.224.34]) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1RhW2S-0000bV-6i for linux-arm-kernel@lists.infradead.org; Mon, 02 Jan 2012 00:46:10 +0000 Received: from epcpsbgm2.samsung.com (mailout4.samsung.com [203.254.224.34]) by mailout4.samsung.com (Oracle Communications Messaging Exchange Server 7u4-19.01 64bit (built Sep 7 2010)) with ESMTP id <0LX5001T7BGEZM50@mailout4.samsung.com> for linux-arm-kernel@lists.infradead.org; Mon, 02 Jan 2012 09:46:01 +0900 (KST) X-AuditID: cbfee61b-b7b95ae00000198b-5d-4f00fe49c0e5 Received: from epmmp1.local.host ( [203.254.227.16]) by epcpsbgm2.samsung.com (MMPCPMTA) with SMTP id D3.09.06539.94EF00F4; Mon, 02 Jan 2012 09:46:01 +0900 (KST) Received: from DOKGENEKIM03 ([12.23.120.114]) by mmp1.samsung.com (Oracle Communications Messaging Exchange Server 7u4-19.01 64bit (built Sep 7 2010)) with ESMTPA id <0LX500GVQBGN2R70@mmp1.samsung.com> for linux-arm-kernel@lists.infradead.org; Mon, 02 Jan 2012 09:46:01 +0900 (KST) From: Kukjin Kim To: 'Arnd Bergmann' , 'Olof Johansson' Subject: [GIT PULL] Samsung devel-dma for v3.3 Date: Mon, 02 Jan 2012 09:45:59 +0900 Message-id: <037401ccc8e7$e5671380$b0353a80$%kim@samsung.com> MIME-version: 1.0 X-Mailer: Microsoft Office Outlook 12.0 Content-language: ko Thread-index: AczI5+UuxWk/JSvRTEahYgSk2qLRXg== X-Brightmail-Tracker: AAAAAA== X-Spam-Note: CRM114 invocation failed X-Spam-Score: -5.8 (-----) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-5.8 points) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, medium trust [203.254.224.34 listed in list.dnswl.org] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -1.6 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: "'Koul, Vinod'" , linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, boojin.kim@samsung.com 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 and Olof, Please pull Samsung devel-dma for v3.3 from following: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git next-samsung-devel-dma Its major feature is including merge of pl330 driver into drivers/dma/ and got the ack from Vinod Koul and Linus Walleij and some dma development for Samsung stuff. As a note, since having dependency with Vinod's slave-dma/next (dma tree) and next-samsung-dt1 branch which has been sent to you for arm-soc/next/dt, that has been provided based on slave-dma/next tree and next-samsung-dt1. If any problems, please let me know. Thanks. Best regards, Kgene. --- Kukjin Kim , Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd. The following changes since commit 6ff1a8bd0b37cf0f44a13d37b1f754abec84e61c: Merge branch 'next-samsung-devel-dt1' into for-vkoul-samsung-dma (2011-12-26 18:49:31 +0900) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git next-samsung-devel-dma Boojin Kim (5): DMA: PL330: Merge PL330 driver into drivers/dma/ DMA: PL330: Removes useless function DMA: PL330: Support MEMTOMEM transmit w/o RMB, WMB ARM: EXYNOS: Enable MDMA driver ARM: EXYNOS: Support DMA for EXYNOS4X12 SoCs Tushar Behera (1): ARM: EXYNOS: Add apb_pclk clkdev entry for mdma1 arch/arm/common/Kconfig | 3 - arch/arm/common/Makefile | 1 - arch/arm/common/pl330.c | 1971 ------------------------ arch/arm/include/asm/hardware/pl330.h | 338 +++-- arch/arm/mach-exynos/clock.c | 9 + arch/arm/mach-exynos/dma.c | 130 ++- arch/arm/mach-exynos/include/mach/irqs.h | 2 + arch/arm/mach-exynos/include/mach/map.h | 3 +- arch/arm/plat-samsung/include/plat/dma-pl330.h | 16 + drivers/dma/Kconfig | 1 - drivers/dma/pl330.c | 1861 ++++++++++++++++++++++ 11 files changed, 2199 insertions(+), 2136 deletions(-) delete mode 100644 arch/arm/common/pl330.c