Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1326654 > unrolled thread

[PATCH] arm64: defconfig: Add Qualcomm sdhci and restart functionality

Started byGeorgi Djakov <georgi.djakov@linaro.org>
First post2016-02-04 12:00 +0100
Last post2016-02-08 23:10 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] arm64: defconfig: Add Qualcomm sdhci and restart functionality Georgi Djakov <georgi.djakov@linaro.org> - 2016-02-04 12:00 +0100
    Re: [PATCH] arm64: defconfig: Add Qualcomm sdhci and restart  functionality Olof Johansson <olof@lixom.net> - 2016-02-08 23:10 +0100

#1326654 — [PATCH] arm64: defconfig: Add Qualcomm sdhci and restart functionality

FromGeorgi Djakov <georgi.djakov@linaro.org>
Date2016-02-04 12:00 +0100
Subject[PATCH] arm64: defconfig: Add Qualcomm sdhci and restart functionality
Message-ID<qYpNM-7uB-11@gated-at.bofh.it>
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 <georgi.djakov@linaro.org>
---
 arch/arm64/configs/defconfig |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index bdd7aa358d2a..901d3a311ed4 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -131,6 +131,7 @@ CONFIG_SPI_QUP=y
 CONFIG_PINCTRL_MSM8916=y
 CONFIG_GPIO_PL061=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
@@ -152,9 +153,11 @@ CONFIG_USB_STORAGE=y
 CONFIG_USB_ISP1760=y
 CONFIG_USB_ULPI=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_MSM=y
 CONFIG_MMC_SPI=y
 CONFIG_MMC_DW=y
 CONFIG_MMC_DW_IDMAC=y

[toc] | [next] | [standalone]


#1329626 — Re: [PATCH] arm64: defconfig: Add Qualcomm sdhci and restart functionality

FromOlof Johansson <olof@lixom.net>
Date2016-02-08 23:10 +0100
SubjectRe: [PATCH] arm64: defconfig: Add Qualcomm sdhci and restart functionality
Message-ID<r02ao-2VY-41@gated-at.bofh.it>
In reply to#1326654
On Thu, Feb 04, 2016 at 12:32:56PM +0200, Georgi Djakov wrote:
> 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 <georgi.djakov@linaro.org>

What's this patch against? It doesn't apply on top of v4.5-rc3. Please rebase
against our next/arm64 branch and resend.


Thanks!


-Olof

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web