All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peng Fan <peng.fan@nxp.com>
To: u-boot@lists.denx.de
Subject: [PATCH 3/3] mmc: Kconfig: remove MMC_BROKEN_CD configuration
Date: Mon, 9 Mar 2020 00:09:17 +0000	[thread overview]
Message-ID: <AM0PR04MB44810182595F231D0CDD6AEE88FE0@AM0PR04MB4481.eurprd04.prod.outlook.com> (raw)
In-Reply-To: <20200220044534.19600-4-jh80.chung@samsung.com>

Hi Jaehoon,

> Subject: [PATCH 3/3] mmc: Kconfig: remove MMC_BROKEN_CD configuration
> 
> Remove MMC_BROKEN_CD configuration.
> It doesn't need to use configuration, instead use broken-cd property.

Will this cause issue if board not use dts saying in SPL stage?

Regards,
Peng.

> 
> Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
> ---
>  configs/brppt2_defconfig    | 1 -
>  configs/ci20_mmc_defconfig  | 1 -
>  configs/meerkat96_defconfig | 1 -
>  drivers/mmc/Kconfig         | 5 -----
>  4 files changed, 8 deletions(-)
> 
> diff --git a/configs/brppt2_defconfig b/configs/brppt2_defconfig index
> f94ea28376..5d1dfde36e 100644
> --- a/configs/brppt2_defconfig
> +++ b/configs/brppt2_defconfig
> @@ -68,7 +68,6 @@ CONFIG_SPL_DM_SEQ_ALIAS=y  # CONFIG_SPL_BLK is
> not set  CONFIG_BOOTCOUNT_LIMIT=y  CONFIG_SYS_I2C_MXC=y
> -CONFIG_MMC_BROKEN_CD=y  # CONFIG_SPL_DM_MMC is not set
> CONFIG_FSL_ESDHC=y  CONFIG_MTD=y diff --git
> a/configs/ci20_mmc_defconfig b/configs/ci20_mmc_defconfig index
> a0b0772f40..f31a3c44f4 100644
> --- a/configs/ci20_mmc_defconfig
> +++ b/configs/ci20_mmc_defconfig
> @@ -34,7 +34,6 @@ CONFIG_SYS_RELOC_GD_ENV_ADDR=y  #
> CONFIG_DM_DEVICE_REMOVE is not set  CONFIG_JZ4780_EFUSE=y
> CONFIG_MMC=y -CONFIG_MMC_BROKEN_CD=y  CONFIG_DM_MMC=y  #
> CONFIG_MMC_HW_PARTITIONING is not set
> CONFIG_MMC_IO_VOLTAGE=y diff --git a/configs/meerkat96_defconfig
> b/configs/meerkat96_defconfig index 45f12115ba..d358ed23a5 100644
> --- a/configs/meerkat96_defconfig
> +++ b/configs/meerkat96_defconfig
> @@ -34,7 +34,6 @@ CONFIG_OF_CONTROL=y
>  CONFIG_DEFAULT_DEVICE_TREE="imx7d-meerkat96"
>  CONFIG_SYS_RELOC_GD_ENV_ADDR=y
>  CONFIG_NET_RANDOM_ETHADDR=y
> -CONFIG_MMC_BROKEN_CD=y
>  CONFIG_DM_MMC=y
>  CONFIG_FSL_ESDHC=y
>  CONFIG_MTD=y
> diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig index
> 2f0eedc22f..3722e7bc13 100644
> --- a/drivers/mmc/Kconfig
> +++ b/drivers/mmc/Kconfig
> @@ -18,11 +18,6 @@ config MMC_WRITE
>  	help
>  	  Enable write access to MMC and SD Cards
> 
> -config MMC_BROKEN_CD
> -	bool "Poll for broken card detection case"
> -	help
> -	  If card  detection feature is broken, just poll to detect.
> -
>  config DM_MMC
>  	bool "Enable MMC controllers using Driver Model"
>  	depends on DM
> --
> 2.25.0

  reply	other threads:[~2020-03-09  0:09 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20200220044529epcas1p342d4df3a18266045b3bc401b21703939@epcas1p3.samsung.com>
2020-02-20  4:45 ` [PATCH 0/3] Remove CONFIG_MMC_BROKEN_CD Jaehoon Chung
     [not found]   ` <CGME20200220044529epcas1p1629d0533210a455a0f2990f359b09c14@epcas1p1.samsung.com>
2020-02-20  4:45     ` [PATCH 1/3] mmc: jz_mmc; add MMC_CAP_NEEDS_POLL by default Jaehoon Chung
     [not found]   ` <CGME20200220044529epcas1p435aaf60f2488cb8b9c2f6b49f59f7afd@epcas1p4.samsung.com>
2020-02-20  4:45     ` [PATCH 2/3] mmc: check the flags of host_caps about broken-cd Jaehoon Chung
     [not found]   ` <CGME20200220044529epcas1p22a4e86fc6045c51ba403178a4d52f15d@epcas1p2.samsung.com>
2020-02-20  4:45     ` [PATCH 3/3] mmc: Kconfig: remove MMC_BROKEN_CD configuration Jaehoon Chung
2020-03-09  0:09       ` Peng Fan [this message]
2020-03-09  7:31         ` Jaehoon Chung
2020-02-20 19:57   ` [PATCH 0/3] Remove CONFIG_MMC_BROKEN_CD Tom Rini
2020-02-21  1:07     ` Jaehoon Chung
2020-02-21  7:21       ` Jaehoon Chung
2020-02-21 17:05         ` Tom Rini
2020-02-24  2:41           ` Jaehoon Chung
2020-02-21 13:38       ` Tom Rini
2020-02-24  2:38         ` Jaehoon Chung

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AM0PR04MB44810182595F231D0CDD6AEE88FE0@AM0PR04MB4481.eurprd04.prod.outlook.com \
    --to=peng.fan@nxp.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.