Message ID | 1539004982-32555-1-git-send-email-vgarodia@codeaurora.org (mailing list archive) |
---|---|
Headers | show |
Series | Venus updates - PIL | expand |
Please ignore this version. Forgot to update the documentation. Updated the same in v11 and posted it. On 2018-10-08 18:52, Vikash Garodia wrote: > This version of the series > * extends the description of firmware subnode in documentation. > * renames the flag suggesting the presence of tz and update code > accordingly. > > 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 | 13 +- > 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, 273 insertions(+), 43 deletions(-) Thanks, Vikash