From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752550AbdJaE0s (ORCPT ); Tue, 31 Oct 2017 00:26:48 -0400 Received: from mail-pf0-f194.google.com ([209.85.192.194]:50104 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751434AbdJaE0q (ORCPT ); Tue, 31 Oct 2017 00:26:46 -0400 X-Google-Smtp-Source: ABhQp+QDVwz7tVrE3uKIgH+ch2m17AMqK5wjXubmk3k20ERstZDobCZTfh7bGM7A1jRPPZWs+HviOQ== Date: Mon, 30 Oct 2017 21:26:42 -0700 From: Bjorn Andersson To: Chris Lew Cc: andy.gross@linaro.org, david.brown@linaro.org, robh+dt@kernel.org, mark.rutland@arm.com, aneela@codeaurora.org, smaliyap@codeaurora.org, linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/3] GLINK intent preallocation support Message-ID: <20171031042642.GK1275@minitux> References: <1509056936-26578-1-git-send-email-clew@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1509056936-26578-1-git-send-email-clew@codeaurora.org> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu 26 Oct 15:28 PDT 2017, Chris Lew wrote: > Intents are used to specify when a channel can receive data from a > remoteproc. Add support for channels to customize the size and amount > of prequeued intents. > > An audio channel might expect to receive 3 packets of size 4k in rapid > succession. This change allows the channel to prepare for this data instead > of allocating on demand. > Thanks, tested and applied with some minor modifications to patch 2. Regards, Bjorn > Chris Lew (3): > dt-bindings: soc: qcom: Support GLINK intents > rpmsg: glink: Add support to preallocate intents > rpmsg: glink: Use best fit intent during tx > > .../devicetree/bindings/soc/qcom/qcom,glink.txt | 10 +++++ > drivers/rpmsg/qcom_glink_native.c | 48 +++++++++++++++++----- > 2 files changed, 47 insertions(+), 11 deletions(-) > > -- > The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, > a Linux Foundation Collaborative Project >