Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752890Ab2FRPWF (ORCPT ); Mon, 18 Jun 2012 11:22:05 -0400 Received: from mail-bk0-f46.google.com ([209.85.214.46]:33963 "EHLO mail-bk0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752499Ab2FRPWD (ORCPT ); Mon, 18 Jun 2012 11:22:03 -0400 From: sjur.brandeland@stericsson.com To: Ohad Ben-Cohen Cc: linux-kernel@vger.kernel.org, Arnd Bergmann , Linus Walleij , =?UTF-8?q?Sjur=20Br=C3=A6ndeland?= , =?UTF-8?q?Sjur=20Br=C3=A6ndeland?= Subject: [PATCHv3 0/4] remoteproc: Custom firmware handling. Date: Mon, 18 Jun 2012 17:21:51 +0200 Message-Id: <1340032915-10734-1-git-send-email-sjur.brandeland@stericsson.com> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1180 Lines: 32 From: Sjur Brændeland Hi Ohad, This patchset is rebased to v3.5-rc3. I fixed some minor kernel-doc issues for fw_ops, and some commit messages. Otherwise there are no changes since last time. Regards, Sjur Sjur Brændeland (4): remoteproc: Pass struct fw to load_segments and find_rsc_table. remoteproc: Add function rproc_get_boot_addr remoteproc: Move Elf related functions to separate file remoteproc: Support custom firmware handlers drivers/remoteproc/Makefile | 1 + drivers/remoteproc/remoteproc_core.c | 251 +----------------------- drivers/remoteproc/remoteproc_elf_loader.c | 289 ++++++++++++++++++++++++++++ drivers/remoteproc/remoteproc_internal.h | 36 ++++ include/linux/remoteproc.h | 22 ++ 5 files changed, 357 insertions(+), 242 deletions(-) create mode 100644 drivers/remoteproc/remoteproc_elf_loader.c -- 1.7.5.4 -- 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/