From mboxrd@z Thu Jan 1 00:00:00 1970 From: Georgi Djakov 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> Return-path: 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) Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org 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 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(+) 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: georgi.djakov@linaro.org (Georgi Djakov) Date: Tue, 9 Feb 2016 12:19:45 +0200 Subject: [PATCH v2] arm64: defconfig: Add Qualcomm sdhci and restart functionality Message-ID: <1455013185-946-1-git-send-email-georgi.djakov@linaro.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.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(+) 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