[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <51fef06b-8cf1-ae37-a6bd-6a1a30c34898@linaro.org>
Date: Thu, 17 Nov 2016 11:08:48 +0200
From: Stanimir Varbanov <stanimir.varbanov@...aro.org>
To: Stephen Boyd <sboyd@...eaurora.org>,
Stanimir Varbanov <stanimir.varbanov@...aro.org>
Cc: Ohad Ben-Cohen <ohad@...ery.com>,
Bjorn Andersson <bjorn.andersson@...aro.org>,
Andy Gross <andy.gross@...aro.org>,
Rob Herring <robh+dt@...nel.org>,
Mark Rutland <mark.rutland@....com>,
Srinivas Kandagatla <srinivas.kandagatla@...aro.org>,
linux-remoteproc@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-arm-msm@...r.kernel.org, linux-soc@...r.kernel.org,
devicetree@...r.kernel.org
Subject: Re: [PATCH v2 3/3] remoteproc: qcom: add Venus video core firmware
loader driver
Hi,
On 11/14/2016 09:16 PM, Stephen Boyd wrote:
> On 11/07, Stanimir Varbanov wrote:
>> +#include <linux/module.h>
>> +#include <linux/of_reserved_mem.h>
>> +#include <linux/platform_device.h>
>> +#include <linux/qcom_scm.h>
>> +#include <linux/remoteproc.h>
>> +
>> +#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
Powered by blists - more mailing lists