Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758355Ab3EGMUS (ORCPT ); Tue, 7 May 2013 08:20:18 -0400 Received: from mail-lb0-f173.google.com ([209.85.217.173]:59032 "EHLO mail-lb0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755969Ab3EGMUP convert rfc822-to-8bit (ORCPT ); Tue, 7 May 2013 08:20:15 -0400 MIME-Version: 1.0 X-Originating-IP: [93.173.230.33] From: Ohad Ben-Cohen Date: Tue, 7 May 2013 15:19:52 +0300 Message-ID: Subject: [GIT PULL] remoteproc for 3.10 To: Linus Torvalds Cc: =?ISO-8859-1?Q?Sjur_Br=E6ndeland?= , "Tivy, Robert" , =?ISO-8859-1?Q?Vincent_Stehl=E9?= , Suman Anna , "linux-kernel@vger.kernel.org" , linux-arm , "linux-omap@vger.kernel.org" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3047 Lines: 72 There's a trivial merge conflict with a Kconfig typo that got fixed during the rc cycle, but otherwise: The following changes since commit f6161aa153581da4a3867a2d1a7caf4be19b6ec9: Linux 3.9-rc2 (2013-03-10 16:54:19 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git tags/remoteproc-3.10 for you to fetch changes up to b9777859ec015a78dae1476e317d04f851bfdd0d: remoteproc: fix kconfig dependencies for VIRTIO (2013-04-21 16:30:22 +0300) ---------------------------------------------------------------- This pull request contains: - Some refactoring, cleanups and small improvements from Sjur Br?ndeland. The improvements are mainly about better supporting varios virtio properties (such as virtio's config space, status and features). I now see that I messed up while commiting one of Sjur's patches and erroneously put myself as the author, as well as letting a nasty typo sneak in. I will not fix this in order to avoid rebasing the patches. Sjur - sorry! - A new remoteproc driver for OMAP-L13x (technically a DaVinci platform) from Robert Tivy. - Extend OMAP support to OMAP5 as well, from Vincent Stehl?. - Fix Kconfig VIRTUALIZATION dependency, from Suman Anna (a non-critical fix which arrived late during the rc cycle). ---------------------------------------------------------------- Ohad Ben-Cohen (1): remoteproc: perserve resource table data Robert Tivy (2): remoteproc: support default firmware name in rproc_alloc() remoteproc/davinci: add a remoteproc driver for OMAP-L13x DSP Sjur Br?ndeland (7): remoteproc: refactor rproc_elf_find_rsc_table() remoteproc: add find_loaded_rsc_table firmware ops remoteproc: parse STE-firmware and find resource table address remoteproc: code cleanup of resource parsing remoteproc: calculate max_notifyid by counting vrings remoteproc: support virtio config space. remoteproc: set vring addresses in resource table Suman Anna (1): remoteproc: fix kconfig dependencies for VIRTIO Vincent Stehl? (1): remoteproc/omap: support OMAP5 too drivers/remoteproc/Kconfig | 27 ++- drivers/remoteproc/Makefile | 1 + drivers/remoteproc/da8xx_remoteproc.c | 324 +++++++++++++++++++++++++++++ drivers/remoteproc/remoteproc_core.c | 211 ++++++++++++------- drivers/remoteproc/remoteproc_elf_loader.c | 100 ++++++--- drivers/remoteproc/remoteproc_internal.h | 15 +- drivers/remoteproc/remoteproc_virtio.c | 79 +++++-- drivers/remoteproc/ste_modem_rproc.c | 45 ++-- include/linux/remoteproc.h | 13 +- 9 files changed, 677 insertions(+), 138 deletions(-) create mode 100644 drivers/remoteproc/da8xx_remoteproc.c -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/