linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drivers: mmc: Kconfig: pedantic cleanups
@ 2019-03-06 18:27 Enrico Weigelt, metux IT consult
  2019-03-18 10:51 ` Ulf Hansson
  0 siblings, 1 reply; 2+ messages in thread
From: Enrico Weigelt, metux IT consult @ 2019-03-06 18:27 UTC (permalink / raw)
  To: linux-kernel; +Cc: ulf.hansson, linux-mmc

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
---
 drivers/mmc/host/Kconfig | 43 ++++++++++++++++++++++---------------------
 1 file changed, 22 insertions(+), 21 deletions(-)

diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig
index 28fcd8f..de7a38d 100644
--- a/drivers/mmc/host/Kconfig
+++ b/drivers/mmc/host/Kconfig
@@ -437,7 +437,7 @@ config MMC_WBSD
 	depends on ISA_DMA_API
 	help
 	  This selects the Winbond(R) W83L51xD Secure digital and
-          Multimedia card Interface.
+	  Multimedia card Interface.
 	  If you have a machine with a integrated W83L518D or W83L519D
 	  SD/MMC card reader, say Y or M here.
 
@@ -515,7 +515,7 @@ config MMC_TIFM_SD
 	  'Misc devices: TI Flash Media PCI74xx/PCI76xx host adapter support
 	  (TIFM_7XX1)'.
 
-          To compile this driver as a module, choose M here: the
+	  To compile this driver as a module, choose M here: the
 	  module will be called tifm_sd.
 
 config MMC_MVSDIO
@@ -531,12 +531,12 @@ config MMC_MVSDIO
 	  module will be called mvsdio.
 
 config MMC_DAVINCI
-        tristate "TI DAVINCI Multimedia Card Interface support"
-        depends on ARCH_DAVINCI
-        help
-          This selects the TI DAVINCI Multimedia card Interface.
-          If you have an DAVINCI board with a Multimedia Card slot,
-          say Y or M here.  If unsure, say N.
+	tristate "TI DAVINCI Multimedia Card Interface support"
+	depends on ARCH_DAVINCI
+	help
+	  This selects the TI DAVINCI Multimedia card Interface.
+	  If you have an DAVINCI board with a Multimedia Card slot,
+	  say Y or M here.  If unsure, say N.
 
 config MMC_GOLDFISH
 	tristate "goldfish qemu Multimedia Card Interface support"
@@ -565,18 +565,18 @@ config MMC_S3C
 	depends on S3C24XX_DMAC
 	help
 	  This selects a driver for the MCI interface found in
-          Samsung's S3C2410, S3C2412, S3C2440, S3C2442 CPUs.
+	  Samsung's S3C2410, S3C2412, S3C2440, S3C2442 CPUs.
 	  If you have a board based on one of those and a MMC/SD
 	  slot, say Y or M here.
 
 	  If unsure, say N.
 
 config MMC_S3C_HW_SDIO_IRQ
-       bool "Hardware support for SDIO IRQ"
-       depends on MMC_S3C
-       help
-         Enable the hardware support for SDIO interrupts instead of using
-	 the generic polling code.
+	bool "Hardware support for SDIO IRQ"
+	depends on MMC_S3C
+	help
+	  Enable the hardware support for SDIO interrupts instead of using
+	  the generic polling code.
 
 choice
 	prompt "Samsung S3C SD/MMC transfer code"
@@ -948,15 +948,16 @@ config MMC_MTK
 	  If unsure, say N.
 
 config MMC_SDHCI_MICROCHIP_PIC32
-        tristate "Microchip PIC32MZDA SDHCI support"
-        depends on MMC_SDHCI && PIC32MZDA && MMC_SDHCI_PLTFM
-        help
-          This selects the Secure Digital Host Controller Interface (SDHCI)
-          for PIC32MZDA platform.
+	tristate "Microchip PIC32MZDA SDHCI support"
+	depends on MMC_SDHCI && PIC32MZDA && MMC_SDHCI_PLTFM
+	help
+	  This selects the Secure Digital Host Controller Interface (SDHCI)
+	  for PIC32MZDA platform.
+
+	  If you have a controller with this interface, say Y or M here.
 
-          If you have a controller with this interface, say Y or M here.
+	  If unsure, say N.
 
-          If unsure, say N.
 config MMC_SDHCI_BRCMSTB
 	tristate "Broadcom SDIO/SD/MMC support"
 	depends on ARCH_BRCMSTB || BMIPS_GENERIC
-- 
1.9.1


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

* Re: [PATCH] drivers: mmc: Kconfig: pedantic cleanups
  2019-03-06 18:27 [PATCH] drivers: mmc: Kconfig: pedantic cleanups Enrico Weigelt, metux IT consult
@ 2019-03-18 10:51 ` Ulf Hansson
  0 siblings, 0 replies; 2+ messages in thread
From: Ulf Hansson @ 2019-03-18 10:51 UTC (permalink / raw)
  To: Enrico Weigelt, metux IT consult; +Cc: Linux Kernel Mailing List, linux-mmc

On Wed, 6 Mar 2019 at 19:27, Enrico Weigelt, metux IT consult
<info@metux.net> wrote:
>
> Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>

Applied for next, thanks!

Kind regards
Uffe


> ---
>  drivers/mmc/host/Kconfig | 43 ++++++++++++++++++++++---------------------
>  1 file changed, 22 insertions(+), 21 deletions(-)
>
> diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig
> index 28fcd8f..de7a38d 100644
> --- a/drivers/mmc/host/Kconfig
> +++ b/drivers/mmc/host/Kconfig
> @@ -437,7 +437,7 @@ config MMC_WBSD
>         depends on ISA_DMA_API
>         help
>           This selects the Winbond(R) W83L51xD Secure digital and
> -          Multimedia card Interface.
> +         Multimedia card Interface.
>           If you have a machine with a integrated W83L518D or W83L519D
>           SD/MMC card reader, say Y or M here.
>
> @@ -515,7 +515,7 @@ config MMC_TIFM_SD
>           'Misc devices: TI Flash Media PCI74xx/PCI76xx host adapter support
>           (TIFM_7XX1)'.
>
> -          To compile this driver as a module, choose M here: the
> +         To compile this driver as a module, choose M here: the
>           module will be called tifm_sd.
>
>  config MMC_MVSDIO
> @@ -531,12 +531,12 @@ config MMC_MVSDIO
>           module will be called mvsdio.
>
>  config MMC_DAVINCI
> -        tristate "TI DAVINCI Multimedia Card Interface support"
> -        depends on ARCH_DAVINCI
> -        help
> -          This selects the TI DAVINCI Multimedia card Interface.
> -          If you have an DAVINCI board with a Multimedia Card slot,
> -          say Y or M here.  If unsure, say N.
> +       tristate "TI DAVINCI Multimedia Card Interface support"
> +       depends on ARCH_DAVINCI
> +       help
> +         This selects the TI DAVINCI Multimedia card Interface.
> +         If you have an DAVINCI board with a Multimedia Card slot,
> +         say Y or M here.  If unsure, say N.
>
>  config MMC_GOLDFISH
>         tristate "goldfish qemu Multimedia Card Interface support"
> @@ -565,18 +565,18 @@ config MMC_S3C
>         depends on S3C24XX_DMAC
>         help
>           This selects a driver for the MCI interface found in
> -          Samsung's S3C2410, S3C2412, S3C2440, S3C2442 CPUs.
> +         Samsung's S3C2410, S3C2412, S3C2440, S3C2442 CPUs.
>           If you have a board based on one of those and a MMC/SD
>           slot, say Y or M here.
>
>           If unsure, say N.
>
>  config MMC_S3C_HW_SDIO_IRQ
> -       bool "Hardware support for SDIO IRQ"
> -       depends on MMC_S3C
> -       help
> -         Enable the hardware support for SDIO interrupts instead of using
> -        the generic polling code.
> +       bool "Hardware support for SDIO IRQ"
> +       depends on MMC_S3C
> +       help
> +         Enable the hardware support for SDIO interrupts instead of using
> +         the generic polling code.
>
>  choice
>         prompt "Samsung S3C SD/MMC transfer code"
> @@ -948,15 +948,16 @@ config MMC_MTK
>           If unsure, say N.
>
>  config MMC_SDHCI_MICROCHIP_PIC32
> -        tristate "Microchip PIC32MZDA SDHCI support"
> -        depends on MMC_SDHCI && PIC32MZDA && MMC_SDHCI_PLTFM
> -        help
> -          This selects the Secure Digital Host Controller Interface (SDHCI)
> -          for PIC32MZDA platform.
> +       tristate "Microchip PIC32MZDA SDHCI support"
> +       depends on MMC_SDHCI && PIC32MZDA && MMC_SDHCI_PLTFM
> +       help
> +         This selects the Secure Digital Host Controller Interface (SDHCI)
> +         for PIC32MZDA platform.
> +
> +         If you have a controller with this interface, say Y or M here.
>
> -          If you have a controller with this interface, say Y or M here.
> +         If unsure, say N.
>
> -          If unsure, say N.
>  config MMC_SDHCI_BRCMSTB
>         tristate "Broadcom SDIO/SD/MMC support"
>         depends on ARCH_BRCMSTB || BMIPS_GENERIC
> --
> 1.9.1
>

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

end of thread, other threads:[~2019-03-18 10:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-06 18:27 [PATCH] drivers: mmc: Kconfig: pedantic cleanups Enrico Weigelt, metux IT consult
2019-03-18 10:51 ` Ulf Hansson

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).