Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754276AbbGAOPP (ORCPT ); Wed, 1 Jul 2015 10:15:15 -0400 Received: from mail-ig0-f172.google.com ([209.85.213.172]:38475 "EHLO mail-ig0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753787AbbGAOPI (ORCPT ); Wed, 1 Jul 2015 10:15:08 -0400 MIME-Version: 1.0 X-Originating-IP: [89.138.218.79] From: Ohad Ben-Cohen Date: Wed, 1 Jul 2015 17:14:48 +0300 Message-ID: Subject: [GIT PULL] remoteproc for 4.2 To: Linus Torvalds Cc: "Anna, Suman" , Dave Gerlach , "linux-kernel@vger.kernel.org" , linux-arm , "linux-omap@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2765 Lines: 59 The following changes since commit b787f68c36d49bb1d9236f403813641efa74a031: Linux 4.1-rc1 (2015-04-26 17:59:10 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git tags/remoteproc-4.2 for you to fetch changes up to 8de3dbd0895bebe52d069a82feae8e3fb51c1bdf: remoteproc: fix !CONFIG_OF build breakage (2015-06-18 11:44:41 +0300) ---------------------------------------------------------------- - remoteproc fixes/cleanups from Suman Anna - new remoteproc TI Wakeup M3 driver from Dave Gerlach - remoteproc core support for TI's Wakeup M3 driver from both Dave and Suman - tiny remoteproc build fix from myself ---------------------------------------------------------------- Dave Gerlach (3): remoteproc: introduce rproc_get_by_phandle API Documentation: dt: add bindings for TI Wakeup M3 processor remoteproc/wkup_m3: add a remoteproc driver for TI Wakeup M3 Ohad Ben-Cohen (1): remoteproc: fix !CONFIG_OF build breakage Suman Anna (4): remoteproc/ste: add blank lines after declarations remoteproc/davinci: fix quoted split string checkpatch warning remoteproc: fix various checkpatch warnings remoteproc: add a rproc ops for performing address translation Documentation/devicetree/bindings/remoteproc/wkup_m3_rproc.txt | 52 ++++++++++++++++++++++ Documentation/remoteproc.txt | 6 +++ drivers/remoteproc/Kconfig | 13 ++++++ drivers/remoteproc/Makefile | 1 + drivers/remoteproc/da8xx_remoteproc.c | 3 +- drivers/remoteproc/remoteproc_core.c | 115 +++++++++++++++++++++++++++++++++++++---------- drivers/remoteproc/remoteproc_internal.h | 2 +- drivers/remoteproc/ste_modem_rproc.c | 4 +- drivers/remoteproc/wkup_m3_rproc.c | 257 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ include/linux/platform_data/wkup_m3.h | 30 +++++++++++++ include/linux/remoteproc.h | 9 ++-- 11 files changed, 460 insertions(+), 32 deletions(-) create mode 100644 Documentation/devicetree/bindings/remoteproc/wkup_m3_rproc.txt create mode 100644 drivers/remoteproc/wkup_m3_rproc.c create mode 100644 include/linux/platform_data/wkup_m3.h -- 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/