From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Lew Subject: Re: [PATCH v4 2/5] soc: qcom: Introduce QMI helpers Date: Thu, 30 Nov 2017 09:33:54 -0800 Message-ID: References: <20171130011644.9421-1-bjorn.andersson@linaro.org> <20171130011644.9421-3-bjorn.andersson@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]:47006 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751645AbdK3Rd5 (ORCPT ); Thu, 30 Nov 2017 12:33:57 -0500 In-Reply-To: <20171130011644.9421-3-bjorn.andersson@linaro.org> Content-Language: en-US Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Bjorn Andersson , Andy Gross , Ohad Ben-Cohen Cc: Arun Kumar Neelakantam , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, linux-remoteproc@vger.kernel.org On 11/29/2017 5:16 PM, Bjorn Andersson wrote: > Drivers that needs to communicate with a remote QMI service all has to > perform the operations of discovering the service, encoding and decoding > the messages and operate the socket. This introduces an abstraction for > these common operations, reducing most of the duplication in such cases. > > Tested-By: Srinivas Kandagatla > Signed-off-by: Bjorn Andersson > --- Acked-By: Chris Lew -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project