public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 5/6] mmc: move some SDHCI related options to Kconfig
Date: Thu, 8 Dec 2016 09:30:44 -0500	[thread overview]
Message-ID: <20161208143044.GT4248@bill-the-cat> (raw)
In-Reply-To: <1481116230-9495-6-git-send-email-yamada.masahiro@socionext.com>

On Wed, Dec 07, 2016 at 10:10:29PM +0900, Masahiro Yamada wrote:

> While I moved the options, I also renamed them so that they are all
> prefixed with MMC_SDHCI_.
> 
> This commit was created in the following steps.
> 
> [1] Rename with the following command
> find . -name .git -prune -o ! -path ./scripts/config_whitelist.txt \
> -type f -print | xargs sed -i -e '
> s/CONFIG_MMC_SDMA/CONFIG_MMC_SDHCI_SDMA/g
> s/CONFIG_BCM2835_SDHCI/CONFIG_MMC_SDHCI_BCM2835/g
> s/CONFIG_KONA_SDHCI/CONFIG_MMC_SDHCI_KONA/g
> s/CONFIG_MV_SDHCI/CONFIG_MMC_SDHCI_MV/g
> s/CONFIG_S5P_SDHCI/CONFIG_MMC_SDHCI_S5P/g
> s/CONFIG_SPEAR_SDHCI/CONFIG_MMC_SDHCI_SPEAR/g
> '
> 
> [2] create the Kconfig entries in drivers/mmc/Kconfig
> 
> [3] Move the options by the following command
> tools/moveconfig.py -y MMC_SDHCI_SDMA MMC_SDHCI_BCM2835 \
> MMC_SDHCI_KONA MMC_SDHCI_MV MMC_SDHCI_S5P MMC_SDHCI_SPEAR
> 
> [4] Sort drivers/mmc/Makefile for readability
> 
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

Reviewed-by: Tom Rini <trini@konsulko.com>

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20161208/c6b4c40c/attachment.sig>

  reply	other threads:[~2016-12-08 14:30 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20161207131205epcas4p2f05e1d617c65f14aa8051fa1999f3334@epcas4p2.samsung.com>
2016-12-07 13:10 ` [U-Boot] [PATCH v2 0/6] mmc: move some config options to Kconfig Masahiro Yamada
2016-12-07 13:10   ` [U-Boot] [PATCH v2 1/6] Sync defconfig files by savedefconfig Masahiro Yamada
2016-12-29 22:42     ` [U-Boot] [U-Boot,v2,1/6] " Tom Rini
2016-12-07 13:10   ` [U-Boot] [PATCH v2 2/6] mmc: complete unfinished move of CONFIG_MMC Masahiro Yamada
2016-12-08 23:29     ` Jaehoon Chung
2016-12-09 12:31       ` Masahiro Yamada
2016-12-29 22:43     ` [U-Boot] [U-Boot, v2, " Tom Rini
2016-12-07 13:10   ` [U-Boot] [PATCH v2 3/6] mmc: make MMC driver entries dependent on MMC Masahiro Yamada
2016-12-08 23:30     ` Jaehoon Chung
2016-12-08 23:31       ` Jaehoon Chung
2016-12-29 22:48     ` [U-Boot] [U-Boot, v2, " Tom Rini
2016-12-07 13:10   ` [U-Boot] [PATCH v2 4/6] mmc: move CONFIG_SDHCI to Kconfig, renaming to CONFIG_MMC_SDHCI Masahiro Yamada
2016-12-08 23:30     ` Jaehoon Chung
2016-12-29 22:50     ` [U-Boot] [U-Boot, v2, " Tom Rini
2016-12-07 13:10   ` [U-Boot] [PATCH v2 5/6] mmc: move some SDHCI related options to Kconfig Masahiro Yamada
2016-12-08 14:30     ` Tom Rini [this message]
2016-12-08 23:30     ` Jaehoon Chung
2016-12-29 22:50     ` [U-Boot] [U-Boot, v2, " Tom Rini
2016-12-07 13:10   ` [U-Boot] [PATCH v2 6/6] mmc: move MMC_SDHCI_IO_ACCESSORS " Masahiro Yamada
2016-12-08 23:30     ` Jaehoon Chung
2016-12-29 22:51     ` [U-Boot] [U-Boot, v2, " Tom Rini
2016-12-08 23:34   ` [U-Boot] [PATCH v2 0/6] mmc: move some config options " Jaehoon Chung
2016-12-09  2:02     ` Masahiro Yamada
2016-12-20  6:17   ` Masahiro Yamada
2016-12-26 11:53     ` Masahiro Yamada
2016-12-27 12:42       ` Tom Rini

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=20161208143044.GT4248@bill-the-cat \
    --to=trini@konsulko.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox