* [PATCH v3 1/2] arm64: defconfig: Add Qualcomm sdhci and restart functionality
@ 2016-02-25 10:46 Georgi Djakov
2016-02-25 10:46 ` [PATCH v3 2/2] arm64: defconfig: Increase MMC_BLOCK_MINORS to 16 Georgi Djakov
2016-03-13 0:16 ` [PATCH v3 1/2] arm64: defconfig: Add Qualcomm sdhci and restart functionality Olof Johansson
0 siblings, 2 replies; 4+ messages in thread
From: Georgi Djakov @ 2016-02-25 10:46 UTC (permalink / raw)
To: linux-arm-kernel
Enable sdhci and restart functionality for devices based on msm8916 platform.
Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
---
Changes since v2:
* Move the MMC_BLOCK_MINORS change into a separate patch.
Changes since v1:
* Rebased onto arm-soc/next/arm64
arch/arm64/configs/defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 774e51fda7fa..47b5dac96bfc 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -153,6 +153,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
@@ -195,6 +196,7 @@ 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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH v3 2/2] arm64: defconfig: Increase MMC_BLOCK_MINORS to 16
2016-02-25 10:46 [PATCH v3 1/2] arm64: defconfig: Add Qualcomm sdhci and restart functionality Georgi Djakov
@ 2016-02-25 10:46 ` Georgi Djakov
2016-03-13 0:16 ` Olof Johansson
2016-03-13 0:16 ` [PATCH v3 1/2] arm64: defconfig: Add Qualcomm sdhci and restart functionality Olof Johansson
1 sibling, 1 reply; 4+ messages in thread
From: Georgi Djakov @ 2016-02-25 10:46 UTC (permalink / raw)
To: linux-arm-kernel
Increase the block minors from the default 8 to 16. The db410c board
by default has eMMC rootfs on the 10th partition.
Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 47b5dac96bfc..7787e4031a75 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -192,6 +192,7 @@ CONFIG_USB_MSM_OTG=y
CONFIG_USB_ULPI=y
CONFIG_USB_GADGET=y
CONFIG_MMC=y
+CONFIG_MMC_BLOCK_MINORS=16
CONFIG_MMC_ARMMMCI=y
CONFIG_MMC_SDHCI=y
CONFIG_MMC_SDHCI_PLTFM=y
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH v3 1/2] arm64: defconfig: Add Qualcomm sdhci and restart functionality
2016-02-25 10:46 [PATCH v3 1/2] arm64: defconfig: Add Qualcomm sdhci and restart functionality Georgi Djakov
2016-02-25 10:46 ` [PATCH v3 2/2] arm64: defconfig: Increase MMC_BLOCK_MINORS to 16 Georgi Djakov
@ 2016-03-13 0:16 ` Olof Johansson
1 sibling, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2016-03-13 0:16 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Feb 25, 2016 at 12:46:31PM +0200, Georgi Djakov wrote:
> Enable sdhci and restart functionality for devices based on msm8916 platform.
>
> Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
> ---
> Changes since v2:
> * Move the MMC_BLOCK_MINORS change into a separate patch.
>
> Changes since v1:
> * Rebased onto arm-soc/next/arm64
Thanks, applied.
-Olof
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH v3 2/2] arm64: defconfig: Increase MMC_BLOCK_MINORS to 16
2016-02-25 10:46 ` [PATCH v3 2/2] arm64: defconfig: Increase MMC_BLOCK_MINORS to 16 Georgi Djakov
@ 2016-03-13 0:16 ` Olof Johansson
0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2016-03-13 0:16 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Feb 25, 2016 at 12:46:32PM +0200, Georgi Djakov wrote:
> Increase the block minors from the default 8 to 16. The db410c board
> by default has eMMC rootfs on the 10th partition.
>
> Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
> ---
> arch/arm64/configs/defconfig | 1 +
> 1 file changed, 1 insertion(+)
Thanks, applied.
-Olof
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-03-13 0:16 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-25 10:46 [PATCH v3 1/2] arm64: defconfig: Add Qualcomm sdhci and restart functionality Georgi Djakov
2016-02-25 10:46 ` [PATCH v3 2/2] arm64: defconfig: Increase MMC_BLOCK_MINORS to 16 Georgi Djakov
2016-03-13 0:16 ` Olof Johansson
2016-03-13 0:16 ` [PATCH v3 1/2] arm64: defconfig: Add Qualcomm sdhci and restart functionality Olof Johansson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).