From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Subject: Re: [PATCH v3] firmware: qcom: scm: Peripheral Authentication Service Date: Thu, 24 Sep 2015 12:13:07 -0700 Message-ID: <20150924191307.GA7146@codeaurora.org> References: <1443038172-19189-1-git-send-email-bjorn.andersson@sonymobile.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]:43551 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750799AbbIXTNK (ORCPT ); Thu, 24 Sep 2015 15:13:10 -0400 Content-Disposition: inline In-Reply-To: <1443038172-19189-1-git-send-email-bjorn.andersson@sonymobile.com> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Bjorn Andersson Cc: Andy Gross , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org On 09/23, Bjorn Andersson wrote: > + > +int __qcom_scm_pas_mem_setup(u32 peripheral, phys_addr_t addr, phys_addr_t size) Maybe we should make addr and size u32s as well. Kumar requested we take the same approach for other scm calls. > +{ > + __le32 scm_ret; > + int ret; > + struct { > + __le32 proc; > + __le32 addr; > + __le32 len; > + } request; > + -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project