From patchwork Wed May 25 16:06:36 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Griffin X-Patchwork-Id: 68627 Delivered-To: patch@linaro.org Received: by 10.140.92.199 with SMTP id b65csp1301415qge; Wed, 25 May 2016 09:09:34 -0700 (PDT) X-Received: by 10.66.167.40 with SMTP id zl8mr7115155pab.8.1464192574064; Wed, 25 May 2016 09:09:34 -0700 (PDT) Return-Path: Received: from bombadil.infradead.org (bombadil.infradead.org. [2001:1868:205::9]) by mx.google.com with ESMTPS id g18si21209878pfa.201.2016.05.25.09.09.33 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 25 May 2016 09:09:34 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org designates 2001:1868:205::9 as permitted sender) client-ip=2001:1868:205::9; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org designates 2001:1868:205::9 as permitted sender) smtp.mailfrom=linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org; dmarc=fail (p=NONE dis=NONE) header.from=linaro.org Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1b5bM7-00057l-5g; Wed, 25 May 2016 16:08:23 +0000 Received: from mail-wm0-x236.google.com ([2a00:1450:400c:c09::236]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1b5bLH-0004kL-Qq for linux-arm-kernel@lists.infradead.org; Wed, 25 May 2016 16:07:32 +0000 Received: by mail-wm0-x236.google.com with SMTP id a136so133984154wme.0 for ; Wed, 25 May 2016 09:07:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=DpwR1irNVVNevI2xW+d93GpbilRYPmidXFAbdoTBzfg=; b=inSYU7zgoK0e5VstmPzsPXjlJNX7eAxTGUcVuwPzvuneRz1b2fgixvnjV0gcSUm3mN 8RoxRqIwrUSFYTz64lkBmiFg63Szbe+n0oUW69tCCIUXFUXEtwsGY/lR5ry52Lg0q7KZ hsq8JUJUYTyvgjU0DCrSjjm4s1GW5ioHrkd9U= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=DpwR1irNVVNevI2xW+d93GpbilRYPmidXFAbdoTBzfg=; b=lmAi8loEda7jrFTa068V/n9TAGguqrl3YhguUQQ5o7x2IH8260GRNK20ppr4CDsXKA Uy9RMtZosk93oNMvz/hMxwgDQ4Kp+fZC1+ex9NDXuOLjko6Vp7EkZDR8eKYvNU/p136k ba/77W43npOZ/Q3rEZJ/ZkrwvPrIzrelPGgmAiljXRDqILb2Jr86ASeTYnve6F9jkKua 7LlKknfaG4qZnP2mrOuZJYPrxHx0LBkOmyHOVlrS4ABeSCABnEfMrrVT+oxcJwn8Ng9Z j+GPPTYyRXOkCsIxyXFctH9QkxNd3J+1AzdxYu5h6aTjtWGvdHMAVe9jMPt17cj4jMPm j+KQ== X-Gm-Message-State: ALyK8tIl15jlfs6R0+LrRqM1wxgUo1pViWe+UT2MUWpkrTIMftw1dBwh0Mm3dfjS/BWvnmpw X-Received: by 10.28.155.197 with SMTP id d188mr4476833wme.30.1464192430035; Wed, 25 May 2016 09:07:10 -0700 (PDT) Received: from localhost.localdomain (cpc84731-aztw28-2-0-cust112.18-1.cable.virginm.net. [82.37.67.113]) by smtp.gmail.com with ESMTPSA id k127sm10039103wmf.21.2016.05.25.09.07.08 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 25 May 2016 09:07:09 -0700 (PDT) From: Peter Griffin To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, srinivas.kandagatla@gmail.com, maxime.coquelin@st.com, patrice.chotard@st.com, vinod.koul@intel.com, ohad@wizery.com, bjorn.andersson@linaro.org, arnd@arndb.de Subject: [PATCH v4 02/18] ARM: multi_v7_defconfig: enable st xp70 rproc driver. Date: Wed, 25 May 2016 17:06:36 +0100 Message-Id: <1464192412-16386-4-git-send-email-peter.griffin@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1464192412-16386-1-git-send-email-peter.griffin@linaro.org> References: <1464192412-16386-1-git-send-email-peter.griffin@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160525_090732_100989_D3275DB4 X-CRM114-Status: GOOD ( 11.55 ) X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.4.0 on bombadil.infradead.org summary: Content analysis details: (-2.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [2a00:1450:400c:c09:0:0:0:236 listed in] [list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: peter.griffin@linaro.org, devicetree@vger.kernel.org, linux-remoteproc@vger.kernel.org, lee.jones@linaro.org, dmaengine@vger.kernel.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org This is used by other device drivers whose IP is based around the xp70 slim core (such as fdma) to load and boot the firmware in the slimcore. Signed-off-by: Peter Griffin --- arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+) -- 1.9.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 2823490..d319d8f 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -503,6 +503,7 @@ CONFIG_REGULATOR_TPS6586X=y CONFIG_REGULATOR_TPS65910=y CONFIG_REGULATOR_TWL4030=y CONFIG_REGULATOR_VEXPRESS=y +CONFIG_ST_XP70_REMOTEPROC=m CONFIG_MEDIA_SUPPORT=m CONFIG_MEDIA_CAMERA_SUPPORT=y CONFIG_MEDIA_CONTROLLER=y