From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753358AbdF2OSE (ORCPT ); Thu, 29 Jun 2017 10:18:04 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:51344 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753299AbdF2ORy (ORCPT ); Thu, 29 Jun 2017 10:17:54 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 5F95860879 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=sricharan@codeaurora.org From: Sricharan R To: ohad@wizery.com, bjorn.andersson@linaro.org, robh+dt@kernel.org, mark.rutland@arm.com, andy.gross@linaro.org, david.brown@linaro.org, linux-remoteproc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org Cc: sricharan@codeaurora.org Subject: [PATCH 0/3] Add remoteproc driver for Hexagon Q6 - WCSS integrated core Date: Thu, 29 Jun 2017 19:47:38 +0530 Message-Id: <1498745861-20531-1-git-send-email-sricharan@codeaurora.org> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org IPQ8074 has an integrated Hexagon dsp core Q6v5 and a wireless lan (Lithium) IP. This series adds the remoteproc driver to reset, load and boot Q6 firmware. The first patch is to make the mdt_loader authenticate the firmware only if required, so that the code can be reused for self-authenticating firmware like the Q6v5 core in IPQ8074. Sricharan R (3): drivers: remoteproc: Make mdt_loader firmware authentication optional drivers: remoteproc: Add Hexagon Q6 - WCSS integrated core driver dt-binding: remoteproc: Add the bindings required for Hexagon - WCSS core .../bindings/remoteproc/qcom,q6v5-wcss.txt | 139 ++++ drivers/remoteproc/Kconfig | 13 + drivers/remoteproc/Makefile | 1 + drivers/remoteproc/q6v5-wcss.c | 784 +++++++++++++++++++++ drivers/remoteproc/qcom_adsp_pil.c | 3 +- drivers/remoteproc/qcom_wcnss.c | 3 +- drivers/soc/qcom/mdt_loader.c | 24 +- include/linux/soc/qcom/mdt_loader.h | 2 +- 8 files changed, 956 insertions(+), 13 deletions(-) create mode 100644 Documentation/devicetree/bindings/remoteproc/qcom,q6v5-wcss.txt create mode 100644 drivers/remoteproc/q6v5-wcss.c -- QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation