From patchwork Tue Feb 9 10:19:45 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Georgi Djakov X-Patchwork-Id: 61515 Delivered-To: patch@linaro.org Received: by 10.112.43.199 with SMTP id y7csp1954768lbl; Tue, 9 Feb 2016 02:20:18 -0800 (PST) X-Received: by 10.66.229.104 with SMTP id sp8mr49243777pac.53.1455013208187; Tue, 09 Feb 2016 02:20:08 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i77si53226967pfj.182.2016.02.09.02.20.07; Tue, 09 Feb 2016 02:20:08 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-arm-msm-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-arm-msm-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-arm-msm-owner@vger.kernel.org; dkim=neutral (body hash did not verify) header.i=@linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932320AbcBIKUG (ORCPT + 7 others); Tue, 9 Feb 2016 05:20:06 -0500 Received: from mail-wm0-f51.google.com ([74.125.82.51]:33339 "EHLO mail-wm0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932265AbcBIKUD (ORCPT ); Tue, 9 Feb 2016 05:20:03 -0500 Received: by mail-wm0-f51.google.com with SMTP id g62so168046671wme.0 for ; Tue, 09 Feb 2016 02:20:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=3fj+BMJodiOsiSQaXEboB3ucmChm4F+jbIQurvGUJjo=; b=VoVunOcIrMeWsDlc6fWocvPeKuM/5a+Cg9fqCqjATC98QMty8EEcZZBw8+e+YeCTje CUs19rEq+5YXkq0lrD+4EmQu0W34Un3pPgAZJ00m5cH1xoc/PVZrSP2mtnY+HqdeNPWQ Pw3I4W11vOKyCesS5JPHA7hw8N+cr7fVVuVUM= 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; bh=3fj+BMJodiOsiSQaXEboB3ucmChm4F+jbIQurvGUJjo=; b=aNrF4SKTDOEF3MAwbNI4gGMRjCftZFy3M33xKtmPPP9DeTdO+Mz7343b4CiBX2hIcz lZ/QDbQSa8Nnw0NVOYLifyV6KUr0axpHn1fs4LPM/yV+zoS2PdNkwP9Vq3vyIrTpRhPs 55x0On5Kr2EmKpeEKVhJ6XE+AYKJeACF1uPqSAsFzbtjz5H3hj6M4afBTJJzhM+xW1AJ soL2i77Vz95fE+z+eEqXKsxsvth/LSZz7qoLfU/BnPILqjoPcVW3d8qL9+ei8Am0qx0g VtNcZsq/Ow6z7TU5PAtRNk2qstEmT+e2wltyM5jcATHAHDtAgyWscYvUdIjjWwnyelbQ AoWQ== X-Gm-Message-State: AG10YOSv1eKIGAto7r1SQBATijb/4u9K9utGvffdiC54NeoTN/ULuLDHGqnbl8HNiw6qlpU4 X-Received: by 10.28.57.131 with SMTP id g125mr3687421wma.17.1455013202724; Tue, 09 Feb 2016 02:20:02 -0800 (PST) Received: from mms.qualcomm.mm-sol.com ([37.157.136.206]) by smtp.googlemail.com with ESMTPSA id k4sm16793497wmc.12.2016.02.09.02.20.01 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 09 Feb 2016 02:20:01 -0800 (PST) From: Georgi Djakov To: arm@kernel.org Cc: andy.gross@linaro.org, linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, georgi.djakov@linaro.org Subject: [PATCH v2] arm64: defconfig: Add Qualcomm sdhci and restart functionality Date: Tue, 9 Feb 2016 12:19:45 +0200 Message-Id: <1455013185-946-1-git-send-email-georgi.djakov@linaro.org> X-Mailer: git-send-email 1.7.9.5 Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Enable sdhci and restart functionality for devices based on msm8916 platform. Also increase the number of minors per block device to detect all available partitions. Signed-off-by: Georgi Djakov --- Changes since v1 (https://lkml.org/lkml/2016/2/4/259) * Rebased onto arm-soc/next/arm64 arch/arm64/configs/defconfig | 3 +++ 1 file changed, 3 insertions(+) -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 91ae2634cae9..ad26a53ddfe9 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -150,6 +150,7 @@ CONFIG_PINCTRL_QCOM_SPMI_PMIC=y CONFIG_GPIO_PL061=y CONFIG_GPIO_RCAR=y CONFIG_GPIO_XGENE=y +CONFIG_POWER_RESET_MSM=y CONFIG_POWER_RESET_XGENE=y CONFIG_POWER_RESET_SYSCON=y # CONFIG_HWMON is not set @@ -186,10 +187,12 @@ CONFIG_USB_MSM_OTG=y CONFIG_USB_ULPI=y CONFIG_USB_GADGET=y CONFIG_MMC=y +CONFIG_MMC_BLOCK_MINORS=32 CONFIG_MMC_ARMMMCI=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_PLTFM=y CONFIG_MMC_SDHCI_TEGRA=y +CONFIG_MMC_SDHCI_MSM=y CONFIG_MMC_SPI=y CONFIG_MMC_DW=y CONFIG_MMC_DW_EXYNOS=y