From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758396AbeD0Nhb (ORCPT ); Fri, 27 Apr 2018 09:37:31 -0400 Received: from mail-ot0-f194.google.com ([74.125.82.194]:41449 "EHLO mail-ot0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757452AbeD0Nh3 (ORCPT ); Fri, 27 Apr 2018 09:37:29 -0400 X-Google-Smtp-Source: AB8JxZpiyGIbnB0FCJYmfPDdZqZjDlHV6tQYhS9n/MFT7eGJhCyfsT/O4Idjl5mn0L+5I1b6P8EWEQ== Date: Fri, 27 Apr 2018 08:37:27 -0500 From: Rob Herring To: Bjorn Andersson Cc: Mark Rutland , Ohad Ben-Cohen , linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-remoteproc@vger.kernel.org, Nicolas Dechesne Subject: Re: [PATCH v3] rpmsg: qcom_smd: Access APCS through mailbox framework Message-ID: <20180427133727.gr5turvdfycgmbzm@rob-hp-laptop> References: <20180420011757.22389-1-bjorn.andersson@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180420011757.22389-1-bjorn.andersson@linaro.org> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 19, 2018 at 06:17:57PM -0700, Bjorn Andersson wrote: > Attempt to acquire the APCS IPC through the mailbox framework and fall > back to the old syscon based approach, to allow us to move away from > using the syscon. > > Reviewed-by: Arun Kumar Neelakantam > Signed-off-by: Bjorn Andersson > --- > > Changes since v2: > - Added comment about mbox_send_message() return value. > > .../devicetree/bindings/soc/qcom/qcom,smd.txt | 8 ++- > drivers/rpmsg/Kconfig | 1 + > drivers/rpmsg/qcom_smd.c | 67 ++++++++++++++++------ > 3 files changed, 56 insertions(+), 20 deletions(-) Reviewed-by: Rob Herring