From patchwork Mon Apr 15 17:23:18 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sekhar Nori X-Patchwork-Id: 236659 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:770:15f::2]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 8859C2C00FF for ; Tue, 16 Apr 2013 03:25:16 +1000 (EST) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1URn8d-0006AP-4U; Mon, 15 Apr 2013 17:24:19 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1URn8M-0000v8-IB; Mon, 15 Apr 2013 17:24:02 +0000 Received: from arroyo.ext.ti.com ([192.94.94.40]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1URn86-0000tN-Ll for linux-arm-kernel@lists.infradead.org; Mon, 15 Apr 2013 17:23:47 +0000 Received: from dbdp20.itg.ti.com ([172.24.170.38]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id r3FHNfEF019263; Mon, 15 Apr 2013 12:23:42 -0500 Received: from DBDE70.ent.ti.com (localhost [127.0.0.1]) by dbdp20.itg.ti.com (8.13.8/8.13.8) with ESMTP id r3FHNZgU025581; Mon, 15 Apr 2013 22:53:35 +0530 (IST) Received: from dbdp33.itg.ti.com (172.24.170.252) by dbde70.ent.ti.com (172.24.170.148) with Microsoft SMTP Server id 14.1.323.3; Mon, 15 Apr 2013 22:53:35 +0530 Received: from psplinux063.india.ti.com (smtpvbd.itg.ti.com [172.24.170.250]) by dbdp33.itg.ti.com (8.13.8/8.13.8) with ESMTP id r3FHNScm029994; Mon, 15 Apr 2013 22:53:34 +0530 From: Sekhar Nori To: Arnd Bergmann , Olof Johansson Subject: [GIT PULL 2/3] ARM: davinci: SoC updates for v3.10 (part 2) Date: Mon, 15 Apr 2013 22:53:18 +0530 Message-ID: <1366046599-6590-2-git-send-email-nsekhar@ti.com> X-Mailer: git-send-email 1.7.10.1 In-Reply-To: <1366046599-6590-1-git-send-email-nsekhar@ti.com> References: <1366046599-6590-1-git-send-email-nsekhar@ti.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130415_132346_856174_2D9EB36E X-CRM114-Status: UNSURE ( 8.90 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -7.5 (-------) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-7.5 points) pts rule name description ---- ---------------------- -------------------------------------------------- -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high trust [192.94.94.40 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -0.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: Ohad Ben-Cohen , davinci-linux-open-source@linux.davincidsp.com, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" 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, Can you please the following SoC updates for DaVinci. The branch depends on (and merges) an immutable branch from Ohad adding DA8XX rempote proc driver. Thanks, Sekhar The following changes since commit a0e5cda94cf0fab47a9bc87c50bce7f5cd26acda: Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc into v3.10/soc (2013-04-15 14:37:45 +0530) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v3.10/soc-2 for you to fetch changes up to 1511a86e71baebc7b27da5f52cbaf3272f13d556: ARM: davinci: ensure global variables are declared (2013-04-15 15:13:13 +0530) ---------------------------------------------------------------- v3.10 SoC updates for DaVinci This set of patches add support for remoteproc used to control the DSP and also fix sparse errors existing for quite some time. ---------------------------------------------------------------- Robert Tivy (1): ARM: davinci: da8xx: add remoteproc support Sekhar Nori (3): ARM: davinci: da8xx dt: make file local symbols static ARM: davinci: sram.c: fix incorrect type in assignment ARM: davinci: ensure global variables are declared Documentation/kernel-parameters.txt | 6 ++ arch/arm/mach-davinci/da8xx-dt.c | 4 +- arch/arm/mach-davinci/devices-da8xx.c | 88 +++++++++++++++++++++++++++- arch/arm/mach-davinci/include/mach/da8xx.h | 4 ++ arch/arm/mach-davinci/pm.c | 1 + arch/arm/mach-davinci/sram.c | 4 +- arch/arm/mach-davinci/usb.c | 1 + 7 files changed, 103 insertions(+), 5 deletions(-)