From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Gross Subject: Re: [PATCH 1/3] soc: qcom: smd: Transition client drivers from smd to rpmsg Date: Wed, 22 Mar 2017 16:52:24 -0500 Message-ID: <20170322215224.GA22585@hector.attlocal.net> References: <20170320233544.1656-1-bjorn.andersson@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Marcel Holtmann , Gustavo Padovan , Johan Hedberg , Eugene Krasnikov , Kalle Valo , David Brown , "David S. Miller" , Arnd Bergmann , linux-bluetooth@vger.kernel.org, linux-kernel@vger.kernel.org, wcn36xx@lists.infradead.org, linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org To: Bjorn Andersson Return-path: Received: from mail-ot0-f171.google.com ([74.125.82.171]:33694 "EHLO mail-ot0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751153AbdCVVw1 (ORCPT ); Wed, 22 Mar 2017 17:52:27 -0400 Received: by mail-ot0-f171.google.com with SMTP id a12so106911019ota.0 for ; Wed, 22 Mar 2017 14:52:26 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20170320233544.1656-1-bjorn.andersson@linaro.org> Sender: netdev-owner@vger.kernel.org List-ID: On Mon, Mar 20, 2017 at 04:35:42PM -0700, Bjorn Andersson wrote: > By moving these client drivers to use RPMSG instead of the direct SMD > API we can reuse them ontop of the newly added GLINK wire-protocol > support found in the 820 and 835 Qualcomm platforms. > > As the new (RPMSG-based) and old SMD implementations are mutually > exclusive we have to change all client drivers in one commit, to make > sure we have a working system before and after this transition. > > Signed-off-by: Bjorn Andersson > --- For the qcom/smd parts: Acked-by: Andy Gross