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] [U-Boot, v2, 07/42] Convert CONFIG_CMD_ONENAND to Kconfig
Date: Sat, 12 Aug 2017 09:12:37 -0400	[thread overview]
Message-ID: <20170812131237.GT20467@bill-the-cat> (raw)
In-Reply-To: <20170804223506.105306-8-sjg@chromium.org>

On Fri, Aug 04, 2017 at 04:34:31PM -0600, Simon Glass wrote:

> This converts the following to Kconfig:
>    CONFIG_CMD_ONENAND
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>
> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

Applied to u-boot/master, thanks!

-- 
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/20170812/8885c3d9/attachment.sig>

  parent reply	other threads:[~2017-08-12 13:12 UTC|newest]

Thread overview: 140+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-04 22:34 [U-Boot] [PATCH v2 00/42] Kconfig: Convert remaining commands to Kconfig Simon Glass
2017-08-04 22:34 ` [U-Boot] [PATCH v2 01/42] configs: Resync with savedefconfig Simon Glass
2017-08-05  9:54   ` [U-Boot] [U-Boot,v2,01/42] " Philipp Tomsich
2017-08-04 22:34 ` [U-Boot] [PATCH v2 02/42] Convert CONFIG_CMD_MAX6957 to Kconfig Simon Glass
2017-08-05  9:54   ` [U-Boot] [U-Boot, v2, " Philipp Tomsich
2017-08-12 13:12   ` Tom Rini
2017-08-04 22:34 ` [U-Boot] [PATCH v2 03/42] Kconfig: Drop CONFIG_CMD_MEM Simon Glass
2017-08-05  9:54   ` [U-Boot] [U-Boot,v2,03/42] " Philipp Tomsich
2017-08-12 13:12   ` Tom Rini
2017-08-04 22:34 ` [U-Boot] [PATCH v2 04/42] Kconfig: Sort the device-access commands Simon Glass
2017-08-05  3:39   ` Bin Meng
2017-08-05  9:54   ` [U-Boot] [U-Boot, v2, " Philipp Tomsich
2017-08-12 13:12   ` Tom Rini
2017-08-04 22:34 ` [U-Boot] [PATCH v2 05/42] Convert CONFIG_CMD_MMC_SPI to Kconfig Simon Glass
2017-08-05  9:54   ` [U-Boot] [U-Boot, v2, " Philipp Tomsich
2017-08-12 13:12   ` Tom Rini
2017-08-04 22:34 ` [U-Boot] [PATCH v2 06/42] Convert CONFIG_CMD_MTDPARTS_SPREAD " Simon Glass
2017-08-05  9:54   ` [U-Boot] [U-Boot, v2, " Philipp Tomsich
2017-08-12 13:12   ` Tom Rini
2017-08-04 22:34 ` [U-Boot] [PATCH v2 07/42] Convert CONFIG_CMD_ONENAND " Simon Glass
2017-08-05  9:54   ` [U-Boot] [U-Boot, v2, " Philipp Tomsich
2017-08-12 13:12   ` Tom Rini [this message]
2017-08-04 22:34 ` [U-Boot] [PATCH v2 08/42] Convert CONFIG_CMD_PCA953X " Simon Glass
2017-08-05  9:54   ` [U-Boot] [U-Boot, v2, " Philipp Tomsich
2017-08-12 13:12   ` Tom Rini
2017-08-04 22:34 ` [U-Boot] [PATCH v2 09/42] Kconfig: Drop CONFIG_CMD_PCA953X_INFO Simon Glass
2017-08-05  9:54   ` [U-Boot] [U-Boot, v2, " Philipp Tomsich
2017-08-12 13:12   ` Tom Rini
2017-08-04 22:34 ` [U-Boot] [PATCH v2 10/42] Convert CONFIG_CMD_PCI to Kconfig Simon Glass
2017-08-05  3:39   ` Bin Meng
2017-08-05  9:54   ` [U-Boot] [U-Boot,v2,10/42] " Philipp Tomsich
2017-08-12 13:12   ` Tom Rini
2017-08-04 22:34 ` [U-Boot] [PATCH v2 11/42] Kconfig: Drop CONFIG_CMD_PCI_ENUM Simon Glass
2017-08-05  9:54   ` [U-Boot] [U-Boot,v2,11/42] " Philipp Tomsich
2017-08-12 13:12   ` Tom Rini
2017-08-04 22:34 ` [U-Boot] [PATCH v2 12/42] Kconfig; Drop CONFIG_IDE_TI_CARDBUS and associated driver Simon Glass
2017-08-05  9:54   ` [U-Boot] [U-Boot,v2,12/42] " Philipp Tomsich
2017-08-12 13:13   ` Tom Rini
2017-08-04 22:34 ` [U-Boot] [PATCH v2 13/42] Convert CONFIG_CMD_PCMCIA to Kconfig Simon Glass
2017-08-05  9:54   ` [U-Boot] [U-Boot, v2, " Philipp Tomsich
2017-08-12 13:13   ` Tom Rini
2017-08-04 22:34 ` [U-Boot] [PATCH v2 14/42] Kconfig: Drop CONFIG_CMD_PORTIO and associated command Simon Glass
2017-08-05  3:39   ` Bin Meng
2017-08-05  9:54   ` [U-Boot] [U-Boot, v2, " Philipp Tomsich
2017-08-12 13:13   ` Tom Rini
2017-08-04 22:34 ` [U-Boot] [PATCH v2 15/42] Kconfig: Convert CMD_READ to Kconfig Simon Glass
2017-08-05  3:39   ` Bin Meng
2017-08-05  9:54   ` [U-Boot] [U-Boot, v2, " Philipp Tomsich
2017-08-12 13:13   ` Tom Rini
2017-08-04 22:34 ` [U-Boot] [PATCH v2 16/42] Convert CONFIG_CMD_REGINFO " Simon Glass
2017-08-05  3:40   ` Bin Meng
2017-08-05  9:54   ` [U-Boot] [U-Boot, v2, " Philipp Tomsich
2017-08-12 13:13   ` Tom Rini
2017-08-04 22:34 ` [U-Boot] [PATCH v2 17/42] Convert CONFIG_CMD_REISER " Simon Glass
2017-08-05  9:54   ` [U-Boot] [U-Boot, v2, " Philipp Tomsich
2017-08-12 13:13   ` Tom Rini
2017-08-04 22:34 ` [U-Boot] [PATCH v2 18/42] Kconfig: sandbox: Drop CONFIG_CMD_SANDBOX option Simon Glass
2017-08-05  9:54   ` [U-Boot] [U-Boot, v2, " Philipp Tomsich
2017-08-12 13:13   ` Tom Rini
2017-08-04 22:34 ` [U-Boot] [PATCH v2 19/42] Convert CONFIG_CMD_SAVES to Kconfig Simon Glass
2017-08-05  3:40   ` Bin Meng
2017-08-05  9:54   ` [U-Boot] [U-Boot,v2,19/42] " Philipp Tomsich
2017-08-12 13:13   ` Tom Rini
2017-08-04 22:34 ` [U-Boot] [PATCH v2 20/42] Convert CONFIG_CMD_SCSI " Simon Glass
2017-08-05  3:40   ` Bin Meng
2017-08-05  9:54   ` [U-Boot] [U-Boot,v2,20/42] " Philipp Tomsich
2017-08-12 13:13   ` Tom Rini
2017-08-04 22:34 ` [U-Boot] [PATCH v2 21/42] Convert CONFIG_CMD_SDRAM " Simon Glass
2017-08-05  3:40   ` Bin Meng
2017-08-05  9:54   ` [U-Boot] [U-Boot,v2,21/42] " Philipp Tomsich
2017-08-12 13:13   ` Tom Rini
2017-08-04 22:34 ` [U-Boot] [PATCH v2 22/42] Convert CONFIG_CMD_SF_TEST " Simon Glass
2017-08-05  3:40   ` Bin Meng
2017-08-05  9:54   ` [U-Boot] [U-Boot, v2, " Philipp Tomsich
2017-08-12 13:14   ` Tom Rini
2017-08-04 22:34 ` [U-Boot] [PATCH v2 23/42] Convert CONFIG_CMD_SH_ZIMAGEBOOT " Simon Glass
2017-08-05  3:40   ` Bin Meng
2017-08-05  9:54   ` [U-Boot] [U-Boot, v2, " Philipp Tomsich
2017-08-12 13:14   ` Tom Rini
2017-08-04 22:34 ` [U-Boot] [PATCH v2 24/42] Convert CONFIG_CMD_SPL " Simon Glass
2017-08-05  3:40   ` Bin Meng
2017-08-05  9:54   ` [U-Boot] [U-Boot,v2,24/42] " Philipp Tomsich
2017-08-12 13:14   ` Tom Rini
2017-08-04 22:34 ` [U-Boot] [PATCH v2 25/42] Convert CONFIG_CMD_SPL_NAND_OFS " Simon Glass
2017-08-05  3:40   ` Bin Meng
2017-08-05  9:54   ` [U-Boot] [U-Boot, v2, " Philipp Tomsich
2017-08-12 13:14   ` Tom Rini
2017-08-04 22:34 ` [U-Boot] [PATCH v2 26/42] Convert CONFIG_CMD_SPL_WRITE_SIZE " Simon Glass
2017-08-05  9:54   ` [U-Boot] [U-Boot, v2, " Philipp Tomsich
2017-08-12 13:14   ` Tom Rini
2017-08-04 22:34 ` [U-Boot] [PATCH v2 27/42] Kconfig: Sort the memory commands Simon Glass
2017-08-05  3:40   ` Bin Meng
2017-08-05  9:54   ` [U-Boot] [U-Boot,v2,27/42] " Philipp Tomsich
2017-08-12 13:14   ` Tom Rini
2017-08-04 22:34 ` [U-Boot] [PATCH v2 28/42] Convert CONFIG_CMD_STRINGS to Kconfig Simon Glass
2017-08-05  9:54   ` [U-Boot] [U-Boot, v2, " Philipp Tomsich
2017-08-12 13:14   ` Tom Rini
2017-08-04 22:34 ` [U-Boot] [PATCH v2 29/42] gpio: Drop sx151x driver Simon Glass
2017-08-05  9:54   ` [U-Boot] [U-Boot,v2,29/42] " Philipp Tomsich
2017-08-12 13:14   ` Tom Rini
2017-08-04 22:34 ` [U-Boot] [PATCH v2 30/42] Convert CONFIG_CMD_TCA642X to Kconfig Simon Glass
2017-08-05  9:54   ` [U-Boot] [U-Boot, v2, " Philipp Tomsich
2017-08-12 13:14   ` Tom Rini
2017-08-04 22:34 ` [U-Boot] [PATCH v2 31/42] Convert CONFIG_CMD_TERMINAL " Simon Glass
2017-08-05  9:54   ` [U-Boot] [U-Boot, v2, " Philipp Tomsich
2017-08-12 13:14   ` Tom Rini
2017-08-04 22:34 ` [U-Boot] [PATCH v2 32/42] Kconfig: Drop CONFIG_CMD_TFTP Simon Glass
2017-08-05  9:54   ` [U-Boot] [U-Boot,v2,32/42] " Philipp Tomsich
2017-08-12 13:14   ` Tom Rini
2017-08-04 22:34 ` [U-Boot] [PATCH v2 33/42] Convert CONFIG_CMD_THOR_DOWNLOAD to Kconfig Simon Glass
2017-08-05  9:54   ` [U-Boot] [U-Boot, v2, " Philipp Tomsich
2017-08-12 13:14   ` Tom Rini
2017-08-04 22:34 ` [U-Boot] [PATCH v2 34/42] Convert CONFIG_CMD_YAFFS2 " Simon Glass
2017-08-05  9:54   ` [U-Boot] [U-Boot, v2, " Philipp Tomsich
2017-08-12 13:15   ` Tom Rini
2017-08-04 22:34 ` [U-Boot] [PATCH v2 35/42] Convert CONFIG_CMD_TRACE " Simon Glass
2017-08-05  9:54   ` [U-Boot] [U-Boot,v2,35/42] " Philipp Tomsich
2017-08-12 13:15   ` Tom Rini
2017-08-04 22:35 ` [U-Boot] [PATCH v2 36/42] Convert CONFIG_CMD_TSI148 " Simon Glass
2017-08-05  9:54   ` [U-Boot] [U-Boot, v2, " Philipp Tomsich
2017-08-12 13:15   ` Tom Rini
2017-08-04 22:35 ` [U-Boot] [PATCH v2 37/42] Convert CONFIG_CMD_UNIVERSE " Simon Glass
2017-08-05  9:54   ` [U-Boot] [U-Boot, v2, " Philipp Tomsich
2017-08-12 13:15   ` Tom Rini
2017-08-12 13:15   ` Tom Rini
2017-08-04 22:35 ` [U-Boot] [PATCH v2 38/42] Convert CONFIG_CMD_UUID " Simon Glass
2017-08-05  9:54   ` [U-Boot] [U-Boot,v2,38/42] " Philipp Tomsich
2017-08-12 13:15   ` Tom Rini
2017-08-04 22:35 ` [U-Boot] [PATCH v2 39/42] Convert CONFIG_CMD_ZBOOT " Simon Glass
2017-08-05  9:54   ` [U-Boot] [U-Boot,v2,39/42] " Philipp Tomsich
2017-08-12 13:15   ` Tom Rini
2017-08-04 22:35 ` [U-Boot] [PATCH v2 40/42] Convert CONFIG_CMD_ZFS " Simon Glass
2017-08-05  9:54   ` [U-Boot] [U-Boot,v2,40/42] " Philipp Tomsich
2017-08-12 13:15   ` Tom Rini
2017-08-04 22:35 ` [U-Boot] [PATCH v2 41/42] Drop config_cmd_all.h Simon Glass
2017-08-05  9:54   ` [U-Boot] [U-Boot,v2,41/42] " Philipp Tomsich
2017-08-12 13:15   ` Tom Rini
2017-08-04 22:35 ` [U-Boot] [PATCH v2 42/42] README: Drop information about commands Simon Glass
2017-08-05  9:54   ` [U-Boot] [U-Boot, v2, " Philipp Tomsich
2017-08-12 13:15   ` 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=20170812131237.GT20467@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