All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: remove redundant CONFIG_MMC_BLOCK_MINORS
@ 2016-03-28 15:28 ` Leo Yan
  0 siblings, 0 replies; 4+ messages in thread
From: Leo Yan @ 2016-03-28 15:28 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon
  Cc: Simon Horman, Thierry Reding, Olof Johansson, Kuninori Morimoto,
	Arnd Bergmann, Alim Akhtar, Srinivas Kandagatla, Andy Gross,
	linux-arm-kernel, linux-kernel, Leo Yan

There have two patches to add CONFIG_MMC_BLOCK_MINORS twice:
22b0898e8 ("arm64: add defconfig options for Allwinner SoCs"),
2f85bb09d ("arm64: defconfig: Increase MMC_BLOCK_MINORS to 16");

So remove redundant CONFIG_MMC_BLOCK_MINORS to only enable once.

Signed-off-by: Leo Yan <leo.yan@linaro.org>
---
 arch/arm64/configs/defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index f705051..3ad26ff 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -215,7 +215,6 @@ CONFIG_MMC_SPI=y
 CONFIG_MMC_SUNXI=y
 CONFIG_MMC_DW=y
 CONFIG_MMC_DW_EXYNOS=y
-CONFIG_MMC_BLOCK_MINORS=16
 CONFIG_NEW_LEDS=y
 CONFIG_LEDS_CLASS=y
 CONFIG_LEDS_SYSCON=y
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] arm64: defconfig: remove redundant CONFIG_MMC_BLOCK_MINORS
@ 2016-03-28 15:28 ` Leo Yan
  0 siblings, 0 replies; 4+ messages in thread
From: Leo Yan @ 2016-03-28 15:28 UTC (permalink / raw)
  To: linux-arm-kernel

There have two patches to add CONFIG_MMC_BLOCK_MINORS twice:
22b0898e8 ("arm64: add defconfig options for Allwinner SoCs"),
2f85bb09d ("arm64: defconfig: Increase MMC_BLOCK_MINORS to 16");

So remove redundant CONFIG_MMC_BLOCK_MINORS to only enable once.

Signed-off-by: Leo Yan <leo.yan@linaro.org>
---
 arch/arm64/configs/defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index f705051..3ad26ff 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -215,7 +215,6 @@ CONFIG_MMC_SPI=y
 CONFIG_MMC_SUNXI=y
 CONFIG_MMC_DW=y
 CONFIG_MMC_DW_EXYNOS=y
-CONFIG_MMC_BLOCK_MINORS=16
 CONFIG_NEW_LEDS=y
 CONFIG_LEDS_CLASS=y
 CONFIG_LEDS_SYSCON=y
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] arm64: defconfig: remove redundant CONFIG_MMC_BLOCK_MINORS
  2016-03-28 15:28 ` Leo Yan
@ 2016-03-29 15:46   ` Will Deacon
  -1 siblings, 0 replies; 4+ messages in thread
From: Will Deacon @ 2016-03-29 15:46 UTC (permalink / raw)
  To: Leo Yan
  Cc: Catalin Marinas, Simon Horman, Thierry Reding, Olof Johansson,
	Kuninori Morimoto, Arnd Bergmann, Alim Akhtar,
	Srinivas Kandagatla, Andy Gross, linux-arm-kernel, linux-kernel

On Mon, Mar 28, 2016 at 11:28:48PM +0800, Leo Yan wrote:
> There have two patches to add CONFIG_MMC_BLOCK_MINORS twice:
> 22b0898e8 ("arm64: add defconfig options for Allwinner SoCs"),
> 2f85bb09d ("arm64: defconfig: Increase MMC_BLOCK_MINORS to 16");
> 
> So remove redundant CONFIG_MMC_BLOCK_MINORS to only enable once.
> 
> Signed-off-by: Leo Yan <leo.yan@linaro.org>
> ---
>  arch/arm64/configs/defconfig | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index f705051..3ad26ff 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -215,7 +215,6 @@ CONFIG_MMC_SPI=y
>  CONFIG_MMC_SUNXI=y
>  CONFIG_MMC_DW=y
>  CONFIG_MMC_DW_EXYNOS=y
> -CONFIG_MMC_BLOCK_MINORS=16
>  CONFIG_NEW_LEDS=y
>  CONFIG_LEDS_CLASS=y
>  CONFIG_LEDS_SYSCON=y

Thanks, I'll pick this up with some other pending defconfig updates for
-rc2.

Will

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] arm64: defconfig: remove redundant CONFIG_MMC_BLOCK_MINORS
@ 2016-03-29 15:46   ` Will Deacon
  0 siblings, 0 replies; 4+ messages in thread
From: Will Deacon @ 2016-03-29 15:46 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Mar 28, 2016 at 11:28:48PM +0800, Leo Yan wrote:
> There have two patches to add CONFIG_MMC_BLOCK_MINORS twice:
> 22b0898e8 ("arm64: add defconfig options for Allwinner SoCs"),
> 2f85bb09d ("arm64: defconfig: Increase MMC_BLOCK_MINORS to 16");
> 
> So remove redundant CONFIG_MMC_BLOCK_MINORS to only enable once.
> 
> Signed-off-by: Leo Yan <leo.yan@linaro.org>
> ---
>  arch/arm64/configs/defconfig | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index f705051..3ad26ff 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -215,7 +215,6 @@ CONFIG_MMC_SPI=y
>  CONFIG_MMC_SUNXI=y
>  CONFIG_MMC_DW=y
>  CONFIG_MMC_DW_EXYNOS=y
> -CONFIG_MMC_BLOCK_MINORS=16
>  CONFIG_NEW_LEDS=y
>  CONFIG_LEDS_CLASS=y
>  CONFIG_LEDS_SYSCON=y

Thanks, I'll pick this up with some other pending defconfig updates for
-rc2.

Will

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-03-29 15:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-28 15:28 [PATCH] arm64: defconfig: remove redundant CONFIG_MMC_BLOCK_MINORS Leo Yan
2016-03-28 15:28 ` Leo Yan
2016-03-29 15:46 ` Will Deacon
2016-03-29 15:46   ` Will Deacon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.