From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757686AbbBEPLh (ORCPT ); Thu, 5 Feb 2015 10:11:37 -0500 Received: from mail-lb0-f177.google.com ([209.85.217.177]:37401 "EHLO mail-lb0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752640AbbBEPLf (ORCPT ); Thu, 5 Feb 2015 10:11:35 -0500 MIME-Version: 1.0 X-Originating-IP: [93.172.40.232] In-Reply-To: <54D135C7.4040501@ti.com> References: <1420838519-15669-1-git-send-email-s-anna@ti.com> <54C17130.5060002@ti.com> <54D135C7.4040501@ti.com> From: Ohad Ben-Cohen Date: Thu, 5 Feb 2015 17:11:14 +0200 Message-ID: Subject: Re: [PATCH v3 0/2] couple of generic remoteproc enhancements To: Suman Anna Cc: Dave Gerlach , Robert Tivy , "linux-kernel@vger.kernel.org" , "linux-omap@vger.kernel.org" , linux-arm Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Suman, On Tue, Feb 3, 2015 at 10:55 PM, Suman Anna wrote: > > On 01/09/2015 03:21 PM, Suman Anna wrote: > >> Hi Ohad, > >> > >> The following is an updated patchset addressing the previous pending comments > >> from v1 & v2, and are rebased onto the latest 3.19-rc3 (are rc independent > >> actually). > >> > >> The patches are mainly developed to support the WkupM3 remote processor driver > >> on TI AM335x/AM437x SoCs, and I have verified the loading using the latest > >> version of Dave's WkupM3 remoteproc work [1] > >> > >> The only change in v3 is on the second patch, it mainly leverages the > >> memcpy_toio and memset_io functions for copying/loading code into the > >> internal memory sections. An additional argument has to be added to the > >> rproc_da_to_va function to make this distinction. > > > > Any comments on this series, or can I assume that this will make it to > > v3.20? > > ping, want to make sure this has not fallen off your radar.. It has not. I'm a bit swamped so apologies for not taking care of this faster. I believe I'll get to it next week. Thanks, Ohad. From mboxrd@z Thu Jan 1 00:00:00 1970 From: ohad@wizery.com (Ohad Ben-Cohen) Date: Thu, 5 Feb 2015 17:11:14 +0200 Subject: [PATCH v3 0/2] couple of generic remoteproc enhancements In-Reply-To: <54D135C7.4040501@ti.com> References: <1420838519-15669-1-git-send-email-s-anna@ti.com> <54C17130.5060002@ti.com> <54D135C7.4040501@ti.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Suman, On Tue, Feb 3, 2015 at 10:55 PM, Suman Anna wrote: > > On 01/09/2015 03:21 PM, Suman Anna wrote: > >> Hi Ohad, > >> > >> The following is an updated patchset addressing the previous pending comments > >> from v1 & v2, and are rebased onto the latest 3.19-rc3 (are rc independent > >> actually). > >> > >> The patches are mainly developed to support the WkupM3 remote processor driver > >> on TI AM335x/AM437x SoCs, and I have verified the loading using the latest > >> version of Dave's WkupM3 remoteproc work [1] > >> > >> The only change in v3 is on the second patch, it mainly leverages the > >> memcpy_toio and memset_io functions for copying/loading code into the > >> internal memory sections. An additional argument has to be added to the > >> rproc_da_to_va function to make this distinction. > > > > Any comments on this series, or can I assume that this will make it to > > v3.20? > > ping, want to make sure this has not fallen off your radar.. It has not. I'm a bit swamped so apologies for not taking care of this faster. I believe I'll get to it next week. Thanks, Ohad.