From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752502Ab2LUC00 (ORCPT ); Thu, 20 Dec 2012 21:26:26 -0500 Received: from mail-ee0-f50.google.com ([74.125.83.50]:55376 "EHLO mail-ee0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752341Ab2LUC0X (ORCPT ); Thu, 20 Dec 2012 21:26:23 -0500 Date: Fri, 21 Dec 2012 04:20:33 +0200 From: Ido Yariv To: Sjur =?iso-8859-1?Q?Br=E6ndeland?= Cc: Ohad Ben-Cohen , Linus Walleij , linux-kernel@vger.kernel.org, Sjur =?iso-8859-1?Q?Br=E6ndeland?= Subject: Re: [RFCv2 10/11] remoteproc: Find resource table in device memory Message-ID: <20121221022032.GG28692@WorkStation.localnet> References: <1355501220-4572-1-git-send-email-sjur.brandeland@stericsson.com> <1355501220-4572-11-git-send-email-sjur.brandeland@stericsson.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1355501220-4572-11-git-send-email-sjur.brandeland@stericsson.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Sjur, On Fri, Dec 14, 2012 at 05:06:59PM +0100, Sjur Brændeland wrote: > Call rproc_get_rsctab_addr() to get the address > of the resource table in shared memory. > > Signed-off-by: Sjur Brændeland This patch should probably be squashed with the next one, since it doesn't do much on its own. Thanks, Ido.