From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stanimir Varbanov Subject: Re: [PATCH v2 3/3] remoteproc: qcom: add Venus video core firmware loader driver Date: Thu, 17 Nov 2016 11:08:48 +0200 Message-ID: <51fef06b-8cf1-ae37-a6bd-6a1a30c34898@linaro.org> References: <1478539853-23218-1-git-send-email-stanimir.varbanov@linaro.org> <1478539853-23218-4-git-send-email-stanimir.varbanov@linaro.org> <20161114191641.GH5177@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20161114191641.GH5177@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org To: Stephen Boyd , Stanimir Varbanov Cc: Ohad Ben-Cohen , Bjorn Andersson , Andy Gross , Rob Herring , Mark Rutland , Srinivas Kandagatla , linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, devicetree@vger.kernel.org List-Id: devicetree@vger.kernel.org Hi, On 11/14/2016 09:16 PM, Stephen Boyd wrote: > On 11/07, Stanimir Varbanov wrote: >> +#include >> +#include >> +#include >> +#include >> +#include >> + >> +#include "qcom_mdt_loader.h" >> +#include "remoteproc_internal.h" >> + >> +#define VENUS_CRASH_REASON_SMEM 425 > > This is unused. Is there going to be some common smem API to get > the crash reason? This is leftover and never used, so I will delete it. About smem maybe Bjorn have some idea? >> + >> +static const struct of_device_id venus_of_match[] = { >> + { .compatible = "qcom,venus-pil" }, >> + { }, >> +}; > > Add a MODULE_DEVICE_TABLE? > OK. -- regards, Stan