From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikash Garodia Subject: Re: [PATCH v12 0/5] Venus updates - PIL Date: Mon, 22 Oct 2018 16:41:51 +0530 Message-ID: <213d6ccf6f06d4577187cda121a999d3@codeaurora.org> References: <1539782303-4091-1-git-send-email-vgarodia@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Alexandre Courbot Cc: Stanimir Varbanov , Hans Verkuil , Mauro Carvalho Chehab , Linux Media Mailing List , LKML , linux-arm-msm@vger.kernel.org, linux-media-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org Thanks Alex. On 2018-10-22 11:21, Alexandre Courbot wrote: > Hi Vikash, > > On Wed, Oct 17, 2018 at 10:18 PM Vikash Garodia > wrote: >> >> This version of the series >> * updates the tz flag to unsigned >> >> Stanimir Varbanov (1): >> venus: firmware: register separate platform_device for firmware >> loader >> >> Vikash Garodia (4): >> venus: firmware: add routine to reset ARM9 >> venus: firmware: move load firmware in a separate function >> venus: firmware: add no TZ boot and shutdown routine >> dt-bindings: media: Document bindings for venus firmware device >> >> .../devicetree/bindings/media/qcom,venus.txt | 14 +- >> drivers/media/platform/qcom/venus/core.c | 24 ++- >> drivers/media/platform/qcom/venus/core.h | 6 + >> drivers/media/platform/qcom/venus/firmware.c | 235 >> +++++++++++++++++++-- >> drivers/media/platform/qcom/venus/firmware.h | 17 +- >> drivers/media/platform/qcom/venus/hfi_venus.c | 13 +- >> drivers/media/platform/qcom/venus/hfi_venus_io.h | 8 + >> 7 files changed, 274 insertions(+), 43 deletions(-) > > The series: > > Reviewed-by: Alexandre Courbot > Tested-by: Alexandre Courbot