All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: fix override warning of MMC_BLOCK_MINORS
@ 2016-03-21  4:08 Kefeng Wang
  2016-03-22 10:15 ` Andre Przywara
  0 siblings, 1 reply; 3+ messages in thread
From: Kefeng Wang @ 2016-03-21  4:08 UTC (permalink / raw)
  To: linux-arm-kernel

The commit 2f85bb09d95e ("arm64: defconfig: Increase MMC_BLOCK_MINORS to
16") and commit 22b0898e831b ("arm64: add defconfig options for Allwinner
SoCs") both add MMC_BLOCK_MINORS to defconfig, which leads to override
warning, fix it.

Cc: Georgi Djakov <georgi.djakov@linaro.org>
Cc: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
---
 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.7.12.4

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

* [PATCH] arm64: defconfig: fix override warning of MMC_BLOCK_MINORS
  2016-03-21  4:08 [PATCH] arm64: defconfig: fix override warning of MMC_BLOCK_MINORS Kefeng Wang
@ 2016-03-22 10:15 ` Andre Przywara
  2016-03-22 10:23   ` Will Deacon
  0 siblings, 1 reply; 3+ messages in thread
From: Andre Przywara @ 2016-03-22 10:15 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

(Adding Will, who usually takes care of this)

On 21/03/16 04:08, Kefeng Wang wrote:
> The commit 2f85bb09d95e ("arm64: defconfig: Increase MMC_BLOCK_MINORS to
> 16") and commit 22b0898e831b ("arm64: add defconfig options for Allwinner
> SoCs") both add MMC_BLOCK_MINORS to defconfig, which leads to override
> warning, fix it.

Looks good to me.

Will, do you just want to fix it up with your defconfig update planned
for after -rc1 anyway?

Cheers,
Andre.

> Cc: Georgi Djakov <georgi.djakov@linaro.org>
> Cc: Andre Przywara <andre.przywara@arm.com>
> Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
> ---
>  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
> 

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

* [PATCH] arm64: defconfig: fix override warning of MMC_BLOCK_MINORS
  2016-03-22 10:15 ` Andre Przywara
@ 2016-03-22 10:23   ` Will Deacon
  0 siblings, 0 replies; 3+ messages in thread
From: Will Deacon @ 2016-03-22 10:23 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Mar 22, 2016 at 10:15:40AM +0000, Andre Przywara wrote:
> (Adding Will, who usually takes care of this)

Gah, I don't usually take care of this! As I said before, I just pick
up the bits and pieces that are left at -rc1. The more than can be merged
through arm-soc, the better.

> On 21/03/16 04:08, Kefeng Wang wrote:
> > The commit 2f85bb09d95e ("arm64: defconfig: Increase MMC_BLOCK_MINORS to
> > 16") and commit 22b0898e831b ("arm64: add defconfig options for Allwinner
> > SoCs") both add MMC_BLOCK_MINORS to defconfig, which leads to override
> > warning, fix it.
> 
> Looks good to me.
> 
> Will, do you just want to fix it up with your defconfig update planned
> for after -rc1 anyway?

I'll try to make sure that it doesn't fall on the floor.

Will

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

end of thread, other threads:[~2016-03-22 10:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-21  4:08 [PATCH] arm64: defconfig: fix override warning of MMC_BLOCK_MINORS Kefeng Wang
2016-03-22 10:15 ` Andre Przywara
2016-03-22 10:23   ` 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.